Skip to content

Commit 3b41649

Browse files
committed
ARM: dts: Set brcm,enable-l1ss for CM4
Enable the PCIE L1SS on Compute Module 4. It's possible that this is also the right thing to do for Pi 4, but it has been working as is up to now. Signed-off-by: Phil Elwell <[email protected]>
1 parent 39d540f commit 3b41649

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/bcm2711-rpi-cm4.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@
252252
/delete-node/ wifi-pwrseq;
253253
};
254254

255+
&pcie0 {
256+
brcm,enable-l1ss;
257+
};
258+
255259
&mmcnr {
256260
pinctrl-names = "default";
257261
pinctrl-0 = <&sdio_pins>;

0 commit comments

Comments
 (0)