overlays: Fix audio parameter of vc4-kms-v3d
authorPhil Elwell <phil@raspberrypi.com>
Mon, 18 May 2020 08:46:48 +0000 (09:46 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:34:04 +0000 (16:34 +0100)
The CMA handling change broke the audio parameter - the fragment
numbering has changed - so fix it.

See: https://github.com/raspberrypi/linux/issues/2489

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts

index b40aa1d..caa64bf 100644 (file)
        };
 
        __overrides__ {
-               audio   = <0>,"!17";
+               audio   = <0>,"!13";
        };
 };