Re: [PATCH 1/3] drm/etnaviv: add generic compatible for the GPU subsystem node

2018-01-22 Thread Rob Herring
On Fri, Jan 19, 2018 at 01:06:32PM +0100, Lucas Stach wrote: > With different SoCs gaining support for etnaviv it doesn't make much sense > to add specific compatibles for the generic GPU subsystem node, which is > only used to find all GPU core nodes. How many other SoC families? Is it really mor

[PATCH 1/3] drm/etnaviv: add generic compatible for the GPU subsystem node

2018-01-19 Thread Lucas Stach
With different SoCs gaining support for etnaviv it doesn't make much sense to add specific compatibles for the generic GPU subsystem node, which is only used to find all GPU core nodes. Add a generic compatible, that can be used by all new implementations. Signed-off-by: Lucas Stach --- Documen