spicc: fix xfer timed out error on g12 serials [1/1]

PD#SWPL-122937

Problem:
xfer timed out or set clk rate failed on g12 serials,
because of SCLK parent clk missed

Solution:
Assign the async clk as the parent of SCLK

Verify:
t3

Change-Id: I02247d677c17705f4af413f74baf17625fbd8f41
Signed-off-by: Sunny Luo <sunny.luo@amlogic.com>
This commit is contained in:
Sunny Luo
2023-05-08 16:42:03 +08:00
committed by gerrit autosubmit
parent 0bef5122cb
commit e7261bb40d
+1
View File
@@ -1732,6 +1732,7 @@ static struct meson_spicc_data meson_spicc_g12_data __initdata = {
.has_linear_div = true,
.has_oen = true,
.has_async_clk = true,
.is_div_parent_async_clk = true,
};
static struct meson_spicc_data meson_spicc_s5_data __initdata = {