Skip to content

Commit

Permalink
Merge pull request radxa-pkg#186 from vamrs-feng/main
Browse files Browse the repository at this point in the history
rockchip: rk3399: Limit spi maximum rate
  • Loading branch information
RadxaYuntian authored Oct 10, 2023
2 parents db606fb + 1d49b59 commit 0e11b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
spiflash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
spi-max-frequency = <8000000>;
status = "okay";
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
spiflash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>;
spi-max-frequency = <8000000>;
status = "okay";
};
};
Expand Down

0 comments on commit 0e11b1a

Please sign in to comment.