[PATCH] arm: lanyang: fix two “lable”→“label” typos in DTS
Sui
sui999924 at gmail.com
Sat Jul 5 07:06:59 PDT 2025
In arch/arm/boot/dts/aspeed-bmc-opp-lanyang.dts the properties “lable” are
misspelled. Correct them to “label” so tooling and bindings pick up the
node names properly.
Reported-by: Jens Schleusener <Jens.Schleusener at fossies.org>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
Signed-off-by: Jake <jakecontactxyz at gmail.com>
--- a/arch/arm/boot/dts/aspeed-bmc-opp-lanyang.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-lanyang.dts
@@ -52,12 +52,14 @@ hdd_fault {
gpios = <&gpio ASPEED_GPIO(B, 3) GPIO_ACTIVE_HIGH>;
};
bmc_err {
- lable = "BMC_fault";
+ /* typo fixed: lable → label */
+ label = "BMC_fault";
gpios = <&gpio ASPEED_GPIO(H, 6) GPIO_ACTIVE_HIGH>;
};
sys_err {
- lable = "Sys_fault";
+ /* typo fixed: lable → label */
+ label = "Sys_fault";
gpios = <&gpio ASPEED_GPIO(H, 7) GPIO_ACTIVE_HIGH>;
};
};
More information about the linux-arm-kernel
mailing list