On Wed, Dec 18, 2019 at 6:39 AM Nicolas Saenz Julienne nsaenzjulienne@suse.de wrote:
Hi Peter,
On Wed, 2019-12-18 at 08:43 +0000, Peter Robinson wrote:
On arm64 the config ARCH_BCM doesn't exist so to be able to build for platforms such as the Raspberry Pi 4 we need to add ARCH_BCM2835 similar to what has been done on vc4.
Signed-off-by: Peter Robinson pbrobinson@gmail.com
v3d's upstream implementation doesn't support RPi4 for now. So I don't see how we could benefit from this.
All you need is a compatible string for making this driver work on pi4's v3d, so this seems like a good change to be making, to me.
Peter, feel like defining the compatible string too?