Skip to content

Commit

Permalink
ARM: dts: Set brcm,enable-l1ss for CM4
Browse files Browse the repository at this point in the history
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 <phil@raspberrypi.com>
  • Loading branch information
pelwell authored and popcornmix committed Jun 17, 2020
1 parent b3e84cf commit dec0ddc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/bcm2711-rpi-cm4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@
/delete-node/ wifi-pwrseq;
};

&pcie0 {
brcm,enable-l1ss;
};

&mmcnr {
pinctrl-names = "default";
pinctrl-0 = <&sdio_pins>;
Expand Down

0 comments on commit dec0ddc

Please sign in to comment.