arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu
authorHeiko Stuebner <heiko@sntech.de>
Tue, 27 Feb 2024 17:35:25 +0000 (18:35 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 28 Feb 2024 09:00:31 +0000 (10:00 +0100)
The video-codec@fdea0400 was missing the interrupt-names property that is
part of the binding. Add it.

Fixes: 944be6fba401 ("arm64: dts: rockchip: Add VPU support for RK3568/RK3566")
Cc: Piotr Oniszczuk <piotr.oniszczuk@gmail.com>
Acked-by: Uwe Kleine-König <ukleinek@debian.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240227173526.710056-1-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk356x.dtsi

index c19c0f1b3778fe79f68d3657cb2b6512f70913f2..6a9bfb0550c04b652fc73cfd65b4a5a6d93166eb 100644 (file)
                compatible = "rockchip,rk3568-vpu";
                reg = <0x0 0xfdea0000 0x0 0x800>;
                interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
+               interrupt-names = "vdpu";
                clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>;
                clock-names = "aclk", "hclk";
                iommus = <&vdpu_mmu>;