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:04 +0100 |
commit | 71cf3eab2551487cde81a0b85524496c70a8faec (patch) | |
tree | 59f5661b5997a7ec3ca4336d37aa838978b9aa82 | |
parent | 9292822023ba1cce79cab2519250ef25c277cb04 (diff) | |
download | upstream-71cf3eab2551487cde81a0b85524496c70a8faec.tar.gz upstream-71cf3eab2551487cde81a0b85524496c70a8faec.tar.bz2 upstream-71cf3eab2551487cde81a0b85524496c70a8faec.zip |
layerscape: 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]
-rw-r--r-- | target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043s.dts | 2 | ||||
-rw-r--r-- | target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043v.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043s.dts b/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043s.dts index 3896f39e5a..81044aab3a 100644 --- a/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043s.dts +++ b/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043s.dts @@ -110,7 +110,7 @@ }; }; - gpio-keys-polled { + keys { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; diff --git a/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043v.dts b/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043v.dts index cfbc0d0373..936875101f 100644 --- a/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043v.dts +++ b/target/linux/layerscape/files/arch/arm64/boot/dts/freescale/traverse-ls1043v.dts @@ -95,7 +95,7 @@ }; }; - gpio-keys-polled { + keys { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; |