提交 afed0c94 编写于 作者: G Geert Uytterhoeven 提交者: Simon Horman

ARM: dts: porter: 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
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 983ee3de
......@@ -46,7 +46,7 @@
reg = <2 0x00000000 0 0x40000000>;
};
vcc_sdhi0: regulator@0 {
vcc_sdhi0: regulator-vcc-sdhi0 {
compatible = "regulator-fixed";
regulator-name = "SDHI0 Vcc";
......@@ -55,7 +55,7 @@
regulator-always-on;
};
vccq_sdhi0: regulator@1 {
vccq_sdhi0: regulator-vccq-sdhi0 {
compatible = "regulator-gpio";
regulator-name = "SDHI0 VccQ";
......@@ -68,7 +68,7 @@
1800000 0>;
};
vcc_sdhi2: regulator@2 {
vcc_sdhi2: regulator-vcc-sdhi2 {
compatible = "regulator-fixed";
regulator-name = "SDHI2 Vcc";
......@@ -77,7 +77,7 @@
regulator-always-on;
};
vccq_sdhi2: regulator@3 {
vccq_sdhi2: regulator-vccq-sdhi2 {
compatible = "regulator-gpio";
regulator-name = "SDHI2 VccQ";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册