arm64: dts: rockchip: rk3528: compatible modify for rkvenc & rkvdec

Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I4556d5bb659b9e4facabdba5608afe7b4a83ab27
This commit is contained in:
Chandler Chen
2023-01-06 11:31:30 +08:00
committed by Tao Huang
parent 1c7ef3aff9
commit e585303f5e

View File

@@ -935,7 +935,7 @@
};
rkvdec: rkvdec@ff740100 {
compatible = "rockchip,rkv-decoder-v2";
compatible = "rockchip,rkv-decoder-rk3528", "rockchip,rkv-decoder-v2";
reg = <0x0 0xff740100 0x0 0x400>, <0x0 0xff740000 0x0 0x100>;
reg-names = "regs", "link";
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
@@ -972,7 +972,7 @@
};
rkvenc: rkvenc@ff780000 {
compatible = "rockchip,rkv-encoder-v2";
compatible = "rockchip,rkv-encoder-rk3528", "rockchip,rkv-encoder-v2";
reg = <0x0 0xff780000 0x0 0x6000>;
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "irq_rkvenc";