Skip to content

Commit 4ab8851

Browse files
paulkocialkowskimripard
authored andcommitted
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: d60ce24 ("arm64: dts: allwinner: a64: Add Video Engine node") Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
1 parent bfeffd1 commit 4ab8851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
};
391391

392392
video-codec@1c0e000 {
393-
compatible = "allwinner,sun50i-h5-video-engine";
393+
compatible = "allwinner,sun50i-a64-video-engine";
394394
reg = <0x01c0e000 0x1000>;
395395
clocks = <&ccu CLK_BUS_VE>, <&ccu CLK_VE>,
396396
<&ccu CLK_DRAM_VE>;

0 commit comments

Comments
 (0)