Message ID | 20230411072840.2751813-4-bhupesh.sharma@linaro.org |
---|---|
State | New |
Headers | show |
Series | [v3,1/3] dt-bindings: arm: qcom: Document the Qualcomm qrb4210-rb2 board | expand |
diff --git a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts index c9c6e3787462..dc80f0bca767 100644 --- a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts +++ b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts @@ -171,6 +171,8 @@ vreg_l21a_2p704: l21 { vreg_l22a_2p96: l22 { regulator-min-microvolt = <2952000>; regulator-max-microvolt = <3304000>; + regulator-system-load = <100000>; + regulator-allow-set-load; }; vreg_l23a_3p3: l23 { @@ -181,6 +183,8 @@ vreg_l23a_3p3: l23 { vreg_l24a_2p96: l24 { regulator-min-microvolt = <2704000>; regulator-max-microvolt = <3600000>; + regulator-system-load = <100000>; + regulator-allow-set-load; }; }; };
Increase the l22 and l24 load used for uSD and eMMC VMMC. These need to be increased in order to prevent any voltage drop issues due to limited current happening during specific operations (e.g. write). Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> --- arch/arm64/boot/dts/qcom/qrb4210-rb2.dts | 4 ++++ 1 file changed, 4 insertions(+)