mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rk312x: sfc frequency reduction
1.It is found that some SPI Nand device run abnormal at 100M frequency in rk3128 gameplay project Change-Id: I78f78c7ea5eea5d294d2a195bc68141283c515f3 Signed-off-by: jon.lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -785,7 +785,7 @@
|
||||
clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
|
||||
clock-names = "clk_sfc", "hclk_sfc";
|
||||
assigned-clocks = <&cru SCLK_SFC>;
|
||||
assigned-clock-rates = <100000000>;
|
||||
assigned-clock-rates = <60000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user