From: Geert Uytterhoeven <[email protected]>

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 <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts 
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index da59c2844b8a..20fbc8c36a78 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -170,7 +170,7 @@
                };
        };
 
-       vcc_sdhi0: regulator@0 {
+       vcc_sdhi0: regulator-vcc-sdhi0 {
                compatible = "regulator-fixed";
 
                regulator-name = "SDHI0 Vcc";
@@ -181,7 +181,7 @@
                enable-active-high;
        };
 
-       vccq_sdhi0: regulator@1 {
+       vccq_sdhi0: regulator-vccq-sdhi0 {
                compatible = "regulator-gpio";
 
                regulator-name = "SDHI0 VccQ";
@@ -194,7 +194,7 @@
                          1800000 0>;
        };
 
-       vcc_sdhi1: regulator@2 {
+       vcc_sdhi1: regulator-vcc-sdhi1 {
                compatible = "regulator-fixed";
 
                regulator-name = "SDHI1 Vcc";
@@ -205,7 +205,7 @@
                enable-active-high;
        };
 
-       vccq_sdhi1: regulator@3 {
+       vccq_sdhi1: regulator-vccq-sdhi1 {
                compatible = "regulator-gpio";
 
                regulator-name = "SDHI1 VccQ";
@@ -218,7 +218,7 @@
                          1800000 0>;
        };
 
-       vcc_sdhi2: regulator@4 {
+       vcc_sdhi2: regulator-vcc-sdhi2 {
                compatible = "regulator-fixed";
 
                regulator-name = "SDHI2 Vcc";
@@ -229,7 +229,7 @@
                enable-active-high;
        };
 
-       vccq_sdhi2: regulator@5 {
+       vccq_sdhi2: regulator-vccq-sdhi2 {
                compatible = "regulator-gpio";
 
                regulator-name = "SDHI2 VccQ";
-- 
2.1.4

Reply via email to