Skip to content

Commit e3d2799

Browse files
committed
ayufan: dts: rockpro64: run spi-flash with 10MHz
Change-Id: I407c406f3945880cd00f84f4a86503433e1faa32
1 parent e6292a5 commit e3d2799

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,13 +1174,14 @@
11741174

11751175
&spi1 {
11761176
status = "okay";
1177+
max-freq = <10000000>;
11771178

11781179
spiflash: spi-flash@0 {
11791180
#address-cells = <0x1>;
11801181
#size-cells = <1>;
11811182
compatible = "jedec,spi-nor";
11821183
reg = <0x0>;
1183-
spi-max-frequency = <25000000>;
1184+
spi-max-frequency = <10000000>;
11841185
status = "okay";
11851186

11861187
partitions {

0 commit comments

Comments
 (0)