mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rk3568: rkvdec enable link mode
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Iecec544986ef0a5bccddef58a2d1e1cedfff69fd
This commit is contained in:
@@ -1479,7 +1479,8 @@
|
||||
|
||||
rkvdec: rkvdec@fdf80200 {
|
||||
compatible = "rockchip,rkv-decoder-rk3568", "rockchip,rkv-decoder-v2";
|
||||
reg = <0x0 0xfdf80200 0x0 0x400>;
|
||||
reg = <0x0 0xfdf80200 0x0 0x400>, <0x0 0xfdf80100 0x0 0x100>;
|
||||
reg-names = "regs", "link";
|
||||
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "irq_dec";
|
||||
clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>,
|
||||
@@ -1509,6 +1510,7 @@
|
||||
/* rcb_iova: start and size */
|
||||
rockchip,rcb-iova = <0x10000000 65536>;
|
||||
rockchip,rcb-min-width = <512>;
|
||||
rockchip,task-capacity = <16>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user