From 8af8c81ddbf292086f60971a5350b559a3b0ed37 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Wed, 8 Apr 2020 14:46:04 +0800 Subject: MLK-23759 plat: imx8mp: Correct the bit define for ispdwp & ddrmix The bit define for ispdwp & ddrmix is wrong in RM, so correct it. Signed-off-by: Jacky Bai Reviewed-by: Anson Huang --- plat/imx/imx8m/imx8mp/include/gpc_reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plat/imx/imx8m/imx8mp/include/gpc_reg.h b/plat/imx/imx8m/imx8mp/include/gpc_reg.h index 4786d9eb..70a895d6 100644 --- a/plat/imx/imx8m/imx8mp/include/gpc_reg.h +++ b/plat/imx/imx8m/imx8mp/include/gpc_reg.h @@ -100,8 +100,8 @@ #define HDMI_PHY_PWR_REQ BIT(15) #define MIPI_PHY2_PWR_REQ BIT(16) #define HSIOMIX_PWR_REQ BIT(17) -#define DDRMIX_PWR_REQ BIT(18) -#define MEDIAMIX_ISPDWP_PWR_REQ BIT(19) +#define MEDIAMIX_ISPDWP_PWR_REQ BIT(18) +#define DDRMIX_PWR_REQ BIT(19) #define AUDIOMIX_ADB400_SYNC (BIT(4) | BIT(15)) #define MLMIX_ADB400_SYNC (BIT(7) | BIT(8)) -- cgit v1.2.3