Merge "ARM: dts: qcom: keep VDD_MMCX and VDD_MXC supplies always on for Sun RUMI"

This commit is contained in:
qctecmdr
2023-09-14 12:52:12 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -5,6 +5,7 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/clock/qcom,gcc-pineapple.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
&reserved_memory {
spintable: spintable_region@90000000 {
@@ -122,3 +123,12 @@
resets = <&gcc GCC_SDCC2_BCR>;
reset-names = "core_reset";
};
&VDD_MMCX_LEVEL {
regulator-always-on;
};
&VDD_MXC_LEVEL {
regulator-always-on;
regulator-min-microvolt = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
};