diff options
author | Petr Štetiar <ynezz@true.cz> | 2018-12-30 12:17:25 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-24 15:53:03 +0100 |
commit | a692eecda15dd3336e403177bf61e20b43a9e4b8 (patch) | |
tree | 3897348ce94a97f15d35d7cdbfd2b55a5c8fa981 /target/linux/apm821xx/dts/meraki-mx60.dts | |
parent | 87dcf245489266c67e1ed19b7f4799468546ca17 (diff) | |
download | upstream-a692eecda15dd3336e403177bf61e20b43a9e4b8.tar.gz upstream-a692eecda15dd3336e403177bf61e20b43a9e4b8.tar.bz2 upstream-a692eecda15dd3336e403177bf61e20b43a9e4b8.zip |
apm821xx: 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/apm821xx/dts/meraki-mx60.dts')
-rw-r--r-- | target/linux/apm821xx/dts/meraki-mx60.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/dts/meraki-mx60.dts b/target/linux/apm821xx/dts/meraki-mx60.dts index 80b82e4ff0..8f63170c83 100644 --- a/target/linux/apm821xx/dts/meraki-mx60.dts +++ b/target/linux/apm821xx/dts/meraki-mx60.dts @@ -159,7 +159,7 @@ }; }; - gpio_keys_polled { + keys { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; |