Skip to content

Commit

Permalink
arm64: dts: Disable spidev1 in favor of TPM also for FR201 device
Browse files Browse the repository at this point in the history
The same fix provided by commit 34056de must be
applied for the FR201 device, so CS pin of SPI1 can be used by the TPM driver at
SPI6.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Jan 22, 2025
1 parent 34056de commit 9f160b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/bcm2711-rpi-cm4-fr201.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
brcm,pins = <18 19 20 21>;
brcm,function = <0>;
};
&spidev1 {
status = "disabled";
};

/* RTC */
&i2c0if {
Expand Down

0 comments on commit 9f160b7

Please sign in to comment.