mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 22:56:49 +08:00
imx: power-domain: Add fsl,imx8mm-gpc compatible string
The driver is compatible with iMX8MM, add missing compatible string. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Ye Li <ye.li@nxp.com> Cc: uboot-imx <uboot-imx@nxp.com>
This commit is contained in:
parent
d78f7d8199
commit
da16034daa
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user