mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-10 14:10:07 +00:00
11 lines
220 B
C
11 lines
220 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2024 Alexandru Chimac <alexchimac@protonmail.com>
|
||
|
*/
|
||
|
|
||
|
#include <soc/exynos9610.h>
|
||
|
|
||
|
void soc_init(void) {
|
||
|
*(int *) (DECON_F_BASE + HW_SW_TRIG_CONTROL) = 0x1281;
|
||
|
}
|