ARM: dts: msm: Add the register offset for modem PDC on SDM670 and SDM845

The offset in the PDC register for modem can change between different
chipsets based on number of subsystems and may also change between
different versions of chipsets. Add the offset information in the DT.

Change-Id: Ib7b4220b90f49ef8554f9cde0d27ab79e2c84606
Signed-off-by: Kyle Yan <kyan@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi b/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
index 08e68cd..0b55736 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
@@ -477,6 +477,10 @@
 	};
 };
 
+&pil_modem {
+	qcom,mss_pdc_offset = <9>;
+};
+
 /* VDD_APC0 */
 &pm8998_s13 {
 	regulator-min-microvolt = <568000>;