diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-11-22 11:00:45 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-11-23 16:57:17 +0100 |
commit | bb51b5350d2fe38f30f8e416541f32dde195d7d8 (patch) | |
tree | c4573c93adc48402c2c321a52505c499e5e8c1b3 /arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | |
parent | ARM64: dts: meson-gxbb: add the USB reset also to the second USB PHY (diff) | |
download | linux-bb51b5350d2fe38f30f8e416541f32dde195d7d8.tar.xz linux-bb51b5350d2fe38f30f8e416541f32dde195d7d8.zip |
ARM64: dts: Add support for Meson GXM
Following the Amlogic Linux kernel, it seem the only differences
between the GXL and GXM SoCs are the CPU Clusters.
This commit renames the gxl-s905d-p23x DTSI in a common file for
S905D p23x and S912 q20x boards.
Then adds a meson-gxm dtsi and reproduce the P23x to Q20x boards
dts files since the S905D and S912 SoCs shares the same pinout
and the P23x and Q20x boards are identical.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts index 4d082a7fdf51..f66939cacd37 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts @@ -43,7 +43,8 @@ /dts-v1/; -#include "meson-gxl-s905d-p23x.dtsi" +#include "meson-gxl-s905d.dtsi" +#include "meson-gx-p23x-q20x.dtsi" / { compatible = "amlogic,p230", "amlogic,s905d", "amlogic,meson-gxl"; |