arm64: dts: qcom: sdm845: Add "mhi" region to the PCIe nodes
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 16 Mar 2023 08:11:14 +0000 (13:41 +0530)
committerBjorn Andersson <andersson@kernel.org>
Wed, 5 Apr 2023 03:46:20 +0000 (20:46 -0700)
The "mhi" region contains the debug registers that could be used to monitor
the PCIe link transitions.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230316081117.14288-17-manivannan.sadhasivam@linaro.org
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 47cd1ff..da4b200 100644 (file)
                        reg = <0 0x01c00000 0 0x2000>,
                              <0 0x60000000 0 0xf1d>,
                              <0 0x60000f20 0 0xa8>,
-                             <0 0x60100000 0 0x100000>;
-                       reg-names = "parf", "dbi", "elbi", "config";
+                             <0 0x60100000 0 0x100000>,
+                             <0 0x01c07000 0 0x1000>;
+                       reg-names = "parf", "dbi", "elbi", "config", "mhi";
                        device_type = "pci";
                        linux,pci-domain = <0>;
                        bus-range = <0x00 0xff>;
                        reg = <0 0x01c08000 0 0x2000>,
                              <0 0x40000000 0 0xf1d>,
                              <0 0x40000f20 0 0xa8>,
-                             <0 0x40100000 0 0x100000>;
-                       reg-names = "parf", "dbi", "elbi", "config";
+                             <0 0x40100000 0 0x100000>,
+                             <0 0x01c0c000 0 0x1000>;
+                       reg-names = "parf", "dbi", "elbi", "config", "mhi";
                        device_type = "pci";
                        linux,pci-domain = <1>;
                        bus-range = <0x00 0xff>;