Peng Fan | bc6244b | 2018-10-18 14:28:29 +0200 | [diff] [blame] | 1 | /* 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 Fan | 2e0644a | 2023-04-28 12:08:09 +0800 | [diff] [blame] | 9 | #include <firmware/imx/sci/types.h> |
Peng Fan | bc6244b | 2018-10-18 14:28:29 +0200 | [diff] [blame] | 10 | |
Simon Glass | b75b15b | 2020-12-03 16:55:23 -0700 | [diff] [blame] | 11 | struct imx8_power_domain_plat { |
Peng Fan | bc6244b | 2018-10-18 14:28:29 +0200 | [diff] [blame] | 12 | sc_rsrc_t resource_id; |
| 13 | }; |
| 14 | |
| 15 | #endif |