Skip to content

Commit 8921034

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sm8250: 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-18-manivannan.sadhasivam@linaro.org
1 parent b8e0ed0 commit 8921034

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,8 +1829,9 @@
18291829
<0 0x60000000 0 0xf1d>,
18301830
<0 0x60000f20 0 0xa8>,
18311831
<0 0x60001000 0 0x1000>,
1832-
<0 0x60100000 0 0x100000>;
1833-
reg-names = "parf", "dbi", "elbi", "atu", "config";
1832+
<0 0x60100000 0 0x100000>,
1833+
<0 0x01c03000 0 0x1000>;
1834+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
18341835
device_type = "pci";
18351836
linux,pci-domain = <0>;
18361837
bus-range = <0x00 0xff>;
@@ -1938,8 +1939,9 @@
19381939
<0 0x40000000 0 0xf1d>,
19391940
<0 0x40000f20 0 0xa8>,
19401941
<0 0x40001000 0 0x1000>,
1941-
<0 0x40100000 0 0x100000>;
1942-
reg-names = "parf", "dbi", "elbi", "atu", "config";
1942+
<0 0x40100000 0 0x100000>,
1943+
<0 0x01c0b000 0 0x1000>;
1944+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
19431945
device_type = "pci";
19441946
linux,pci-domain = <1>;
19451947
bus-range = <0x00 0xff>;
@@ -2046,8 +2048,9 @@
20462048
<0 0x64000000 0 0xf1d>,
20472049
<0 0x64000f20 0 0xa8>,
20482050
<0 0x64001000 0 0x1000>,
2049-
<0 0x64100000 0 0x100000>;
2050-
reg-names = "parf", "dbi", "elbi", "atu", "config";
2051+
<0 0x64100000 0 0x100000>,
2052+
<0 0x01c13000 0 0x1000>;
2053+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
20512054
device_type = "pci";
20522055
linux,pci-domain = <2>;
20532056
bus-range = <0x00 0xff>;

0 commit comments

Comments
 (0)