dts: bcm2712-rpi-5-b: Set enable-mps-rcb for RP1
authorPhil Elwell <phil@raspberrypi.com>
Wed, 1 Nov 2023 10:27:28 +0000 (10:27 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:09 +0000 (11:35 +0000)
It is safe to set the MPS_RCB bit for RP1, but not necessarily for other
devices, so add the new enabling property to pcie2 on Pi 5.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts

index db58d96..bb0c224 100644 (file)
 };
 
 rp1_target: &pcie2 {
+       brcm,enable-mps-rcb;
        brcm,vdm-qos-map = <0xbbaa9888>;
        aspm-no-l0s;
        status = "okay";