Skip to content

Commit aa605e3

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 <[email protected]>
1 parent 9febe9c commit aa605e3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,13 @@
127127
};
128128

129129
rp1_target: &pcie2 {
130-
brcm,enable-mps-rcb;
131-
brcm,vdm-qos-map = <0xbbaa9888>;
130+
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
132131
aspm-no-l0s;
133132
status = "okay";
134133
};
135134

136135
&pcie1 {
137-
brcm,vdm-qos-map = <0x33333333>;
136+
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
138137
};
139138

140139
// Add some labels to 2712 device

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,13 @@
112112
};
113113

114114
rp1_target: &pcie2 {
115-
brcm,enable-mps-rcb;
116-
brcm,vdm-qos-map = <0xbbaa9888>;
115+
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
117116
aspm-no-l0s;
118117
status = "okay";
119118
};
120119

121120
&pcie1 {
122-
brcm,vdm-qos-map = <0x33333333>;
121+
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
123122
};
124123

125124
// Add some labels to 2712 device

0 commit comments

Comments
 (0)