Skip to content

Commit b1432fc

Browse files
P33Mpopcornmix
authored andcommitted
DT: bcm2712: swap PCIe QoS properties to the new array type
pcie1 should use the FIFO threshold property as the RC should not pay attention to Vendor Messages from incompatible endpoint hardware. Also drop the downstream MPS property, it's no longer needed. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
1 parent 6c452fb commit b1432fc

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,3 +674,12 @@
674674
&vc4 {
675675
status = "disabled";
676676
};
677+
678+
&pcie1 {
679+
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
680+
status = "disabled";
681+
};
682+
683+
&pcie2 {
684+
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
685+
};

arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,10 @@
127127
};
128128

129129
rp1_target: &pcie2 {
130-
brcm,enable-mps-rcb;
131-
brcm,vdm-qos-map = <0xbbaa9888>;
132130
aspm-no-l0s;
133131
status = "okay";
134132
};
135133

136-
&pcie1 {
137-
brcm,vdm-qos-map = <0x33333333>;
138-
};
139-
140134
// Add some labels to 2712 device
141135

142136
// The system UART

arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,10 @@
112112
};
113113

114114
rp1_target: &pcie2 {
115-
brcm,enable-mps-rcb;
116-
brcm,vdm-qos-map = <0xbbaa9888>;
117115
aspm-no-l0s;
118116
status = "okay";
119117
};
120118

121-
&pcie1 {
122-
brcm,vdm-qos-map = <0x33333333>;
123-
};
124-
125119
// Add some labels to 2712 device
126120

127121
// The system UART

0 commit comments

Comments
 (0)