From: Paul Kocialkowski Date: Mon, 10 Dec 2018 10:14:29 +0000 (+0100) Subject: arm64: dts: allwinner: a64: Fix the video engine compatible X-Git-Tag: v5.15~7024^2~2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ab88516b097ac8c23e00e7c3a26fbcd16feeefd;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: allwinner: a64: Fix the video engine compatible When introducing the video-codec node for the video engine, the compatible for the H5 was used instead of the compatible for the A64. Use the right compatible instead. Fixes: d60ce24740d2 ("arm64: dts: allwinner: a64: Add Video Engine node") Signed-off-by: Paul Kocialkowski Signed-off-by: Maxime Ripard --- diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index 837a03d..2abb335 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -390,7 +390,7 @@ }; video-codec@1c0e000 { - compatible = "allwinner,sun50i-h5-video-engine"; + compatible = "allwinner,sun50i-a64-video-engine"; reg = <0x01c0e000 0x1000>; clocks = <&ccu CLK_BUS_VE>, <&ccu CLK_VE>, <&ccu CLK_DRAM_VE>;