mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
ge2d: set default clk val [1/1]
PD#SWPL-163088 Problem: set default ge2d clk val Solution: change device data clk val Verify: s7d Change-Id: I48c799b4a32f5d2d26c04768020027da8993d0fb Signed-off-by: hai.cao <hai.cao@amlogic.com>
This commit is contained in:
@@ -1686,7 +1686,7 @@ static struct ge2d_device_data_s ge2d_s7 = {
|
||||
};
|
||||
|
||||
static struct ge2d_device_data_s ge2d_s7d = {
|
||||
.ge2d_rate = 667000000,
|
||||
.ge2d_rate = 500000000,
|
||||
.src2_alp = 1,
|
||||
.canvas_status = 2,
|
||||
.deep_color = 1,
|
||||
|
||||
Reference in New Issue
Block a user