diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2015-08-09 20:06:27 -0700 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2015-08-13 10:01:29 -0700 |
commit | 85ad3deea4525504355560649be7a41348111a60 (patch) | |
tree | fdd963d22ddcd025176dcfab287a42ceecb0cf23 /arch/arm/boot/dts/k2hk.dtsi | |
parent | e61eee7cf8e3f000b6514e18afc74fb8d1525f6d (diff) | |
download | linux-stable-85ad3deea4525504355560649be7a41348111a60.tar.gz linux-stable-85ad3deea4525504355560649be7a41348111a60.tar.bz2 linux-stable-85ad3deea4525504355560649be7a41348111a60.zip |
ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file
Currently mdio bindings are defined in keystone.dtsi and this results
in incorrect unit address for the node on K2E and K2L SoCs. Fix this
by moving them to SoC specific DTS file.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/k2hk.dtsi')
-rw-r--r-- | arch/arm/boot/dts/k2hk.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2hk.dtsi b/arch/arm/boot/dts/k2hk.dtsi index ae6472407b22..d0810a5f2968 100644 --- a/arch/arm/boot/dts/k2hk.dtsi +++ b/arch/arm/boot/dts/k2hk.dtsi @@ -98,6 +98,17 @@ #gpio-cells = <2>; gpio,syscon-dev = <&devctrl 0x25c>; }; + + mdio: mdio@02090300 { + compatible = "ti,keystone_mdio", "ti,davinci_mdio"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0x02090300 0x100>; + status = "disabled"; + clocks = <&clkcpgmac>; + clock-names = "fck"; + bus_freq = <2500000>; + }; /include/ "k2hk-netcp.dtsi" }; }; |