diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 12:46:58 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 09:42:37 -0700 |
commit | 4c049a5b7c89012872184c1fdaefe04ea3dc7dc0 (patch) | |
tree | 90aca46fab65f2df9b0245d19e13c94d49d85f0e /arch/arm/boot/dts/am335x-lxm.dts | |
parent | 18ad99d4c2d0c02f7811ecde37a79fd993258621 (diff) | |
download | blackbird-obmc-linux-4c049a5b7c89012872184c1fdaefe04ea3dc7dc0.tar.gz blackbird-obmc-linux-4c049a5b7c89012872184c1fdaefe04ea3dc7dc0.zip |
ARM: dts: am335x/am437x: remove unneeded unit name for fixed regulators
This patch fixes the following DTC warnings for many boards:
"Node /fixedregulator@0 has a unit name, but no reg property"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-lxm.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-lxm.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-lxm.dts b/arch/arm/boot/dts/am335x-lxm.dts index d97b0efa43f3..6594ce7449f3 100644 --- a/arch/arm/boot/dts/am335x-lxm.dts +++ b/arch/arm/boot/dts/am335x-lxm.dts @@ -25,7 +25,7 @@ }; /* Power supply provides a fixed 5V @2A */ - vbat: fixedregulator@0 { + vbat: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "vbat"; regulator-min-microvolt = <5000000>; @@ -34,7 +34,7 @@ }; /* Power supply provides a fixed 3.3V @3A */ - vmmcsd_fixed: fixedregulator@1 { + vmmcsd_fixed: fixedregulator1 { compatible = "regulator-fixed"; regulator-name = "vmmcsd_fixed"; regulator-min-microvolt = <3300000>; |