mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user