Skip to content

Commit

Permalink
arm64: dts: rockchip: change spi-max-frequency for Radxa ROCK 3C
Browse files Browse the repository at this point in the history
SPI NOR flash chip may vary, so use safe(lowest) spi-max-frequency.

Signed-off-by: FUKAUMI Naoki <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>

[ upstream commit: 06f6dd4d607766a527e37529f2f3f90dd1464293 ]

(cherry picked from commit dd40945a1d0e28ae6eaf9da04f8e2dcebf8233ea)
Reviewed-by: Kever Yang <[email protected]>
  • Loading branch information
RadxaNaoki authored and keveryang committed Aug 12, 2024
1 parent c8b268e commit a3cd0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/upstream/src/arm64/rockchip/rk3566-rock-3c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0x0>;
spi-max-frequency = <120000000>;
spi-max-frequency = <104000000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <1>;
};
Expand Down

0 comments on commit a3cd0b4

Please sign in to comment.