diff options
author | Mirela Rabulea <mirela.rabulea@nxp.com> | 2021-06-19 17:36:11 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-08-14 07:39:27 +0300 |
commit | 5bb279171afc4a1617fa86f4abc1f9e75fe31db7 (patch) | |
tree | e111ba0210e08f63018dee058876100b8de51fe9 /arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi | |
parent | d6ce0bfaf9ce8f8e58436760f8e55ef0602defad (diff) | |
download | linux-5bb279171afc4a1617fa86f4abc1f9e75fe31db7.tar.xz |
arm64: dts: imx8: Add jpeg encoder/decoder nodes
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi new file mode 100644 index 000000000000..7764b4146e0a --- /dev/null +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi @@ -0,0 +1,12 @@ +// 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"; +}; |