Skip to content

Commit e6c6ff2

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 b6e57f0 commit e6c6ff2

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
@@ -122,14 +122,13 @@
122122
};
123123

124124
rp1_target: &pcie2 {
125-
brcm,enable-mps-rcb;
126-
brcm,vdm-qos-map = <0xbbaa9888>;
125+
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
127126
aspm-no-l0s;
128127
status = "okay";
129128
};
130129

131130
&pcie1 {
132-
brcm,vdm-qos-map = <0x33333333>;
131+
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
133132
};
134133

135134
// The system SPI for the bootloader EEPROM

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,13 @@
109109
};
110110

111111
rp1_target: &pcie2 {
112-
brcm,enable-mps-rcb;
113-
brcm,vdm-qos-map = <0xbbaa9888>;
112+
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
114113
aspm-no-l0s;
115114
status = "okay";
116115
};
117116

118117
&pcie1 {
119-
brcm,vdm-qos-map = <0x33333333>;
118+
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
120119
};
121120

122121
// The system SPI for the bootloader EEPROM

0 commit comments

Comments
 (0)