Skip to content

Commit 94a5400

Browse files
Johan Jonkermmind
authored andcommitted
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>
1 parent 43f20b1 commit 94a5400

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,6 @@
12781278
compatible = "rockchip,rk3399-vdec";
12791279
reg = <0x0 0xff660000 0x0 0x400>;
12801280
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH 0>;
1281-
interrupt-names = "vdpu";
12821281
clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>,
12831282
<&cru SCLK_VDU_CA>, <&cru SCLK_VDU_CORE>;
12841283
clock-names = "axi", "ahb", "cabac", "core";

0 commit comments

Comments
 (0)