diff options
author | Sean Nyekjaer <[email protected]> | 2023-08-16 14:24:25 +0200 |
---|---|---|
committer | Alexandre Torgue <[email protected]> | 2023-09-11 08:52:36 +0200 |
commit | 0624f833de22ba4013d801be7b48200d3e2a6b18 (patch) | |
tree | 4e60952c4f49fe6a8f08f9918e55eca7851149a7 | |
parent | 37bd2f3dab07eec465c3699e9ea1e3e9185a4966 (diff) |
ARM: dts: stm32: osd32: fix ldo2 not required to be always-on
According to the OSD32MP1 Power System overview[1] there is no hard
requirement for the ldo2 to be always-on.
[1]: https://octavosystems.com/app_notes/osd32mp1-power-system-overview/#connections
Signed-off-by: Sean Nyekjaer <[email protected]>
Acked-by: Leonard Göhrs <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi b/arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi index eb43a1e3a0c9..902ca6c23533 100644 --- a/arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi +++ b/arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi @@ -124,9 +124,7 @@ regulator-name = "v3v3_hdmi"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - regulator-always-on; interrupts = <IT_CURLIM_LDO2 0>; - }; vtt_ddr: ldo3 { |