Commit ee9936d6 authored by Philippe Schenker's avatar Philippe Schenker Committed by Shawn Guo

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: default avatarPhilippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 851884b2
......@@ -53,6 +53,14 @@ &i2c1 {
pinctrl-0 = <&pinctrl_i2c1>;
};
&jpegdec {
status = "okay";
};
&jpegenc {
status = "okay";
};
/* Colibri UART_B */
&lpuart0 {
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment