arm64: dts: rockchip: fix pinctrl-names for gpio-leds node on rk3326-odroid-go2
authorJohan Jonker <jbx6244@gmail.com>
Tue, 19 May 2020 11:14:44 +0000 (13:14 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 21 May 2020 00:16:51 +0000 (02:16 +0200)
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 <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200519111444.2208-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts

index 46826b6e237f92efe6336f5abba5968f1a772062..b3a8f936578f7f617a60c742c7f03d2e6e6dc12a 100644 (file)
 
        leds: gpio-leds {
                compatible = "gpio-leds";
-               pinctrl-names = "led_pins";
+               pinctrl-names = "default";
                pinctrl-0 = <&blue_led_pin>;
 
                blue_led: led-0 {