mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
di: disable cue for g12a [1/2]
PD#SWPL-6142 Problem: disable cue for g12a Solution: disable cue for g12a Verify: U212 Change-Id: I276fa0b8605110b709feaceb6d23d9b566c16a44 Signed-off-by: Bencheng Jing <bencheng.jing@amlogic.com>
This commit is contained in:
@@ -726,7 +726,12 @@ static void cue_process_irq(void)
|
||||
}
|
||||
void cue_int(void)
|
||||
{
|
||||
if (cpu_after_eq(MESON_CPU_MAJOR_ID_G12A)) {
|
||||
/*confirm with vlsi-liuyanling, G12a cue must be disabled*/
|
||||
if (is_meson_g12a_cpu()) {
|
||||
cue_en = false;
|
||||
cue_glb_mot_check_en = false;
|
||||
}
|
||||
if (cpu_after_eq(MESON_CPU_MAJOR_ID_G12B)) {
|
||||
if (cue_en)
|
||||
Wr_reg_bits(NR2_CUE_MODE, 3, 10, 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user