Commit a5978fb3 authored by Samuel Holland's avatar Samuel Holland Committed by Jernej Skrabec
Browse files

ARM: dts: sunxi: Fix GPIO LED node names



These board devicetrees fail to validate because the gpio-leds schema
requires its child nodes to have "led" in the node name.

Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Reviewed-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Reviewed-by: default avatarAndre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20221231225854.16320-1-samuel@sholland.org


Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
parent 04961fbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ chosen {
	leds {
		compatible = "gpio-leds";

		status {
		led-0 {
			label = "chip-pro:white:status";
			gpios = <&axp_gpio 2 GPIO_ACTIVE_HIGH>;
			default-state = "on";
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ chosen {
	leds {
		compatible = "gpio-leds";

		status {
		led-0 {
			label = "chip:white:status";
			gpios = <&axp_gpio 2 GPIO_ACTIVE_HIGH>;
			default-state = "on";
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ hdmi_con_in: endpoint {
	leds {
		compatible = "gpio-leds";

		status {
		led-0 {
			label = "sina31s:status:usr";
			gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>; /* PH13 */
		};