mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
35 lines
906 B
Diff
35 lines
906 B
Diff
From 67ba6e563928123fc65dab604592a60da2cce648 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Tue, 11 May 2021 18:24:35 +0200
|
|
Subject: [PATCH] arm64: dts: ipq8074: Add MDIO support
|
|
|
|
MDIO controller is the same one as in IPQ4019, so
|
|
lets add the node to support it.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -257,6 +257,18 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ mdio: mdio@90000 {
|
|
+ compatible = "qcom,ipq4019-mdio";
|
|
+ reg = <0x00090000 0x64>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+
|
|
+ clocks = <&gcc GCC_MDIO_AHB_CLK>;
|
|
+ clock-names = "mdio_ahb";
|
|
+
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
prng: rng@e3000 {
|
|
compatible = "qcom,prng-ee";
|
|
reg = <0x000e3000 0x1000>;
|