aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-pepper.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-08-01 12:46:58 -0400
committerTony Lindgren <tony@atomide.com>2016-08-15 12:42:37 -0400
commit4c049a5b7c89012872184c1fdaefe04ea3dc7dc0 (patch)
tree90aca46fab65f2df9b0245d19e13c94d49d85f0e /arch/arm/boot/dts/am335x-pepper.dts
parent18ad99d4c2d0c02f7811ecde37a79fd993258621 (diff)
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-pepper.dts')
-rw-r--r--arch/arm/boot/dts/am335x-pepper.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am335x-pepper.dts b/arch/arm/boot/dts/am335x-pepper.dts
index 8867aaaec54d..5fe52a3a7f47 100644
--- a/arch/arm/boot/dts/am335x-pepper.dts
+++ b/arch/arm/boot/dts/am335x-pepper.dts
@@ -41,15 +41,15 @@
41 compatible = "ti,da830-evm-audio"; 41 compatible = "ti,da830-evm-audio";
42 }; 42 };
43 43
44 vbat: fixedregulator@0 { 44 vbat: fixedregulator0 {
45 compatible = "regulator-fixed"; 45 compatible = "regulator-fixed";
46 }; 46 };
47 47
48 v3v3c_reg: fixedregulator@1 { 48 v3v3c_reg: fixedregulator1 {
49 compatible = "regulator-fixed"; 49 compatible = "regulator-fixed";
50 }; 50 };
51 51
52 vdd5_reg: fixedregulator@2 { 52 vdd5_reg: fixedregulator2 {
53 compatible = "regulator-fixed"; 53 compatible = "regulator-fixed";
54 }; 54 };
55}; 55};