PM / devfreq: imx: Register i.MX8MP interconnect device
authorPeng Fan <peng.fan@nxp.com>
Sun, 3 Jul 2022 09:11:31 +0000 (17:11 +0800)
committerGeorgi Djakov <djakov@kernel.org>
Fri, 15 Jul 2022 14:53:16 +0000 (17:53 +0300)
Same to i.MX8MM/N/Q, register i.MX8MP interconnect device to make
i.MX8MP Interconnect driver work.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Link: https://lore.kernel.org/r/20220703091132.1412063-10-peng.fan@oss.nxp.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/devfreq/imx-bus.c

index f3f6e25..afb5521 100644 (file)
@@ -145,6 +145,7 @@ static const struct of_device_id imx_bus_of_match[] = {
        { .compatible = "fsl,imx8mq-noc", .data = "imx8mq-interconnect", },
        { .compatible = "fsl,imx8mm-noc", .data = "imx8mm-interconnect", },
        { .compatible = "fsl,imx8mn-noc", .data = "imx8mn-interconnect", },
+       { .compatible = "fsl,imx8mp-noc", .data = "imx8mp-interconnect", },
        { .compatible = "fsl,imx8m-noc", },
        { .compatible = "fsl,imx8m-nic", },
        { /* sentinel */ },