Skip to content

Commit

Permalink
ARM: dts: ts4100-8551: reduce SPI speed to FRAM
Browse files Browse the repository at this point in the history
Due to it being offboard, the added connections and trace lengths
cause rare glitches at the full bus speed

Signed-off-by: Kris Bahnsen <[email protected]>
  • Loading branch information
ts-kris committed May 17, 2024
1 parent 970cfd3 commit befb3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6ul-ts4100-ts8551.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
spifram: spi@1 {
compatible = "atmel,at25", "cypress,fm25l16b";
reg = <1>;
spi-max-frequency = <20000000>;
spi-max-frequency = <2000000>;
size = <0x800>;
address-width = <16>;
pagesize = <64>;
Expand Down

0 comments on commit befb3cc

Please sign in to comment.