Fix the Display problem on raspberrypi3 with 64 bits kernel. 15/22215/2
authorChe-Hao Liu <genesisgardian@gmail.com>
Mon, 26 Aug 2019 08:34:53 +0000 (16:34 +0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 27 Aug 2019 21:18:58 +0000 (21:18 +0000)
commit75f6cbfb31510a449ef139c254d91459d4772932
tree89b9d7c329f82fc9425b884ea44bed2ae0fd1dff
parent61fd547fa8515ab29c97f3979224daf3d63a3772
Fix the Display problem on raspberrypi3 with 64 bits kernel.

When booting in arm64 kernel, the vc4 driver has error.
The errors are:
vc4-drm soc:gpu: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops [vc4]): -517
vc4-drm soc:gpu: master bind failed: -517

This is because the duplicate dtb of vc4-kms-v3d, which are overlays/vc4-kms-v3d-overlay.dtb and overlays/vc4-kms-v3d.dtbo.
So I remove overlays/vc4-kms-v3d-overlay.dtb and keep overlays/vc4-kms-v3d.dtbo, then the problem solved.

Change-Id: I15e22de95d8ea3e9ba4e0f48ba075051588984e3
Signed-off-by: Che-Hao Liu <genesisgardian@gmail.com>
meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc