diff options
author | Petr Štetiar <ynezz@true.cz> | 2018-12-30 12:42:53 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-24 15:53:03 +0100 |
commit | cbb44f6ed7364108724a9582b9e37965d85a728d (patch) | |
tree | 725ca3a7df1cf5701651fbde3caf148f5a523b96 /target/linux/apm821xx/dts/wd-mybooklive.dts | |
parent | a692eecda15dd3336e403177bf61e20b43a9e4b8 (diff) | |
download | upstream-cbb44f6ed7364108724a9582b9e37965d85a728d.tar.gz upstream-cbb44f6ed7364108724a9582b9e37965d85a728d.tar.bz2 upstream-cbb44f6ed7364108724a9582b9e37965d85a728d.zip |
apm821xx: dts: Unify naming of gpio-led 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/wd-mybooklive.dts')
-rw-r--r-- | target/linux/apm821xx/dts/wd-mybooklive.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/dts/wd-mybooklive.dts b/target/linux/apm821xx/dts/wd-mybooklive.dts index 4a83cbb11b..db27e1778d 100644 --- a/target/linux/apm821xx/dts/wd-mybooklive.dts +++ b/target/linux/apm821xx/dts/wd-mybooklive.dts @@ -86,7 +86,7 @@ no-output; }; - gpio-leds { + leds { compatible = "gpio-leds"; failsafe: power-red { |