Skip to content

Commit 87fc89c

Browse files
committed
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>
1 parent f711c57 commit 87fc89c

File tree

3 files changed

+614
-624
lines changed

3 files changed

+614
-624
lines changed

arch/arm/boot/dts/am335x-shc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
pinctrl-1 = <&cpsw_sleep>;
206206
status = "okay";
207207
slaves = <1>;
208-
cpsw_emac0: slave@4a100200 {
208+
cpsw_emac0: slave@200 {
209209
phy-mode = "mii";
210210
phy-handle = <&ethernetphy0>;
211211
};

0 commit comments

Comments
 (0)