aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/k2e.dtsi
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-08-16 21:29:57 +0200
committerOlof Johansson <olof@lixom.net>2015-08-16 21:29:57 +0200
commit02149517acbbf5cf0d1819024977963093168106 (patch)
treef530451236f42feaa252ae4872161e391402b829 /arch/arm/boot/dts/k2e.dtsi
parentMerge tag 'omap-for-v4.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (diff)
parentARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file (diff)
downloadlinux-dev-02149517acbbf5cf0d1819024977963093168106.tar.xz
linux-dev-02149517acbbf5cf0d1819024977963093168106.zip
Merge tag 'keystone-dts-late-fixes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into fixes
ARM: Couple of Keysyone MDIO DTS fixes for 4.2-rc6+ These are necessary to get the NIC card working on all Keystone EVMs. Couple of boards are broken without these two fixes. * tag 'keystone-dts-late-fixes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone: ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file ARM: dts: keystone: fix the clock node for mdio Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/k2e.dtsi')
-rw-r--r--arch/arm/boot/dts/k2e.dtsi15
1 files changed, 11 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/k2e.dtsi b/arch/arm/boot/dts/k2e.dtsi
index 1b6494fbdb91..675fb8e492c6 100644
--- a/arch/arm/boot/dts/k2e.dtsi
+++ b/arch/arm/boot/dts/k2e.dtsi
@@ -131,10 +131,17 @@
<GIC_SPI 376 IRQ_TYPE_EDGE_RISING>;
};
};
+
+ mdio: mdio@24200f00 {
+ compatible = "ti,keystone_mdio", "ti,davinci_mdio";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <0x24200f00 0x100>;
+ status = "disabled";
+ clocks = <&clkcpgmac>;
+ clock-names = "fck";
+ bus_freq = <2500000>;
+ };
/include/ "k2e-netcp.dtsi"
};
};
-
-&mdio {
- reg = <0x24200f00 0x100>;
-};