Skip to content

Commit 6d1833f

Browse files
P33Mpopcornmix
authored andcommitted
dts: bcm2712: add missing brcm,vdm-qos-map to cm5 base dts
Without this, a default of 0 is used which is very suboptimal for timely service. Consistency with Pi 5 is desired. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
1 parent a2182ef commit 6d1833f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ rp1_target: &pcie2 {
118118
status = "okay";
119119
};
120120

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

123127
// The system UART

0 commit comments

Comments
 (0)