]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
authorSamuel Holland <samuel@sholland.org>
Sat, 2 Jul 2022 13:28:15 +0000 (08:28 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2022 13:15:31 +0000 (15:15 +0200)
[ Upstream commit b8eb2df19fbf97aa1e950cf491232c2e3bef8357 ]

"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>
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220702132816.46456-1-samuel@sholland.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts

index 70e31743f0bacbcd5cf1b9e384f2a8319bae80a8..3c08497568eac1961cdb35fb8f9b184cdbe97d4b 100644 (file)
@@ -40,7 +40,7 @@
        leds {
                compatible = "gpio-leds";
 
-               status {
+               led-0 {
                        label = "orangepi:green:status";
                        gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */
                };