Skip to content

Commit d0152db

Browse files
author
Alain Volmat
committed
boards: stm32n6570_dk: enable the JPEG codec
Enable the JPEG codec on the stm32n6570_dk board. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 27530e2 commit d0152db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,3 +517,7 @@ csi_interface: &dcmipp {
517517
csi_ep_in: endpoint {};
518518
};
519519
};
520+
521+
&jpeg {
522+
status = "okay";
523+
};

0 commit comments

Comments
 (0)