mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
05996f350d
Sync imx8mm.dtsi device tree with linux-next 20220711. The main motivation for doing this sync is the sha256 regression reported by Andrey Zhizhikin [1]. The linux-next kernel has the following commit, which disables the job ring 0 and fixes the problem: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20220715&id=dc9c1ceb555ff661e6fc1081434600771f29657c [1] https://lore.kernel.org/u-boot/AM6PR06MB46912207D9460CD9924F35DAA68B9@AM6PR06MB4691.eurprd06.prod.outlook.com/T/#t Signed-off-by: Fabio Estevam <festevam@denx.de>
31 lines
893 B
C
31 lines
893 B
C
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
|
|
/*
|
|
* Copyright (C) 2020 Pengutronix, Lucas Stach <kernel@pengutronix.de>
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_IMX8MM_POWER_H__
|
|
#define __DT_BINDINGS_IMX8MM_POWER_H__
|
|
|
|
#define IMX8MM_POWER_DOMAIN_HSIOMIX 0
|
|
#define IMX8MM_POWER_DOMAIN_PCIE 1
|
|
#define IMX8MM_POWER_DOMAIN_OTG1 2
|
|
#define IMX8MM_POWER_DOMAIN_OTG2 3
|
|
#define IMX8MM_POWER_DOMAIN_GPUMIX 4
|
|
#define IMX8MM_POWER_DOMAIN_GPU 5
|
|
#define IMX8MM_POWER_DOMAIN_VPUMIX 6
|
|
#define IMX8MM_POWER_DOMAIN_VPUG1 7
|
|
#define IMX8MM_POWER_DOMAIN_VPUG2 8
|
|
#define IMX8MM_POWER_DOMAIN_VPUH1 9
|
|
#define IMX8MM_POWER_DOMAIN_DISPMIX 10
|
|
#define IMX8MM_POWER_DOMAIN_MIPI 11
|
|
|
|
#define IMX8MM_VPUBLK_PD_G1 0
|
|
#define IMX8MM_VPUBLK_PD_G2 1
|
|
#define IMX8MM_VPUBLK_PD_H1 2
|
|
|
|
#define IMX8MM_DISPBLK_PD_CSI_BRIDGE 0
|
|
#define IMX8MM_DISPBLK_PD_LCDIF 1
|
|
#define IMX8MM_DISPBLK_PD_MIPI_DSI 2
|
|
#define IMX8MM_DISPBLK_PD_MIPI_CSI 3
|
|
|
|
#endif
|