Commit 327106e4 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Shawn Guo
Browse files

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: default avatarLukasz Majewski <lukma@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 35771b33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1317,7 +1317,7 @@
			status = "disabled";
		};

		etn_switch: switch@800f8000 {
		eth_switch: switch@800f8000 {
			reg = <0x800f8000 0x8000>;
			status = "disabled";
		};