Skip to content

Commit

Permalink
ayufan: dts: rockpro64: run spi-flash with 10MHz
Browse files Browse the repository at this point in the history
Change-Id: I407c406f3945880cd00f84f4a86503433e1faa32
  • Loading branch information
ayufan committed Aug 6, 2018
1 parent 43a396c commit 219bb3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -829,13 +829,14 @@

&spi1 {
status = "okay";
max-freq = <10000000>;

spiflash: spi-flash@0 {
#address-cells = <0x1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0x0>;
spi-max-frequency = <25000000>;
spi-max-frequency = <10000000>;
status = "okay";
m25p,fast-read;

Expand Down

0 comments on commit 219bb3f

Please sign in to comment.