Skip to content

Commit de7d3d2

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

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,8 +1660,9 @@
16601660
<0x0 0x30000000 0x0 0xf1d>,
16611661
<0x0 0x30000f20 0x0 0xa8>,
16621662
<0x0 0x30001000 0x0 0x1000>,
1663-
<0x0 0x30100000 0x0 0x100000>;
1664-
reg-names = "parf", "dbi", "elbi", "atu", "config";
1663+
<0x0 0x30100000 0x0 0x100000>,
1664+
<0x0 0x01c03000 0x0 0x1000>;
1665+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
16651666
#address-cells = <3>;
16661667
#size-cells = <2>;
16671668
ranges = <0x01000000 0x0 0x00000000 0x0 0x30200000 0x0 0x100000>,
@@ -1759,8 +1760,9 @@
17591760
<0x0 0x32000000 0x0 0xf1d>,
17601761
<0x0 0x32000f20 0x0 0xa8>,
17611762
<0x0 0x32001000 0x0 0x1000>,
1762-
<0x0 0x32100000 0x0 0x100000>;
1763-
reg-names = "parf", "dbi", "elbi", "atu", "config";
1763+
<0x0 0x32100000 0x0 0x100000>,
1764+
<0x0 0x01c0b000 0x0 0x1000>;
1765+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
17641766
#address-cells = <3>;
17651767
#size-cells = <2>;
17661768
ranges = <0x01000000 0x0 0x00000000 0x0 0x32200000 0x0 0x100000>,
@@ -1856,8 +1858,9 @@
18561858
<0x0 0x34000000 0x0 0xf1d>,
18571859
<0x0 0x34000f20 0x0 0xa8>,
18581860
<0x0 0x34001000 0x0 0x1000>,
1859-
<0x0 0x34100000 0x0 0x100000>;
1860-
reg-names = "parf", "dbi", "elbi", "atu", "config";
1861+
<0x0 0x34100000 0x0 0x100000>,
1862+
<0x0 0x01c13000 0x0 0x1000>;
1863+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
18611864
#address-cells = <3>;
18621865
#size-cells = <2>;
18631866
ranges = <0x01000000 0x0 0x00000000 0x0 0x34200000 0x0 0x100000>,
@@ -1956,8 +1959,9 @@
19561959
<0x0 0x38000000 0x0 0xf1d>,
19571960
<0x0 0x38000f20 0x0 0xa8>,
19581961
<0x0 0x38001000 0x0 0x1000>,
1959-
<0x0 0x38100000 0x0 0x100000>;
1960-
reg-names = "parf", "dbi", "elbi", "atu", "config";
1962+
<0x0 0x38100000 0x0 0x100000>,
1963+
<0x0 0x01c1b000 0x0 0x1000>;
1964+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
19611965
#address-cells = <3>;
19621966
#size-cells = <2>;
19631967
ranges = <0x01000000 0x0 0x00000000 0x0 0x38200000 0x0 0x100000>,
@@ -2053,8 +2057,9 @@
20532057
<0x0 0x3c000000 0x0 0xf1d>,
20542058
<0x0 0x3c000f20 0x0 0xa8>,
20552059
<0x0 0x3c001000 0x0 0x1000>,
2056-
<0x0 0x3c100000 0x0 0x100000>;
2057-
reg-names = "parf", "dbi", "elbi", "atu", "config";
2060+
<0x0 0x3c100000 0x0 0x100000>,
2061+
<0x0 0x01c23000 0x0 0x1000>;
2062+
reg-names = "parf", "dbi", "elbi", "atu", "config", "mhi";
20582063
#address-cells = <3>;
20592064
#size-cells = <2>;
20602065
ranges = <0x01000000 0x0 0x00000000 0x0 0x3c200000 0x0 0x100000>,

0 commit comments

Comments
 (0)