diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-09-06 13:47:43 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-14 16:44:51 +0300 |
commit | 2c20c75d850574c727e07e615ed55e3d5c2b42db (patch) | |
tree | ffc9de4356d349c6472bb8bf047f193f2bf452e3 /arch/arm64/boot/dts/qcom/sm8350-hdk.dts | |
parent | ebad126daf0c70a054b358e276cef453b2fcdc7f (diff) | |
download | linux-2c20c75d850574c727e07e615ed55e3d5c2b42db.tar.xz |
arm64: dts: qcom: sm8350-hdk: add UFS host controller supply
According to schematics the L9B regulator supplies VCCQ (already in DTS)
and the UFS controller pads (VDD_PX10, missing vdd-hba). Add the
missing supply for full hardware description, even though it should not
have functional impact.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230906104744.163479-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm8350-hdk.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts index 4013d25a7df3..dd2cb0ccd3cb 100644 --- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts +++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts @@ -760,6 +760,7 @@ vcc-max-microamp = <800000>; vccq-supply = <&vreg_l9b_1p2>; vccq-max-microamp = <900000>; + vdd-hba-supply = <&vreg_l9b_1p2>; }; &ufs_mem_phy { |