mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
committed by
gerrit autosubmit
parent
0bef5122cb
commit
e7261bb40d
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user