]> git.itanic.dy.fi Git - linux-stable/commit
arm64: dts: rockchip: remove interrupt-names property from rk3399 vdec node
authorJohan Jonker <jbx6244@gmail.com>
Sun, 17 Jan 2021 18:16:53 +0000 (19:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2021 10:02:22 +0000 (11:02 +0100)
commitd33b28e01e5c4f350ce2be041574b07575a90ed2
tree2335b7f7bc15265e905aecdf6d7b42035e858941
parent697091f92727bc9be5e81a42ecc361dce00a3374
arm64: dts: rockchip: remove interrupt-names property from rk3399 vdec node

[ Upstream commit 94a5400f8b966c91c49991bae41c2ef911b935ac ]

A test with the command below gives this error:
/arch/arm64/boot/dts/rockchip/rk3399-evb.dt.yaml: video-codec@ff660000:
'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 property from the rk3399
vdec node.

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/
media/rockchip,vdec.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210117181653.24886-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/rockchip/rk3399.dtsi