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

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -53,6 +53,14 @@
	pinctrl-0 = <&pinctrl_i2c1>;
};

&jpegdec {
	status = "okay";
};

&jpegenc {
	status = "okay";
};

/* Colibri UART_B */
&lpuart0 {
	pinctrl-names = "default";