summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-phycore-rdk.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-06-16 03:53:20 +0300
committerHeiko Stuebner <heiko@sntech.de>2022-06-22 22:04:38 +0300
commit271e2c92285075a890c58cba9ad5979a8959f6ff (patch)
tree58907ea303b36ba988676402e15fd18db4c503af /arch/arm/boot/dts/rk3288-phycore-rdk.dts
parent4b076db78db48c67263ebde810a4475d9503713c (diff)
downloadlinux-271e2c92285075a890c58cba9ad5979a8959f6ff.tar.xz
ARM: 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-27-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-phycore-rdk.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-phycore-rdk.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288-phycore-rdk.dts b/arch/arm/boot/dts/rk3288-phycore-rdk.dts
index 1e33859de484..1a5156951492 100644
--- a/arch/arm/boot/dts/rk3288-phycore-rdk.dts
+++ b/arch/arm/boot/dts/rk3288-phycore-rdk.dts
@@ -20,14 +20,14 @@
pinctrl-names = "default";
pinctrl-0 = <&user_button_pins>;
- button@0 {
+ button-0 {
label = "home";
linux,code = <KEY_HOME>;
gpios = <&gpio8 0 GPIO_ACTIVE_HIGH>;
wakeup-source;
};
- button@1 {
+ button-1 {
label = "menu";
linux,code = <KEY_MENU>;
gpios = <&gpio8 3 GPIO_ACTIVE_HIGH>;