diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-06-16 03:53:19 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-06-22 21:55:57 +0300 |
commit | 517ed0ffd3cc691bef747288d51d01d2705b2251 (patch) | |
tree | dd0844bc9432619c4f7cfd0240c9dbf5bc6e0afb /arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | |
parent | bc3753aed81f6b4a81f3e8bbb32b90f9a8c7cca3 (diff) | |
download | linux-517ed0ffd3cc691bef747288d51d01d2705b2251.tar.xz |
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/rk3566-pinenote.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi index e01668e6e5f9..0d45868132b9 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi @@ -49,7 +49,7 @@ pinctrl-0 = <&hall_int_l>; pinctrl-names = "default"; - cover { + switch-cover { label = "cover"; gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_LOW>; linux,input-type = <EV_SW>; |