diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 12:46:59 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 09:42:38 -0700 |
commit | 0b0d912ab516782beeb3449149d2a126882d550a (patch) | |
tree | 66766558525b34a517ed849e05eb639805fc5efa /arch/arm/boot/dts/dm8168-evm.dts | |
parent | 4c049a5b7c89012872184c1fdaefe04ea3dc7dc0 (diff) | |
download | talos-obmc-linux-0b0d912ab516782beeb3449149d2a126882d550a.tar.gz talos-obmc-linux-0b0d912ab516782beeb3449149d2a126882d550a.zip |
ARM: dts: da850/dm81x: 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/dm8168-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dm8168-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dm8168-evm.dts b/arch/arm/boot/dts/dm8168-evm.dts index f50348bdd857..1380922827be 100644 --- a/arch/arm/boot/dts/dm8168-evm.dts +++ b/arch/arm/boot/dts/dm8168-evm.dts @@ -19,7 +19,7 @@ }; /* FDC6331L controlled by SD_POW pin */ - vmmcsd_fixed: fixedregulator@0 { + vmmcsd_fixed: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "vmmcsd_fixed"; regulator-min-microvolt = <3300000>; |