Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: correct gpio-keys properties on rk3288-tinker

gpio-keys children do not use unit addresses.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220616005333.18491-28-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Krzysztof Kozlowski and committed by
Heiko Stuebner
e5a3cbe8 271e2c92

+1 -3
+1 -3
arch/arm/boot/dts/rk3288-tinker.dtsi
··· 26 26 27 27 gpio-keys { 28 28 compatible = "gpio-keys"; 29 - #address-cells = <1>; 30 - #size-cells = <0>; 31 29 autorepeat; 32 30 33 31 pinctrl-names = "default"; 34 32 pinctrl-0 = <&pwrbtn>; 35 33 36 - button@0 { 34 + button { 37 35 gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>; 38 36 linux,code = <KEY_POWER>; 39 37 label = "GPIO Key Power";