aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-06-15 17:53:19 -0700
committerHeiko Stuebner <heiko@sntech.de>2022-06-22 20:55:57 +0200
commit517ed0ffd3cc691bef747288d51d01d2705b2251 (patch)
treedd0844bc9432619c4f7cfd0240c9dbf5bc6e0afb /arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
parentarm64: dts: rockchip: rock-pi-s add more peripherals (diff)
downloadlinux-dev-517ed0ffd3cc691bef747288d51d01d2705b2251.tar.xz
linux-dev-517ed0ffd3cc691bef747288d51d01d2705b2251.zip
arm64: dts: rockchip: align gpio-key node names with dtschema
The node names should be generic and DT schema expects certain pattern (e.g. with key/button/switch). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220616005333.18491-26-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts b/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
index ed856bfcfc33..9e2e246e0bab 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
@@ -78,7 +78,7 @@
compatible = "gpio-keys";
autorepeat;
- power {
+ key-power {
debounce-interval = <100>;
gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>;
label = "GPIO Power";