diff options
author | Petr Štetiar <ynezz@true.cz> | 2018-12-30 12:17:25 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-02-05 16:28:12 +0100 |
commit | 4b66f55bb1d16c2952fe001e4e709b7c2f169a0a (patch) | |
tree | 9286e7d860f85345fdda46ab375a9f79753cc917 /target/linux/brcm63xx/dts/vr-3025un.dts | |
parent | 420376ab50b1e8ed7f6aea1f0211d9ab040303d9 (diff) | |
download | upstream-4b66f55bb1d16c2952fe001e4e709b7c2f169a0a.tar.gz upstream-4b66f55bb1d16c2952fe001e4e709b7c2f169a0a.tar.bz2 upstream-4b66f55bb1d16c2952fe001e4e709b7c2f169a0a.zip |
brcm63xx: dts: Unify naming of gpio-keys nodes
In DTS Checklist[1] we're now demanding proper generic node names, as
the name of a node should reflect the function of the device and use
generic name for that[2]. Everybody seems to be copy&pasting from DTS
files available in the repository today, so let's unify that naming
there as well and provide proper examples.
1. https://openwrt.org/submitting-patches#dts_checklist
2. https://github.com/devicetree-org/devicetree-specification/blob/master/source/devicetree-basics.rst#generic-names-recommendation
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [split up]
Diffstat (limited to 'target/linux/brcm63xx/dts/vr-3025un.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/vr-3025un.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/vr-3025un.dts b/target/linux/brcm63xx/dts/vr-3025un.dts index 139d79b4d3..8a0a1747f9 100644 --- a/target/linux/brcm63xx/dts/vr-3025un.dts +++ b/target/linux/brcm63xx/dts/vr-3025un.dts @@ -13,7 +13,7 @@ stdout-path = "serial0:115200n8"; }; - gpio-keys-polled { + keys { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; |