Skip to content

Commit b2cb68e

Browse files
Johan Jonkermmind
authored andcommitted
arm64: dts: rockchip: fix pinctrl-names for gpio-leds node on rk3326-odroid-go2
The 'pinctrl-names' property should contain a list of names to the assigned states. The value 'led_pins' in the gpio-leds node on rk3326-odroid-go2 is not a state that is normally used, so change it the common name 'default'. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2b99e61 commit b2cb68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
leds: gpio-leds {
129129
compatible = "gpio-leds";
130-
pinctrl-names = "led_pins";
130+
pinctrl-names = "default";
131131
pinctrl-0 = <&blue_led_pin>;
132132

133133
blue_led: led-0 {

0 commit comments

Comments
 (0)