Skip to content

Commit 7a94645

Browse files
teburdMaureenHelm
authored andcommitted
tdk_robokit1: Use 24MHz SPI for everything
It turns out even with all the other SPI fixes once the clock is set in the SPI_CSR register, updating it does not seem to actually update the clock. This is likely due to the impossible to solve issue... where the peripheral does not know when to clock/unclock with gpio chip selects seemingly. Signed-off-by: Tom Burdick <[email protected]>
1 parent dba487e commit 7a94645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/tdk_robokit1/tdk_robokit1-common.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
#io-channel-cells = <1>;
118118
#address-cells = <1>;
119119
#size-cells = <0>;
120-
spi-max-frequency = <12000000>;
120+
spi-max-frequency = <24000000>;
121121
channel@0 {
122122
reg = <0>;
123123
zephyr,gain = "ADC_GAIN_1";

0 commit comments

Comments
 (0)