Commit b2cb68e8 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

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: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200519111444.2208-1-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 2b99e619
...@@ -127,7 +127,7 @@ sw16 { ...@@ -127,7 +127,7 @@ sw16 {
leds: gpio-leds { leds: gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
pinctrl-names = "led_pins"; pinctrl-names = "default";
pinctrl-0 = <&blue_led_pin>; pinctrl-0 = <&blue_led_pin>;
blue_led: led-0 { blue_led: led-0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment