summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/da850-evm.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-08-01 12:46:59 -0400
committerTony Lindgren <tony@atomide.com>2016-08-15 09:42:38 -0700
commit0b0d912ab516782beeb3449149d2a126882d550a (patch)
tree66766558525b34a517ed849e05eb639805fc5efa /arch/arm/boot/dts/da850-evm.dts
parent4c049a5b7c89012872184c1fdaefe04ea3dc7dc0 (diff)
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/da850-evm.dts')
-rw-r--r--arch/arm/boot/dts/da850-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index 1a15db8e376b..5fd4c37680fd 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -136,7 +136,7 @@
pinctrl-names = "default";
pinctrl-0 = <&nand_cs3_pins>;
};
- vbat: fixedregulator@0 {
+ vbat: fixedregulator0 {
compatible = "regulator-fixed";
regulator-name = "vbat";
regulator-min-microvolt = <5000000>;