summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-encoder-b0
diff options
context:
space:
mode:
authornxa13443 <chaofan.huang@nxp.com>2018-03-28 20:40:49 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commited4152f2557247bca3e48b756c6917d896ab4caf (patch)
tree84e6b0a8ee0833806f3621e37278e1d2e7490bd0 /drivers/mxc/vpu-encoder-b0
parent36b0ff71d3c2a5a8307d5b915c3416ed54032304 (diff)
MLK-17933[IMX8QXP B0] Change compatible name for B0 encoder and decoder
Change compatible name for B0 encoder and decoder in fsl-imx8qxp.dtsi Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
Diffstat (limited to 'drivers/mxc/vpu-encoder-b0')
-rw-r--r--drivers/mxc/vpu-encoder-b0/vpu_encoder_b0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mxc/vpu-encoder-b0/vpu_encoder_b0.c b/drivers/mxc/vpu-encoder-b0/vpu_encoder_b0.c
index fd8e3f2a4a44..fe3886dd63a3 100644
--- a/drivers/mxc/vpu-encoder-b0/vpu_encoder_b0.c
+++ b/drivers/mxc/vpu-encoder-b0/vpu_encoder_b0.c
@@ -2050,8 +2050,8 @@ static const struct dev_pm_ops vpu_pm_ops = {
};
static const struct of_device_id vpu_of_match[] = {
- { .compatible = "nxp,imx8qm-vpu-encoder", },
- { .compatible = "nxp,imx8qxp-vpu-encoder", },
+ { .compatible = "nxp,imx8qm-b0-vpuenc", },
+ { .compatible = "nxp,imx8qm-b0-vpuenc", },
{}
}
MODULE_DEVICE_TABLE(of, vpu_of_match);