Skip to content

Commit c249a0b

Browse files
quic-varadaandersson
authored andcommitted
arm64: dts: qcom: ipq9574: Add MHI to pcie nodes
Append the MHI range to the pcie nodes. Append the MHI register range to IPQ9574. This is an optional range used by the dwc controller driver to print debug stats via the debugfs file 'link_transition_count'. Convert reg-names to vertical list. Signed-off-by: Varadarajan Narayanan <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 541d0b2 commit c249a0b

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

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

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -909,8 +909,14 @@
909909
<0x10000f20 0xa8>,
910910
<0x10001000 0x1000>,
911911
<0x000f8000 0x4000>,
912-
<0x10100000 0x1000>;
913-
reg-names = "dbi", "elbi", "atu", "parf", "config";
912+
<0x10100000 0x1000>,
913+
<0x000fe000 0x1000>;
914+
reg-names = "dbi",
915+
"elbi",
916+
"atu",
917+
"parf",
918+
"config",
919+
"mhi";
914920
device_type = "pci";
915921
linux,pci-domain = <1>;
916922
bus-range = <0x00 0xff>;
@@ -989,8 +995,14 @@
989995
<0x18000f20 0xa8>,
990996
<0x18001000 0x1000>,
991997
<0x000f0000 0x4000>,
992-
<0x18100000 0x1000>;
993-
reg-names = "dbi", "elbi", "atu", "parf", "config";
998+
<0x18100000 0x1000>,
999+
<0x000f6000 0x1000>;
1000+
reg-names = "dbi",
1001+
"elbi",
1002+
"atu",
1003+
"parf",
1004+
"config",
1005+
"mhi";
9941006
device_type = "pci";
9951007
linux,pci-domain = <3>;
9961008
bus-range = <0x00 0xff>;
@@ -1069,8 +1081,14 @@
10691081
<0x20000f20 0xa8>,
10701082
<0x20001000 0x1000>,
10711083
<0x00088000 0x4000>,
1072-
<0x20100000 0x1000>;
1073-
reg-names = "dbi", "elbi", "atu", "parf", "config";
1084+
<0x20100000 0x1000>,
1085+
<0x0008e000 0x1000>;
1086+
reg-names = "dbi",
1087+
"elbi",
1088+
"atu",
1089+
"parf",
1090+
"config",
1091+
"mhi";
10741092
device_type = "pci";
10751093
linux,pci-domain = <2>;
10761094
bus-range = <0x00 0xff>;
@@ -1149,8 +1167,14 @@
11491167
<0x28000f20 0xa8>,
11501168
<0x28001000 0x1000>,
11511169
<0x00080000 0x4000>,
1152-
<0x28100000 0x1000>;
1153-
reg-names = "dbi", "elbi", "atu", "parf", "config";
1170+
<0x28100000 0x1000>,
1171+
<0x00086000 0x1000>;
1172+
reg-names = "dbi",
1173+
"elbi",
1174+
"atu",
1175+
"parf",
1176+
"config",
1177+
"mhi";
11541178
device_type = "pci";
11551179
linux,pci-domain = <0>;
11561180
bus-range = <0x00 0xff>;

0 commit comments

Comments
 (0)