Skip to content

Commit b8e0ed0

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sdm845: Add "mhi" region to the PCIe nodes
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
1 parent 81767c1 commit b8e0ed0

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

arch/arm64/boot/dts/qcom/sdm845.dtsi

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,8 +2291,9 @@
22912291
reg = <0 0x01c00000 0 0x2000>,
22922292
<0 0x60000000 0 0xf1d>,
22932293
<0 0x60000f20 0 0xa8>,
2294-
<0 0x60100000 0 0x100000>;
2295-
reg-names = "parf", "dbi", "elbi", "config";
2294+
<0 0x60100000 0 0x100000>,
2295+
<0 0x01c07000 0 0x1000>;
2296+
reg-names = "parf", "dbi", "elbi", "config", "mhi";
22962297
device_type = "pci";
22972298
linux,pci-domain = <0>;
22982299
bus-range = <0x00 0xff>;
@@ -2396,8 +2397,9 @@
23962397
reg = <0 0x01c08000 0 0x2000>,
23972398
<0 0x40000000 0 0xf1d>,
23982399
<0 0x40000f20 0 0xa8>,
2399-
<0 0x40100000 0 0x100000>;
2400-
reg-names = "parf", "dbi", "elbi", "config";
2400+
<0 0x40100000 0 0x100000>,
2401+
<0 0x01c0c000 0 0x1000>;
2402+
reg-names = "parf", "dbi", "elbi", "config", "mhi";
24012403
device_type = "pci";
24022404
linux,pci-domain = <1>;
24032405
bus-range = <0x00 0xff>;

0 commit comments

Comments
 (0)