ARM: dts: am335x phytec boards: Remove regulator node
Move regulators directly to the root node like most am335x boards do. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
566734534f
commit
81ec03f5d9
|
@ -30,17 +30,13 @@
|
||||||
reg = <0x80000000 0x10000000>; /* 256 MB */
|
reg = <0x80000000 0x10000000>; /* 256 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
vcc5v: fixedregulator0 {
|
||||||
compatible = "simple-bus";
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "vcc5v";
|
||||||
vcc5v: fixedregulator0 {
|
regulator-min-microvolt = <5000000>;
|
||||||
compatible = "regulator-fixed";
|
regulator-max-microvolt = <5000000>;
|
||||||
regulator-name = "vcc5v";
|
regulator-boot-on;
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-always-on;
|
||||||
regulator-max-microvolt = <5000000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -15,16 +15,12 @@
|
||||||
compatible = "ti,da830-evm-audio";
|
compatible = "ti,da830-evm-audio";
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
vcc3v3: fixedregulator1 {
|
||||||
compatible = "simple-bus";
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "vcc3v3";
|
||||||
vcc3v3: fixedregulator1 {
|
regulator-min-microvolt = <3300000>;
|
||||||
compatible = "regulator-fixed";
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-name = "vcc3v3";
|
regulator-boot-on;
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue