blob: bdb0baa98446f0737a86fe43029ab327883d9d91 [file] [log] [blame]
Peng Fanbc6244b2018-10-18 14:28:29 +02001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright 2017 NXP
4 */
5
6#ifndef _ASM_ARCH_IMX8_POWER_DOMAIN_H
7#define _ASM_ARCH_IMX8_POWER_DOMAIN_H
8
Peng Fan2e0644a2023-04-28 12:08:09 +08009#include <firmware/imx/sci/types.h>
Peng Fanbc6244b2018-10-18 14:28:29 +020010
Simon Glassb75b15b2020-12-03 16:55:23 -070011struct imx8_power_domain_plat {
Peng Fanbc6244b2018-10-18 14:28:29 +020012 sc_rsrc_t resource_id;
13};
14
15#endif