mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 15:23:07 +00:00
99ac6c769f
Move imx8 sci header file to include/firmware/imx, then we could use build macro to reuse some i.MX8 drivers for i.MX9, such as drivers/cpu/imx8_cpu.c. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Stefano Babic <sbabic@denx.de>
15 lines
250 B
C
15 lines
250 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright 2017 NXP
|
|
*/
|
|
|
|
#ifndef _ASM_ARCH_IMX8_POWER_DOMAIN_H
|
|
#define _ASM_ARCH_IMX8_POWER_DOMAIN_H
|
|
|
|
#include <firmware/imx/sci/types.h>
|
|
|
|
struct imx8_power_domain_plat {
|
|
sc_rsrc_t resource_id;
|
|
};
|
|
|
|
#endif
|