Re: [PATCH] arm64: dts: rockchip: remove interrupt-names property from rk3399 vdec node

2021-01-18 Thread Heiko Stuebner
On Sun, 17 Jan 2021 19:16:53 +0100, Johan Jonker wrote: > A test with the command below gives this error: > /arch/arm64/boot/dts/rockchip/rk3399-evb.dt.yaml: video-codec@ff66: > 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+' > > The rkvdec driver gets it irq with help of

[PATCH] arm64: dts: rockchip: remove interrupt-names property from rk3399 vdec node

2021-01-17 Thread Johan Jonker
A test with the command below gives this error: /arch/arm64/boot/dts/rockchip/rk3399-evb.dt.yaml: video-codec@ff66: 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+' The rkvdec driver gets it irq with help of the platform_get_irq() function, so remove the interrupt-names pr