mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
dts: tm2 bring up,add h.264 encoder support [1/1]
PD#SWPL-6373 Problem: tm2 has no h.264 encoder device path Solution: add in mesontm2.dtsi Verify: AB311 Change-Id: I7a3698eecb6917d3f4e698868cf3b66e7f350fad Signed-off-by: kunpeng.tang <kunpeng.tang@amlogic.com>
This commit is contained in:
committed by
Jianxiong Pan
parent
147d8c7f93
commit
606fc899cf
@@ -1402,6 +1402,13 @@
|
||||
"mailbox_1",
|
||||
"mailbox_2";
|
||||
};
|
||||
amvenc_avc{
|
||||
compatible = "amlogic, amvenc_avc";
|
||||
dev_name = "amvenc_avc";
|
||||
status = "okay";
|
||||
interrupts = <0 45 1>;
|
||||
interrupt-names = "mailbox_2";
|
||||
};
|
||||
|
||||
canvas: canvas {
|
||||
compatible = "amlogic, meson, canvas";
|
||||
|
||||
@@ -1382,6 +1382,14 @@
|
||||
"mailbox_2";
|
||||
};
|
||||
|
||||
amvenc_avc{
|
||||
compatible = "amlogic, amvenc_avc";
|
||||
dev_name = "amvenc_avc";
|
||||
status = "okay";
|
||||
interrupts = <0 45 1>;
|
||||
interrupt-names = "mailbox_2";
|
||||
};
|
||||
|
||||
canvas: canvas {
|
||||
compatible = "amlogic, meson, canvas";
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user