mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 04:15:07 +07:00
ARM: dts: gta04: add ldo 3v3 regulator
Required for completeness sake to be able to specify a regulator for devices having a non-optional regulator property. It corresponds to the "3V3" net in the schematics. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Reviewed-by: Johan Hovold <johan@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
a3f9c8c78a
commit
0db02b3bee
@ -32,6 +32,14 @@ aliases {
|
||||
display1 = &tv0;
|
||||
};
|
||||
|
||||
ldo_3v3: fixedregulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "ldo_3v3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
/* fixed 26MHz oscillator */
|
||||
hfclk_26m: oscillator {
|
||||
#clock-cells = <0>;
|
||||
|
Loading…
Reference in New Issue
Block a user