mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
28 lines
923 B
Diff
28 lines
923 B
Diff
From 85adede3939dca739b48f7fa98f414e4c3dd8484 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Wed, 1 Nov 2023 10:27:28 +0000
|
|
Subject: [PATCH 0696/1002] dts: bcm2712-rpi-5-b: Set enable-mps-rcb for RP1
|
|
|
|
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 | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
index db58d9662105..bb0c224f4421 100644
|
|
--- a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
+++ b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
@@ -160,6 +160,7 @@ dummy: dummy {
|
|
};
|
|
|
|
rp1_target: &pcie2 {
|
|
+ brcm,enable-mps-rcb;
|
|
brcm,vdm-qos-map = <0xbbaa9888>;
|
|
aspm-no-l0s;
|
|
status = "okay";
|
|
--
|
|
2.44.0
|
|
|