Message ID | 20200519111444.2208-1-jbx6244@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | b2cb68e864222eb3cc1d7c3c06edc40469699983 |
Headers | show |
Series | arm64: dts: rockchip: fix pinctrl-names for gpio-leds node on rk3326-odroid-go2 | expand |
On Tue, 19 May 2020 13:14:44 +0200, Johan Jonker wrote: > 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'. Applied, thanks! [1/1] arm64: dts: rockchip: fix pinctrl-names for gpio-leds node on rk3326-odroid-go2 commit: b2cb68e864222eb3cc1d7c3c06edc40469699983 Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts index 46826b6e2..b3a8f9365 100644 --- a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts +++ b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts @@ -127,7 +127,7 @@ leds: gpio-leds { compatible = "gpio-leds"; - pinctrl-names = "led_pins"; + pinctrl-names = "default"; pinctrl-0 = <&blue_led_pin>; blue_led: led-0 {
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> --- arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)