ARM: dts: gose: Fix W=1 dtc warnings

Warning (unit_address_vs_reg): Node /regulator@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /regulator@1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /regulator@2 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /regulator@3 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /regulator@4 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /regulator@5 has a unit name, but no reg property

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2016-05-20 09:10:05 +02:00 committed by Simon Horman
parent 4f4942bc6c
commit b6dfc0d401

View File

@ -158,7 +158,7 @@
};
};
vcc_sdhi0: regulator@0 {
vcc_sdhi0: regulator-vcc-sdhi0 {
compatible = "regulator-fixed";
regulator-name = "SDHI0 Vcc";
@ -169,7 +169,7 @@
enable-active-high;
};
vccq_sdhi0: regulator@1 {
vccq_sdhi0: regulator-vccq-sdhi0 {
compatible = "regulator-gpio";
regulator-name = "SDHI0 VccQ";
@ -182,7 +182,7 @@
1800000 0>;
};
vcc_sdhi1: regulator@2 {
vcc_sdhi1: regulator-vcc-sdhi1 {
compatible = "regulator-fixed";
regulator-name = "SDHI1 Vcc";
@ -193,7 +193,7 @@
enable-active-high;
};
vccq_sdhi1: regulator@3 {
vccq_sdhi1: regulator-vccq-sdhi1 {
compatible = "regulator-gpio";
regulator-name = "SDHI1 VccQ";
@ -206,7 +206,7 @@
1800000 0>;
};
vcc_sdhi2: regulator@4 {
vcc_sdhi2: regulator-vcc-sdhi2 {
compatible = "regulator-fixed";
regulator-name = "SDHI2 Vcc";
@ -217,7 +217,7 @@
enable-active-high;
};
vccq_sdhi2: regulator@5 {
vccq_sdhi2: regulator-vccq-sdhi2 {
compatible = "regulator-gpio";
regulator-name = "SDHI2 VccQ";