[PATCH] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name

Samuel Holland posted 1 patch 3 years, 9 months ago
arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
Posted by Samuel Holland 3 years, 9 months ago
"status" does not match any pattern in the gpio-leds binding. Rename the
node to the preferred pattern. This fixes a `make dtbs_check` error.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
index c519d9fa6967..3d2c68d58f49 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
@@ -40,7 +40,7 @@ hdmi_con_in: endpoint {
 	leds {
 		compatible = "gpio-leds";
 
-		status {
+		led-0 {
 			label = "orangepi:green:status";
 			gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */
 		};
-- 
2.35.1
Re: [PATCH] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
Posted by Jernej Škrabec 3 years, 9 months ago
Dne sobota, 02. julij 2022 ob 15:28:15 CEST je Samuel Holland napisal(a):
> "status" does not match any pattern in the gpio-leds binding. Rename the
> node to the preferred pattern. This fixes a `make dtbs_check` error.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej
Re: Re: [PATCH] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
Posted by Jernej Škrabec 3 years, 9 months ago
Dne sobota, 02. julij 2022 ob 21:03:14 CEST je Jernej Škrabec napisal(a):
> Dne sobota, 02. julij 2022 ob 15:28:15 CEST je Samuel Holland napisal(a):
> > "status" does not match any pattern in the gpio-leds binding. Rename the
> > node to the preferred pattern. This fixes a `make dtbs_check` error.
> > 
> > Signed-off-by: Samuel Holland <samuel@sholland.org>
> 
> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Applied, thanks!

Best regards,
Jernej