Commit d1c44d9a authored by Heiko Stuebner's avatar Heiko Stuebner

arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu

The video-codec@fdea0400 was missing the interrupt-names property that is
part of the binding. Add it.

Fixes: 944be6fb ("arm64: dts: rockchip: Add VPU support for RK3568/RK3566")
Cc: Piotr Oniszczuk <piotr.oniszczuk@gmail.com>
Acked-by: default avatarUwe Kleine-König <ukleinek@debian.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240227173526.710056-1-heiko@sntech.de
parent 2047366b
...@@ -597,6 +597,7 @@ vpu: video-codec@fdea0400 { ...@@ -597,6 +597,7 @@ vpu: video-codec@fdea0400 {
compatible = "rockchip,rk3568-vpu"; compatible = "rockchip,rk3568-vpu";
reg = <0x0 0xfdea0000 0x0 0x800>; reg = <0x0 0xfdea0000 0x0 0x800>;
interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "vdpu";
clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>; clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>;
clock-names = "aclk", "hclk"; clock-names = "aclk", "hclk";
iommus = <&vdpu_mmu>; iommus = <&vdpu_mmu>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment