| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
| /* | |
| * arch/arm/cpu/armv8/axg/power_gate.h | |
| * | |
| * Copyright (C) 2020 Amlogic, Inc. All rights reserved. | |
| * | |
| */ | |
| #ifndef __POWER_MGR_HEADER_ | |
| #define __POWER_MGR_HEADER_ | |
| #include <asm/arch/io.h> | |
| #include <common.h> | |
| #include <asm/arch-gxb/io.h> | |
| /* #include <asm/arch-gxb/register.h> */ | |
| #include <asm/arch/secure_apb.h> | |
| /* clock gate control */ | |
| #endif |