aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28.dtsi
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2020-11-25 17:18:13 +0100
committerShawn Guo <shawnguo@kernel.org>2020-12-01 09:42:11 +0800
commit327106e4217b8ef4f74640d7de15a0a287690aba (patch)
tree2b63d88759f6a28f728b62c1f33201930ad1040e /arch/arm/boot/dts/imx28.dtsi
parentARM: dts: add Protonic WD3 board (diff)
downloadlinux-dev-327106e4217b8ef4f74640d7de15a0a287690aba.tar.xz
linux-dev-327106e4217b8ef4f74640d7de15a0a287690aba.zip
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 <lukma@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r--arch/arm/boot/dts/imx28.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 94dfbf5b3f34..bbe52150b165 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";
};