mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rockchip: rv1106g-evb2: change sfc_max_freq to 125MHz
The parent clock of sclk_sfc are 500m_300m_200m_24m, so that can't set sclk_sfc to 118.8MHz. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Change-Id: I71b60000a465c23e88155ac9da95cf046717a6d8
This commit is contained in:
@@ -231,12 +231,14 @@
|
||||
};
|
||||
|
||||
&sfc {
|
||||
assigned-clocks = <&cru SCLK_SFC>;
|
||||
assigned-clock-rates = <125000000>;
|
||||
status = "okay";
|
||||
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <118800000>;
|
||||
spi-max-frequency = <125000000>;
|
||||
spi-rx-bus-width = <4>;
|
||||
spi-tx-bus-width = <1>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user