14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2021 NXP
|
|
* Dong Aisheng <aisheng.dong@nxp.com>
|
|
*/
|
|
|
|
&jpegdec {
|
|
compatible = "nxp,imx8qxp-jpgdec";
|
|
};
|
|
|
|
&jpegenc {
|
|
compatible = "nxp,imx8qxp-jpgenc";
|
|
};
|