diff options
author | Lukasz Majewski <lukma@denx.de> | 2020-11-25 17:18:13 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-12-01 09:42:11 +0800 |
commit | 327106e4217b8ef4f74640d7de15a0a287690aba (patch) | |
tree | 2b63d88759f6a28f728b62c1f33201930ad1040e /arch/arm/boot/dts/imx28.dtsi | |
parent | 35771b33dd987783171058e7db901f98ddd4c097 (diff) |
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.dtsi | 2 |
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"; }; |