提交 909b0ebd 编写于 作者: J Javier Martinez Canillas 提交者: Tony Lindgren

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: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 0b0d912a
...@@ -18,7 +18,7 @@ ...@@ -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>;
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
reg = <0x80000000 0x40000000>; /* 1 GB */ reg = <0x80000000 0x40000000>; /* 1 GB */
}; };
vemmc: fixedregulator@0 { vemmc: fixedregulator0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "VEMMC"; regulator-name = "VEMMC";
regulator-min-microvolt = <2900000>; regulator-min-microvolt = <2900000>;
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
enable-active-high; enable-active-high;
}; };
vwlan_fixed: fixedregulator@2 { vwlan_fixed: fixedregulator2 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "VWLAN"; regulator-name = "VWLAN";
gpio = <&gpio2 3 GPIO_ACTIVE_HIGH>; /* gpio 35 */ gpio = <&gpio2 3 GPIO_ACTIVE_HIGH>; /* gpio 35 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册