diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2020-09-07 23:21:23 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-09-10 12:51:22 +0300 |
commit | 56d6c721f2dc618b0aa19f457c3e19547390e4a7 (patch) | |
tree | c863771f0d179c55001af1458680ba367659c077 /arch/arm/boot/dts/dra72-evm-common.dtsi | |
parent | ea952beb292b5a66b3e636c5936b979a3af77cc0 (diff) | |
download | lwn-56d6c721f2dc618b0aa19f457c3e19547390e4a7.tar.gz lwn-56d6c721f2dc618b0aa19f457c3e19547390e4a7.zip |
ARM: dts: dra7x-evm: switch to new cpsw switch drv
Switch all TI DRA7x boards to use new cpsw switch driver. Those boards
configured in dual_mac mode by default. Hence, dual_mac mode has been
preserved the same way between legacy and new driver it's safe to switch
drivers.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm-common.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-common.dtsi b/arch/arm/boot/dts/dra72-evm-common.dtsi index 7506e415b08f..b65b2dd094d0 100644 --- a/arch/arm/boot/dts/dra72-evm-common.dtsi +++ b/arch/arm/boot/dts/dra72-evm-common.dtsi @@ -462,10 +462,6 @@ }; }; -&mac { - status = "okay"; -}; - &dcan1 { status = "okay"; pinctrl-names = "default", "sleep", "active"; |