From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 12 Apr 2021 11:02:30 +0900 Subject: [PATCH V2 08/24] imx: power-domain: Add fsl, imx8mm-gpc compatible string In-Reply-To: <20210411162901.7238-8-marex@denx.de> References: <20210411162901.7238-1-marex@denx.de> <20210411162901.7238-8-marex@denx.de> Message-ID: <96e89828-679c-ba6e-9f6a-6b32a52c1a6f@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/12/21 1:28 AM, Marek Vasut wrote: > The driver is compatible with iMX8MM, add missing compatible string. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Peng Fan > Cc: Stefano Babic > Cc: Ye Li > Cc: uboot-imx Reviewed-by: Jaehoon Chung Best Regards, Jaehoon chung > --- > V2: No change > --- > drivers/power/domain/imx8m-power-domain.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/power/domain/imx8m-power-domain.c b/drivers/power/domain/imx8m-power-domain.c > index c4cd07ffaf..ebac90d81c 100644 > --- a/drivers/power/domain/imx8m-power-domain.c > +++ b/drivers/power/domain/imx8m-power-domain.c > @@ -120,6 +120,7 @@ static int imx8m_power_domain_of_to_plat(struct udevice *dev) > > static const struct udevice_id imx8m_power_domain_ids[] = { > { .compatible = "fsl,imx8mq-gpc" }, > + { .compatible = "fsl,imx8mm-gpc" }, > { } > }; > >