[PATCH v2] arm64: dts: qcom: qcm6490-idp: Include PM7250B

Umang Chheda posted 1 patch 1 year, 11 months ago
arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 5 +++++
1 file changed, 5 insertions(+)
[PATCH v2] arm64: dts: qcom: qcm6490-idp: Include PM7250B
Posted by Umang Chheda 1 year, 11 months ago
Include PM7250B PMIC for qcm6490-idp.

Signed-off-by: Umang Chheda <quic_uchheda@quicinc.com>
---
Changes in v2:
 - Rephrased commit text.

 arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
index 03e97e27d16d..2a6e4907c5ee 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
@@ -5,8 +5,13 @@
 
 /dts-v1/;
 
+/* PM7250B is configured to use SID8/9 */
+#define PM7250B_SID 8
+#define PM7250B_SID1 9
+
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 #include "sc7280.dtsi"
+#include "pm7250b.dtsi"
 #include "pm7325.dtsi"
 #include "pm8350c.dtsi"
 #include "pmk8350.dtsi"
-- 
2.25.1
Re: [PATCH v2] arm64: dts: qcom: qcm6490-idp: Include PM7250B
Posted by Bjorn Andersson 1 year, 10 months ago
On Thu, 25 Jan 2024 17:23:00 +0530, Umang Chheda wrote:
> Include PM7250B PMIC for qcm6490-idp.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: qcm6490-idp: Include PM7250B
      commit: d967cc9cf37ea2a6c7cdb9779113f10d2910bb4c

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2] arm64: dts: qcom: qcm6490-idp: Include PM7250B
Posted by Konrad Dybcio 1 year, 11 months ago

On 1/25/24 12:53, Umang Chheda wrote:
> Include PM7250B PMIC for qcm6490-idp.
> 
> Signed-off-by: Umang Chheda <quic_uchheda@quicinc.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad