Skip to content

Commit 99fba32

Browse files
grygoriyStmlind
authored andcommitted
ARM: dts: am437x-l4: fix compatible for cpsw switch dt node
Fix compatible the new CPSW switchdev DT node to avoid probing of legacy CPSW driver which fails: [ 2.781009] cpsw 4a100000.switch: invalid resource Fixes: 7bf8f37 ("ARM: dts: am437x-l4: add dt node for new cpsw switchdev driver") Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 294a331 commit 99fba32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/am437x-l4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
ranges = <0x0 0x100000 0x8000>;
522522

523523
mac_sw: switch@0 {
524-
compatible = "ti,am4372-cpsw","ti,cpsw-switch";
524+
compatible = "ti,am4372-cpsw-switch", "ti,cpsw-switch";
525525
reg = <0x0 0x4000>;
526526
ranges = <0 0 0x4000>;
527527
clocks = <&cpsw_125mhz_gclk>, <&dpll_clksel_mac_clk>;

0 commit comments

Comments
 (0)