[PATCH RESEND v2 6/9] ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65

Rohit Agarwal posted 9 patches 2 years, 1 month ago
[PATCH RESEND v2 6/9] ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65
Posted by Rohit Agarwal 2 years, 1 month ago
Update the pmic used in sdx65 platform to pm7250b.

Fixes: 26380f298b2b (ARM: dts: qcom: sdx65-mtp: Add pmk8350b and pm8150b pmic)
Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
---
 arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts b/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts
index 02d8d6e..fcf1c51 100644
--- a/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts
+++ b/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts
@@ -7,7 +7,7 @@
 #include "qcom-sdx65.dtsi"
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 #include <arm64/qcom/pmk8350.dtsi>
-#include <arm64/qcom/pm8150b.dtsi>
+#include <arm64/qcom/pm7250b.dtsi>
 #include "qcom-pmx65.dtsi"
 
 / {
-- 
2.7.4
Re: [PATCH RESEND v2 6/9] ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65
Posted by Konrad Dybcio 2 years, 1 month ago
On 7.08.2023 15:38, Rohit Agarwal wrote:
> Update the pmic used in sdx65 platform to pm7250b.
> 
> Fixes: 26380f298b2b (ARM: dts: qcom: sdx65-mtp: Add pmk8350b and pm8150b pmic)
> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad