diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 19:47:00 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 19:42:39 +0300 |
commit | 909b0ebde95d24af3cdecbe22863830413f3fe81 (patch) | |
tree | 5eca36f97722dff9e2da380cc7f11ba83176b330 /arch/arm/boot/dts/omap3-n950-n9.dtsi | |
parent | 0b0d912ab516782beeb3449149d2a126882d550a (diff) | |
download | linux-909b0ebde95d24af3cdecbe22863830413f3fe81.tar.xz |
ARM: dts: omap3/dra62x: 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/omap3-n950-n9.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-n950-n9.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi index 927b17fc4ed8..284849008fc5 100644 --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi @@ -29,7 +29,7 @@ reg = <0x80000000 0x40000000>; /* 1 GB */ }; - vemmc: fixedregulator@0 { + vemmc: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "VEMMC"; regulator-min-microvolt = <2900000>; @@ -39,7 +39,7 @@ enable-active-high; }; - vwlan_fixed: fixedregulator@2 { + vwlan_fixed: fixedregulator2 { compatible = "regulator-fixed"; regulator-name = "VWLAN"; gpio = <&gpio2 3 GPIO_ACTIVE_HIGH>; /* gpio 35 */ |