Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: arm64: dts: st: add video encoder support to stm32mp255

Add VENC hardware video encoder support to STM32MP255.

Signed-off-by: Hugues Fruchet <hugues.fruchet@foss.st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Hugues Fruchet and committed by
Mauro Carvalho Chehab
87f7f576 d96a6119

+13
+6
arch/arm64/boot/dts/st/stm32mp251.dtsi
··· 58 58 compatible = "fixed-clock"; 59 59 clock-frequency = <200000000>; 60 60 }; 61 + 62 + ck_icn_p_venc: ck-icn-p-venc { 63 + #clock-cells = <0>; 64 + compatible = "fixed-clock"; 65 + clock-frequency = <200000000>; 66 + }; 61 67 }; 62 68 63 69 firmware {
+7
arch/arm64/boot/dts/st/stm32mp255.dtsi
··· 14 14 interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; 15 15 clocks = <&ck_icn_p_vdec>; 16 16 }; 17 + 18 + venc: venc@480e0000 { 19 + compatible = "st,stm32mp25-venc"; 20 + reg = <0x480e0000 0x800>; 21 + interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>; 22 + clocks = <&ck_icn_ls_mcu>; 23 + }; 17 24 }; 18 25 }; 19 26 };