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>
This commit is contained in:
Родитель
4c049a5b7c
Коммит
0b0d912ab5
|
@ -136,7 +136,7 @@
|
||||||
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 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 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 @@
|
||||||
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 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 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>;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче