mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
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: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
afed0c94ee
commit
b6960f1967
@ -32,7 +32,7 @@
|
|||||||
reg = <0 0x40000000 0 0x40000000>;
|
reg = <0 0x40000000 0 0x40000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
d3_3v: regulator@0 {
|
d3_3v: regulator-d3-3v {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "D3.3V";
|
regulator-name = "D3.3V";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
@ -41,7 +41,7 @@
|
|||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
vcc_sdhi1: regulator@3 {
|
vcc_sdhi1: regulator-vcc-sdhi1 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
|
|
||||||
regulator-name = "SDHI1 Vcc";
|
regulator-name = "SDHI1 Vcc";
|
||||||
@ -52,7 +52,7 @@
|
|||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
|
||||||
vccq_sdhi1: regulator@4 {
|
vccq_sdhi1: regulator-vccq-sdhi1 {
|
||||||
compatible = "regulator-gpio";
|
compatible = "regulator-gpio";
|
||||||
|
|
||||||
regulator-name = "SDHI1 VccQ";
|
regulator-name = "SDHI1 VccQ";
|
||||||
|
Loading…
Reference in New Issue
Block a user