Skip to content

Commit 1692bff

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc
GPIO LEDs do not have a 'mode' property: rockchip/rk3328-roc-pc.dtb: leds: led-0: Unevaluated properties are not allowed ('mode' was unexpected) Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 33e24f0 commit 1692bff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,13 @@
9696
linux,default-trigger = "heartbeat";
9797
gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
9898
default-state = "on";
99-
mode = <0x23>;
10099
};
101100

102101
user_led: led-1 {
103102
label = "firefly:yellow:user";
104103
linux,default-trigger = "mmc1";
105104
gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
106105
default-state = "off";
107-
mode = <0x05>;
108106
};
109107
};
110108
};

0 commit comments

Comments
 (0)