https://github.com/torvalds/linux
Revision 1c38f4afd5d40234b67635b3c608a4093be04b96 authored by Martin Blumenstingl on 23 June 2018, 15:00:56 UTC, committed by Kevin Hilman on 27 June 2018, 23:48:25 UTC
meson-gxl-mali.dtsi is only used on GXL SoCs. Thus it should use the GXL
specific compatible string instead of the GXBB one.
For now this is purely cosmetic since the (out-of-tree) lima driver for
this GPU currently uses the "arm,mali-450" match instead of the SoC
specific one. However, update the .dts to match the documentation since
this driver behavior might change in the future.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
1 parent 6d28d57
Raw File
Tip revision: 1c38f4afd5d40234b67635b3c608a4093be04b96 authored by Martin Blumenstingl on 23 June 2018, 15:00:56 UTC
ARM64: dts: meson-gxl: fix Mali GPU compatible string
Tip revision: 1c38f4a
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top