summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-decoder-b0
diff options
context:
space:
mode:
authornxa13443 <chaofan.huang@nxp.com>2018-03-29 09:52:39 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit0290277574de38d504522c867152cec6d5012a20 (patch)
tree1622ff534308ed077616eb44fc861547b5f4632f /drivers/mxc/vpu-decoder-b0
parented4152f2557247bca3e48b756c6917d896ab4caf (diff)
MLK-17936[IMX8QXP B0] Change repeated compatible name in vpu B0 encoder
and decoder driver change a repeated line in vpu B0 encoder and decoder driver, missed qxp Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
Diffstat (limited to 'drivers/mxc/vpu-decoder-b0')
-rwxr-xr-xdrivers/mxc/vpu-decoder-b0/vpu_b0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/vpu-decoder-b0/vpu_b0.c b/drivers/mxc/vpu-decoder-b0/vpu_b0.c
index ce3372295f4e..044206576f26 100755
--- a/drivers/mxc/vpu-decoder-b0/vpu_b0.c
+++ b/drivers/mxc/vpu-decoder-b0/vpu_b0.c
@@ -2642,7 +2642,7 @@ static const struct dev_pm_ops vpu_pm_ops = {
static const struct of_device_id vpu_of_match[] = {
{ .compatible = "nxp,imx8qm-b0-vpudec", },
- { .compatible = "nxp,imx8qm-b0-vpudec", },
+ { .compatible = "nxp,imx8qxp-b0-vpudec", },
{}
}
MODULE_DEVICE_TABLE(of, vpu_of_match);