diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-12-01 19:51:26 -0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-01-08 11:03:35 +0000 |
commit | 39ce6133b9a83489e87aad733f4cd4222ee7f431 (patch) | |
tree | 871494632cd4bf1ece365fc4f15c41038b1cdede /Documentation/devicetree/bindings/mfd | |
parent | fa93f5b7aac54f08dea386fa4d79aa29bf54370e (diff) | |
download | talos-obmc-linux-39ce6133b9a83489e87aad733f4cd4222ee7f431.tar.gz talos-obmc-linux-39ce6133b9a83489e87aad733f4cd4222ee7f431.zip |
dt-bindings: mfd: mc13xxx: Add the unit address to sysled
As the 'reg' property is mandatory in the subnodes, improve the
example by adding the unit address to the sysled node.
This prevents the following build warning with W=1:
Node /soc/aips@70000000/spba@70000000/ecspi@70010000/pmic@0/leds/sysled0 has a reg or ranges property, but no unit name
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/mc13xxx.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/mc13xxx.txt b/Documentation/devicetree/bindings/mfd/mc13xxx.txt index ac235fe385fc..8261ea73278a 100644 --- a/Documentation/devicetree/bindings/mfd/mc13xxx.txt +++ b/Documentation/devicetree/bindings/mfd/mc13xxx.txt @@ -130,7 +130,7 @@ ecspi@70010000 { /* ECSPI1 */ #size-cells = <0>; led-control = <0x000 0x000 0x0e0 0x000>; - sysled { + sysled@3 { reg = <3>; label = "system:red:live"; linux,default-trigger = "heartbeat"; |