Commit 0b0d912a authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren

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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4c049a5b
...@@ -136,7 +136,7 @@ nand_cs3@62000000 { ...@@ -136,7 +136,7 @@ nand_cs3@62000000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&nand_cs3_pins>; pinctrl-0 = <&nand_cs3_pins>;
}; };
vbat: fixedregulator@0 { vbat: fixedregulator0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vbat"; regulator-name = "vbat";
regulator-min-microvolt = <5000000>; regulator-min-microvolt = <5000000>;
......
...@@ -18,7 +18,7 @@ memory { ...@@ -18,7 +18,7 @@ memory {
}; };
/* MIC94060YC6 controlled by SD1_POW pin */ /* MIC94060YC6 controlled by SD1_POW pin */
vmmcsd_fixed: fixedregulator@0 { vmmcsd_fixed: fixedregulator0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vmmcsd_fixed"; regulator-name = "vmmcsd_fixed";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
......
...@@ -27,7 +27,7 @@ usb_power: regulator@9 { ...@@ -27,7 +27,7 @@ usb_power: regulator@9 {
regulator-always-on; regulator-always-on;
}; };
vmmcsd_fixed: fixedregulator@0 { vmmcsd_fixed: fixedregulator0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vmmcsd_fixed"; regulator-name = "vmmcsd_fixed";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
......
...@@ -19,7 +19,7 @@ memory { ...@@ -19,7 +19,7 @@ memory {
}; };
/* FDC6331L controlled by SD_POW pin */ /* FDC6331L controlled by SD_POW pin */
vmmcsd_fixed: fixedregulator@0 { vmmcsd_fixed: fixedregulator0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vmmcsd_fixed"; regulator-name = "vmmcsd_fixed";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment