]> git.baikalelectronics.ru Git - kernel.git/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)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 18 Jan 2021 13:36:29 +0000 (14:36 +0100)
commit614333123b1a8beaf6a52f37feb3731439e095e1
tree37f70ab7a4de3e5203ce664c64c17384611f7569
parentdf7803566224230e736cde8433abf9d154bbd96d
arm64: dts: rockchip: remove interrupt-names property from rk3399 vdec node

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>
arch/arm64/boot/dts/rockchip/rk3399.dtsi