aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-04-29 18:39:45 -0400
committerShawn Guo <shawnguo@kernel.org>2016-05-03 08:42:34 -0400
commitc77ebb4534aa8f1d74d62c4604cc8ac1bf40f5ec (patch)
tree98432fc9e1c1dae68628eb12f81e2dfd29477657
parent975f0d100ee5f28547783d2cfb0d578fb50ed61a (diff)
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>
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 294afa7734b7..ed613ebe0812 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -621,7 +621,7 @@
621 <0 54 IRQ_TYPE_LEVEL_HIGH>, 621 <0 54 IRQ_TYPE_LEVEL_HIGH>,
622 <0 127 IRQ_TYPE_LEVEL_HIGH>; 622 <0 127 IRQ_TYPE_LEVEL_HIGH>;
623 623
624 regulator-1p1@110 { 624 regulator-1p1 {
625 compatible = "fsl,anatop-regulator"; 625 compatible = "fsl,anatop-regulator";
626 regulator-name = "vdd1p1"; 626 regulator-name = "vdd1p1";
627 regulator-min-microvolt = <800000>; 627 regulator-min-microvolt = <800000>;
@@ -635,7 +635,7 @@
635 anatop-max-voltage = <1375000>; 635 anatop-max-voltage = <1375000>;
636 }; 636 };
637 637
638 regulator-3p0@120 { 638 regulator-3p0 {
639 compatible = "fsl,anatop-regulator"; 639 compatible = "fsl,anatop-regulator";
640 regulator-name = "vdd3p0"; 640 regulator-name = "vdd3p0";
641 regulator-min-microvolt = <2800000>; 641 regulator-min-microvolt = <2800000>;
@@ -649,7 +649,7 @@
649 anatop-max-voltage = <3400000>; 649 anatop-max-voltage = <3400000>;
650 }; 650 };
651 651
652 regulator-2p5@130 { 652 regulator-2p5 {
653 compatible = "fsl,anatop-regulator"; 653 compatible = "fsl,anatop-regulator";
654 regulator-name = "vdd2p5"; 654 regulator-name = "vdd2p5";
655 regulator-min-microvolt = <2000000>; 655 regulator-min-microvolt = <2000000>;
@@ -663,7 +663,7 @@
663 anatop-max-voltage = <2750000>; 663 anatop-max-voltage = <2750000>;
664 }; 664 };
665 665
666 reg_arm: regulator-vddcore@140 { 666 reg_arm: regulator-vddcore {
667 compatible = "fsl,anatop-regulator"; 667 compatible = "fsl,anatop-regulator";
668 regulator-name = "vddarm"; 668 regulator-name = "vddarm";
669 regulator-min-microvolt = <725000>; 669 regulator-min-microvolt = <725000>;
@@ -680,7 +680,7 @@
680 anatop-max-voltage = <1450000>; 680 anatop-max-voltage = <1450000>;
681 }; 681 };
682 682
683 reg_pu: regulator-vddpu@140 { 683 reg_pu: regulator-vddpu {
684 compatible = "fsl,anatop-regulator"; 684 compatible = "fsl,anatop-regulator";
685 regulator-name = "vddpu"; 685 regulator-name = "vddpu";
686 regulator-min-microvolt = <725000>; 686 regulator-min-microvolt = <725000>;
@@ -697,7 +697,7 @@
697 anatop-max-voltage = <1450000>; 697 anatop-max-voltage = <1450000>;
698 }; 698 };
699 699
700 reg_soc: regulator-vddsoc@140 { 700 reg_soc: regulator-vddsoc {
701 compatible = "fsl,anatop-regulator"; 701 compatible = "fsl,anatop-regulator";
702 regulator-name = "vddsoc"; 702 regulator-name = "vddsoc";
703 regulator-min-microvolt = <725000>; 703 regulator-min-microvolt = <725000>;