diff options
author | Sean Anderson | 2021-06-11 00:16:15 -0400 |
---|---|---|
committer | Leo Yu-Chi Liang | 2021-06-17 09:40:58 +0800 |
commit | 9cd637f84bc3dc60e0201012494982479621b5bd (patch) | |
tree | a0133032bc9c70cc556c5b1c6ab92563857d90e5 /configs | |
parent | 493110cc499539f42a2786e8306ba29ac0ba2435 (diff) |
k210: dts: Set PLL1 to the same rate as PLL0
Linux has had some stability issues when using AISRAM with a different
frequency from SRAM. Mirror their change here now that we relocate into
AISRAM.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sipeed_maix_bitm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sipeed_maix_bitm_defconfig b/configs/sipeed_maix_bitm_defconfig index bd877cd0554..6a06f650ea2 100644 --- a/configs/sipeed_maix_bitm_defconfig +++ b/configs/sipeed_maix_bitm_defconfig @@ -13,6 +13,7 @@ CONFIG_HUSH_PARSER=y CONFIG_MTDIDS_DEFAULT="nor0=spi3:0" CONFIG_MTDPARTS_DEFAULT="nor0:1M(u-boot),0x1000@0xfff000(env)" # CONFIG_NET is not set +CONFIG_CLK_K210_SET_RATE=y # CONFIG_INPUT is not set CONFIG_SF_DEFAULT_BUS=3 # CONFIG_DM_ETH is not set |