diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-03-22 13:18:55 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-03-28 17:48:27 +0300 |
commit | 57ef579878c3a9a168ce071a78982216338ba500 (patch) | |
tree | 966d31681fb4b18b4db048263bda7959e68c540a /arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi | |
parent | ca02e3f9b1853ff82565a3262146a710f5af7ebb (diff) | |
download | linux-57ef579878c3a9a168ce071a78982216338ba500.tar.xz |
ARM64: dts: meson-gx: Add Mali nodes for GXBB and GXL
The same Mali-450 MP3 GPU is present in the GXBB and GXL SoCs.
The node is simply added in the meson-gxbb.dtsi file.
For GXL, since a lot is shared with the GXM that has a Mali-T820 IP, this
patch adds a new meson-gxl-mali.dtsi and is included in the SoC specific
dtsi files.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
[khilman: s/MALI/Mali in changelog]
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi index 08237ee1e362..0f78d836edaf 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi @@ -42,6 +42,7 @@ */ #include "meson-gxl.dtsi" +#include "meson-gxl-mali.dtsi" / { compatible = "amlogic,s905x", "amlogic,meson-gxl"; |