Skip to content

Commit

Permalink
dts: bcm2712: add missing brcm,vdm-qos-map to cm5 base dts
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
P33M committed Feb 11, 2025
1 parent 5ece90f commit 07c591d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ rp1_target: &pcie2 {
status = "okay";
};

&pcie1 {
brcm,vdm-qos-map = <0x33333333>;
};

// Add some labels to 2712 device

// The system UART
Expand Down

0 comments on commit 07c591d

Please sign in to comment.