diff options
author | Sean Nyekjaer <sean@geanix.com> | 2023-08-16 14:24:24 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2023-09-11 08:52:36 +0200 |
commit | 37bd2f3dab07eec465c3699e9ea1e3e9185a4966 (patch) | |
tree | ba175bada8c3982b85a6c5b3aab103aa41ddb50e /arch/arm/boot/dts | |
parent | 12cf3ed9df313394462ab4d49f7cc5c00d9b20e6 (diff) | |
download | linux-37bd2f3dab07eec465c3699e9ea1e3e9185a4966.tar.gz linux-37bd2f3dab07eec465c3699e9ea1e3e9185a4966.tar.bz2 linux-37bd2f3dab07eec465c3699e9ea1e3e9185a4966.zip |
ARM: dts: stm32: osd32: fix ldo1 not required to be always-on
According to the OSD32MP1 Power System overview[1] there is no hard
requirement for the ldo1 to be always-on.
[1]: https://octavosystems.com/app_notes/osd32mp1-power-system-overview/#connections
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Acked-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts')
-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 a43965c86fe8..eb43a1e3a0c9 100644 --- a/arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi +++ b/arch/arm/boot/dts/st/stm32mp15xx-osd32.dtsi @@ -117,9 +117,7 @@ regulator-name = "v1v8_audio"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; - regulator-always-on; interrupts = <IT_CURLIM_LDO1 0>; - }; v3v3_hdmi: ldo2 { |