Skip to content

Commit

Permalink
arm64: dts: Disable spidev1 in favor of TPM
Browse files Browse the repository at this point in the history
CS pin (gpio7) it's used by spidev1 and the TPM SLB9670 module, so
disable spidev1 in favor of the TPM.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Jan 9, 2025
1 parent 7ae2306 commit dd3980d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include "arm/bcm2711-rpi-4-b.dts"

&spi {
&spi0 {
status = "okay";

slb9670: slb9670@1 {
Expand All @@ -14,3 +14,7 @@
};
};

&spidev1 {
status = "disabled";
};

0 comments on commit dd3980d

Please sign in to comment.