aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-shc.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2018-09-24 16:20:54 -0700
committerTony Lindgren <tony@atomide.com>2018-10-18 10:04:02 -0700
commit87fc89ced3a78f7f0845afab1934d509ef4ad0f2 (patch)
treecabbb9da3d0df7112b8b606e00daa0ef09491b40 /arch/arm/boot/dts/am335x-shc.dts
parentARM: dts: am335x: Add l4 interconnect hierarchy and ti-sysc data (diff)
downloadlinux-dev-87fc89ced3a78f7f0845afab1934d509ef4ad0f2.tar.xz
linux-dev-87fc89ced3a78f7f0845afab1934d509ef4ad0f2.zip
ARM: dts: am335x: Move l4 child devices to probe them with ti-sysc
With l4 interconnect hierarchy and ti-sysc interconnect target module data in place, we can simply move all the related child devices to their proper location and enable probing using ti-sysc. In general the first child device address range starts at range 0 from the ti-sysc interconnect target so the move involves adjusting the child device reg properties for that. In case of any regressions, problem devices can be reverted to probe with legacy platform data as needed by moving them back and removing the related interconnect target module node. Note that we are not yet moving dss or wkup_m3, those will be moved later after some related driver changes. Cc: Dave Gerlach <d-gerlach@ti.com> Cc: Keerthy <j-keerthy@ti.com> Cc: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-shc.dts')
-rw-r--r--arch/arm/boot/dts/am335x-shc.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts
index 1d925ed2b102..c9e07584549d 100644
--- a/arch/arm/boot/dts/am335x-shc.dts
+++ b/arch/arm/boot/dts/am335x-shc.dts
@@ -205,7 +205,7 @@
pinctrl-1 = <&cpsw_sleep>;
status = "okay";
slaves = <1>;
- cpsw_emac0: slave@4a100200 {
+ cpsw_emac0: slave@200 {
phy-mode = "mii";
phy-handle = <&ethernetphy0>;
};