Skip to content

Commit

Permalink
ARM: tegra: nyan: Set maximum frequency for SPI flash
Browse files Browse the repository at this point in the history
Otherwise the SPI core will refuse to register the device.

Signed-off-by: Tomeu Vizoso <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Reviewed-by: Alexandre Courbot <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
tomeuv authored and thierryreding committed Mar 24, 2015
1 parent 33b274b commit 97e147e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tegra124-nyan.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@

flash@0 {
compatible = "winbond,w25q32dw";
spi-max-frequency = <25000000>;
reg = <0>;
};
};
Expand Down

0 comments on commit 97e147e

Please sign in to comment.