diff options
author | Olof Johansson <olof@lixom.net> | 2015-08-16 21:29:57 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-16 21:29:57 +0200 |
commit | 02149517acbbf5cf0d1819024977963093168106 (patch) | |
tree | f530451236f42feaa252ae4872161e391402b829 /arch/arm/boot/dts/k2e.dtsi | |
parent | Merge tag 'omap-for-v4.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
parent | ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file (diff) | |
download | linux-02149517acbbf5cf0d1819024977963093168106.tar.xz linux-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.dtsi | 15 |
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>; -}; |