diff mbox series

[1/2] arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu

Message ID 20240227173526.710056-1-heiko@sntech.de (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu | expand

Commit Message

Heiko Stuebner Feb. 27, 2024, 5:35 p.m. UTC
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>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm64/boot/dts/rockchip/rk356x.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Uwe Kleine-König Feb. 27, 2024, 8:58 p.m. UTC | #1
On Tue, Feb 27, 2024 at 06:35:25PM +0100, Heiko Stuebner wrote:
> 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>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>

This fixes one of the two warnings I get for a newly created dts using
rk356x.dtsi that doesn't mention &vpu at all.

Acked-by: Uwe Kleine-König <ukleinek@debian.org>

Thanks
Uwe
Heiko Stuebner Feb. 28, 2024, 9:16 a.m. UTC | #2
On Tue, 27 Feb 2024 18:35:25 +0100, Heiko Stuebner wrote:
> The video-codec@fdea0400 was missing the interrupt-names property that is
> part of the binding. Add it.
> 
> 

Applied, thanks!

[1/2] arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu
      commit: d1c44d9afa6f89aa0e10a191f30868eb12cd719f
[2/2] arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller
      commit: 0fc19ab75acde78558bd0f6fe3e5f63cf8ee88b0

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk356x.dtsi b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
index c19c0f1b3778f..6a9bfb0550c04 100644
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
@@ -597,6 +597,7 @@  vpu: video-codec@fdea0400 {
 		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>;