forked from Minki/linux
ARM: dts: imx6qdl: Remove unneeded unit-addresses
The following build warnings are seen when building with 'W=1' option: Warning (unit_address_vs_reg): Node /soc/aips-bus@02000000/anatop@020c8000/regulator-1p1@110 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /soc/aips-bus@02000000/anatop@020c8000/regulator-3p0@120 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /soc/aips-bus@02000000/anatop@020c8000/regulator-2p5@130 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /soc/aips-bus@02000000/anatop@020c8000/regulator-vddcore@140 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /soc/aips-bus@02000000/anatop@020c8000/regulator-vddpu@140 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /soc/aips-bus@02000000/anatop@020c8000/regulator-vddsoc@140 has a unit name, but no reg property Fix them by removing the unneeded unit-addresses. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
975f0d100e
commit
c77ebb4534
@ -621,7 +621,7 @@
|
|||||||
<0 54 IRQ_TYPE_LEVEL_HIGH>,
|
<0 54 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<0 127 IRQ_TYPE_LEVEL_HIGH>;
|
<0 127 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
||||||
regulator-1p1@110 {
|
regulator-1p1 {
|
||||||
compatible = "fsl,anatop-regulator";
|
compatible = "fsl,anatop-regulator";
|
||||||
regulator-name = "vdd1p1";
|
regulator-name = "vdd1p1";
|
||||||
regulator-min-microvolt = <800000>;
|
regulator-min-microvolt = <800000>;
|
||||||
@ -635,7 +635,7 @@
|
|||||||
anatop-max-voltage = <1375000>;
|
anatop-max-voltage = <1375000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
regulator-3p0@120 {
|
regulator-3p0 {
|
||||||
compatible = "fsl,anatop-regulator";
|
compatible = "fsl,anatop-regulator";
|
||||||
regulator-name = "vdd3p0";
|
regulator-name = "vdd3p0";
|
||||||
regulator-min-microvolt = <2800000>;
|
regulator-min-microvolt = <2800000>;
|
||||||
@ -649,7 +649,7 @@
|
|||||||
anatop-max-voltage = <3400000>;
|
anatop-max-voltage = <3400000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
regulator-2p5@130 {
|
regulator-2p5 {
|
||||||
compatible = "fsl,anatop-regulator";
|
compatible = "fsl,anatop-regulator";
|
||||||
regulator-name = "vdd2p5";
|
regulator-name = "vdd2p5";
|
||||||
regulator-min-microvolt = <2000000>;
|
regulator-min-microvolt = <2000000>;
|
||||||
@ -663,7 +663,7 @@
|
|||||||
anatop-max-voltage = <2750000>;
|
anatop-max-voltage = <2750000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
reg_arm: regulator-vddcore@140 {
|
reg_arm: regulator-vddcore {
|
||||||
compatible = "fsl,anatop-regulator";
|
compatible = "fsl,anatop-regulator";
|
||||||
regulator-name = "vddarm";
|
regulator-name = "vddarm";
|
||||||
regulator-min-microvolt = <725000>;
|
regulator-min-microvolt = <725000>;
|
||||||
@ -680,7 +680,7 @@
|
|||||||
anatop-max-voltage = <1450000>;
|
anatop-max-voltage = <1450000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
reg_pu: regulator-vddpu@140 {
|
reg_pu: regulator-vddpu {
|
||||||
compatible = "fsl,anatop-regulator";
|
compatible = "fsl,anatop-regulator";
|
||||||
regulator-name = "vddpu";
|
regulator-name = "vddpu";
|
||||||
regulator-min-microvolt = <725000>;
|
regulator-min-microvolt = <725000>;
|
||||||
@ -697,7 +697,7 @@
|
|||||||
anatop-max-voltage = <1450000>;
|
anatop-max-voltage = <1450000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
reg_soc: regulator-vddsoc@140 {
|
reg_soc: regulator-vddsoc {
|
||||||
compatible = "fsl,anatop-regulator";
|
compatible = "fsl,anatop-regulator";
|
||||||
regulator-name = "vddsoc";
|
regulator-name = "vddsoc";
|
||||||
regulator-min-microvolt = <725000>;
|
regulator-min-microvolt = <725000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user