2022-07-02 13:37:41

by Samuel Holland

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

"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 <[email protected]>
---

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


2022-07-02 19:24:00

by Jernej Škrabec

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name

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 <[email protected]>

Reviewed-by: Jernej Skrabec <[email protected]>

Best regards,
Jernej


2022-07-04 20:26:01

by Jernej Škrabec

[permalink] [raw]
Subject: Re: Re: [PATCH] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name

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 <[email protected]>
>
> Reviewed-by: Jernej Skrabec <[email protected]>

Applied, thanks!

Best regards,
Jernej