Skip to content

Commit 016fe43

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 bcdeae7 commit 016fe43

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
@@ -115,6 +115,10 @@ rp1_target: &pcie2 {
115115
status = "okay";
116116
};
117117

118+
&pcie1 {
119+
brcm,vdm-qos-map = <0x33333333>;
120+
};
121+
118122
// The system SPI for the bootloader EEPROM
119123
&spi10 { status = "okay"; };
120124

0 commit comments

Comments
 (0)