mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +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
Dongjin Kim
parent
53f2f5affd
commit
cf5db798c4
@@ -1368,6 +1368,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";
|
||||
|
||||
@@ -1349,6 +1349,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