Skip to content

Commit

Permalink
arm: dt: bcm2712: don't unconditionally enable MPS read completions
Browse files Browse the repository at this point in the history
RP1 supports it, but it's not a given that an arbitrary EP device
on PCIE2 will. Migrate the property to the rp1_target fragment.

Signed-off-by: Jonathan Bell <[email protected]>
  • Loading branch information
P33M committed Oct 26, 2023
1 parent bdc0ca3 commit 9ffba7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2712-rpi-5-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
};

rp1_target: &pcie2 {
brcm,enable-mps-rcb;
brcm,vdm-qos-map = <0xbbaa9888>;
aspm-no-l0s;
status = "okay";
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/bcm2712.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@
0x00 0x00000000
0x10 0x00000000>;

brcm,enable-mps-rcb;
brcm,enable-l1ss;
status = "disabled";
};
Expand Down

0 comments on commit 9ffba7f

Please sign in to comment.