mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: dts: allwinner: h700: Set cpusldo to always-on for RG35XX
Set the cpusldo regulator for the AXP717 to "regulator-always-on". Its current functionality is still unknown as there are no schematics available, however it was observed that upon reboot if this regulator was disabled GPIO detection logic in the bootloader was inconsistent. Keep the regulator powered on for now until it can be defined correctly. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://patch.msgid.link/20241018160617.157083-3-macroalpha82@gmail.com Signed-off-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
6e085e64a2
commit
52b14fb18c
|
|
@ -328,8 +328,17 @@ reg_boost: boost {
|
|||
regulator-name = "boost";
|
||||
};
|
||||
|
||||
/*
|
||||
* Regulator function is unknown, but reading
|
||||
* GPIO values in bootloader is inconsistent
|
||||
* on reboot if this is disabled. Setting to
|
||||
* default value from regulator OTP mem.
|
||||
*/
|
||||
reg_cpusldo: cpusldo {
|
||||
/* unused */
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-min-microvolt = <900000>;
|
||||
regulator-max-microvolt = <900000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user