Marek Vasut | ff5c8cd | 2021-04-10 00:16:06 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ |
| 2 | /* |
| 3 | * Copyright (C) 2020 Compass Electronics Group, LLC |
| 4 | */ |
| 5 | |
| 6 | #ifndef __DT_BINDINGS_IMX8MN_POWER_H__ |
| 7 | #define __DT_BINDINGS_IMX8MN_POWER_H__ |
| 8 | |
| 9 | #define IMX8MN_POWER_DOMAIN_HSIOMIX 0 |
| 10 | #define IMX8MN_POWER_DOMAIN_OTG1 1 |
| 11 | #define IMX8MN_POWER_DOMAIN_GPUMIX 2 |
| 12 | #define IMX8MN_POWER_DOMAIN_DISPMIX 3 |
| 13 | #define IMX8MN_POWER_DOMAIN_MIPI 4 |
| 14 | |
Marcel Ziswiler | a1033b8 | 2022-07-21 15:43:37 +0200 | [diff] [blame] | 15 | #define IMX8MN_DISPBLK_PD_MIPI_DSI 0 |
| 16 | #define IMX8MN_DISPBLK_PD_MIPI_CSI 1 |
| 17 | #define IMX8MN_DISPBLK_PD_LCDIF 2 |
| 18 | #define IMX8MN_DISPBLK_PD_ISI 3 |
| 19 | |
Marek Vasut | ff5c8cd | 2021-04-10 00:16:06 +0200 | [diff] [blame] | 20 | #endif |