Message ID | 20230921-pm7250b-sid-fixup-v1-1-231c1a65471f@fairphone.com |
---|---|
State | Accepted |
Commit | 4d8b5d7171722d2cdccc880d8e449f7ca9c7b6bf |
Headers | show |
Series | ARM: dts: qcom: sdx65-mtp: Specify PM7250B SID to use | expand |
On Thu, 21 Sep 2023 08:34:02 +0200, Luca Weiss wrote: > Now that the pm7250b.dtsi can be configured to be on a different SID, we > also need to specify it for this dts file. Set it to the SID 2/3 like it > was before commit 8e2d56f64572 ("arm64: dts: qcom: pm7250b: make SID > configurable"). > > Applied, thanks! [1/1] ARM: dts: qcom: sdx65-mtp: Specify PM7250B SID to use commit: 4d8b5d7171722d2cdccc880d8e449f7ca9c7b6bf Best regards,
diff --git a/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts b/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts index fcf1c51c5e7a..9649c859a2c3 100644 --- a/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts +++ b/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts @@ -4,6 +4,10 @@ */ /dts-v1/; +/* PM7250B is configured to use SID2/3 */ +#define PM7250B_SID 2 +#define PM7250B_SID1 3 + #include "qcom-sdx65.dtsi" #include <dt-bindings/regulator/qcom,rpmh-regulator.h> #include <arm64/qcom/pmk8350.dtsi>
Now that the pm7250b.dtsi can be configured to be on a different SID, we also need to specify it for this dts file. Set it to the SID 2/3 like it was before commit 8e2d56f64572 ("arm64: dts: qcom: pm7250b: make SID configurable"). Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts | 4 ++++ 1 file changed, 4 insertions(+) --- base-commit: 7fc7222d9680366edeecc219c21ca96310bdbc10 change-id: 20230921-pm7250b-sid-fixup-0c35c3c59312 Best regards,