aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2020-05-19 13:14:44 +0200
committerHeiko Stuebner <heiko@sntech.de>2020-05-21 02:16:51 +0200
commitb2cb68e864222eb3cc1d7c3c06edc40469699983 (patch)
treeaafe4bd61e7180c8cd43b61ae1c24fc49f4592f0 /arch/arm64/boot/dts
parent2b99e6196663199409540fb95798dba464e34343 (diff)
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 <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20200519111444.2208-1-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts
index 46826b6e237f..b3a8f936578f 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 {