mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02: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:
parent
b2f36bd4ec
commit
311ddf7bab
|
|
@ -1477,7 +1477,8 @@ rkvenc_mmu: iommu@fdf40f00 {
|
|||
|
||||
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>,
|
||||
|
|
@ -1507,6 +1508,7 @@ rkvdec: rkvdec@fdf80200 {
|
|||
/* rcb_iova: start and size */
|
||||
rockchip,rcb-iova = <0x10000000 65536>;
|
||||
rockchip,rcb-min-width = <512>;
|
||||
rockchip,task-capacity = <16>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user