mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-02 17:26:29 +00:00
Add dts for imaging subsytem, include jpeg nodes here. Tested on imx8qxp/qm. Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2021 NXP
|
|
*/
|
|
|
|
&jpegdec {
|
|
compatible = "nxp,imx8qm-jpgdec", "nxp,imx8qxp-jpgdec";
|
|
};
|
|
|
|
&jpegenc {
|
|
compatible = "nxp,imx8qm-jpgdec", "nxp,imx8qxp-jpgenc";
|
|
};
|