diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 12:47:00 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 09:42:39 -0700 |
commit | 909b0ebde95d24af3cdecbe22863830413f3fe81 (patch) | |
tree | 5eca36f97722dff9e2da380cc7f11ba83176b330 /arch/arm/boot/dts/dra62x-j5eco-evm.dts | |
parent | 0b0d912ab516782beeb3449149d2a126882d550a (diff) | |
download | blackbird-op-linux-909b0ebde95d24af3cdecbe22863830413f3fe81.tar.gz blackbird-op-linux-909b0ebde95d24af3cdecbe22863830413f3fe81.zip |
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/dra62x-j5eco-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra62x-j5eco-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra62x-j5eco-evm.dts b/arch/arm/boot/dts/dra62x-j5eco-evm.dts index f820573f4a4a..68e31d122762 100644 --- a/arch/arm/boot/dts/dra62x-j5eco-evm.dts +++ b/arch/arm/boot/dts/dra62x-j5eco-evm.dts @@ -18,7 +18,7 @@ }; /* MIC94060YC6 controlled by SD1_POW pin */ - vmmcsd_fixed: fixedregulator@0 { + vmmcsd_fixed: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "vmmcsd_fixed"; regulator-min-microvolt = <3300000>; |