From: Lukasz Majewski Date: Wed, 25 Nov 2020 16:18:13 +0000 (+0100) Subject: ARM: dts: imx28: Fix label name for L2 switch X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=327106e4217b8ef4f74640d7de15a0a287690aba;p=linux.git ARM: dts: imx28: Fix label name for L2 switch The 'eth_switch' name has been misspelled in the imx28.dtsi file, so this change fixes it. Signed-off-by: Lukasz Majewski Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 94dfbf5b3f34a..bbe52150b1655 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -1317,7 +1317,7 @@ status = "disabled"; }; - etn_switch: switch@800f8000 { + eth_switch: switch@800f8000 { reg = <0x800f8000 0x8000>; status = "disabled"; };