[PATCH 3/4] ARM: dts: keystone-k2e: fix mdio io start address
Grygorii Strashko
grygorii.strashko at ti.com
Wed Oct 1 03:37:33 PDT 2014
The K2E MDIO io space has different start address.
Hence, fix it to be 0x24200f00 according to TRM.
Signed-off-by: Grygorii Strashko <grygorii.strashko at ti.com>
---
arch/arm/boot/dts/k2e.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/k2e.dtsi b/arch/arm/boot/dts/k2e.dtsi
index 0e25f79..13b0feb 100644
--- a/arch/arm/boot/dts/k2e.dtsi
+++ b/arch/arm/boot/dts/k2e.dtsi
@@ -80,3 +80,7 @@
};
};
};
+
+&mdio {
+ reg = <0x24200f00 0x100>;
+};
--
1.9.1
More information about the linux-arm-kernel
mailing list