Commit 99fba320 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Tony Lindgren

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: 7bf8f37a ("ARM: dts: am437x-l4: add dt node for new cpsw switchdev driver")
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 294a3317
...@@ -521,7 +521,7 @@ target-module@100000 { /* 0x4a100000, ap 3 04.0 */ ...@@ -521,7 +521,7 @@ target-module@100000 { /* 0x4a100000, ap 3 04.0 */
ranges = <0x0 0x100000 0x8000>; ranges = <0x0 0x100000 0x8000>;
mac_sw: switch@0 { mac_sw: switch@0 {
compatible = "ti,am4372-cpsw","ti,cpsw-switch"; compatible = "ti,am4372-cpsw-switch", "ti,cpsw-switch";
reg = <0x0 0x4000>; reg = <0x0 0x4000>;
ranges = <0 0 0x4000>; ranges = <0 0 0x4000>;
clocks = <&cpsw_125mhz_gclk>, <&dpll_clksel_mac_clk>; clocks = <&cpsw_125mhz_gclk>, <&dpll_clksel_mac_clk>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment