arm64: dts: colibri-imx8x: Add jpegenc/dec

jpeg encoder and decoder are available. Do enable them in the module
level device-tree since those are self-contained.

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Philippe Schenker
2023-03-14 11:23:59 +01:00
committed by Shawn Guo
parent 851884b264
commit ee9936d64b

View File

@@ -53,6 +53,14 @@ &i2c1 {
pinctrl-0 = <&pinctrl_i2c1>;
};
&jpegdec {
status = "okay";
};
&jpegenc {
status = "okay";
};
/* Colibri UART_B */
&lpuart0 {
pinctrl-names = "default";