diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-06-09 13:39:30 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-06-14 18:09:27 +0200 |
commit | c5aec5611aec8fb1ca68f68e41acaefccfc93c16 (patch) | |
tree | fd9dafa61342f4941d4f2caf1449364311096719 /arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | |
parent | ARM: dts: Add DTS files for bcmbca SoC BCM6756 (diff) | |
download | linux-c5aec5611aec8fb1ca68f68e41acaefccfc93c16.tar.xz linux-c5aec5611aec8fb1ca68f68e41acaefccfc93c16.zip |
ARM: dts: broadcom: 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>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts b/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts index c2a266a439d0..651113592598 100644 --- a/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts +++ b/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts @@ -80,13 +80,13 @@ #address-cells = <1>; #size-cells = <0>; - wps { + button-wps { label = "WPS"; linux,code = <KEY_WPS_BUTTON>; gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; }; - restart { + button-restart { label = "Reset"; linux,code = <KEY_RESTART>; gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; |