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

ARM: dts: silk: 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@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
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 afed0c94
......@@ -32,7 +32,7 @@
reg = <0 0x40000000 0 0x40000000>;
};
d3_3v: regulator@0 {
d3_3v: regulator-d3-3v {
compatible = "regulator-fixed";
regulator-name = "D3.3V";
regulator-min-microvolt = <3300000>;
......@@ -41,7 +41,7 @@
regulator-always-on;
};
vcc_sdhi1: regulator@3 {
vcc_sdhi1: regulator-vcc-sdhi1 {
compatible = "regulator-fixed";
regulator-name = "SDHI1 Vcc";
......@@ -52,7 +52,7 @@
enable-active-high;
};
vccq_sdhi1: regulator@4 {
vccq_sdhi1: regulator-vccq-sdhi1 {
compatible = "regulator-gpio";
regulator-name = "SDHI1 VccQ";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册