diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-09-05 14:59:54 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 17:43:00 +0200 |
commit | 9ed437d69b49bd9ad39db7b6d69b60dfc47cac69 (patch) | |
tree | 3e0e8ed90df35847e25b441fb4ebc04c50747e86 /arch/arm64/boot/dts/amlogic/meson-g12.dtsi | |
parent | arm64: dts: meson: g12: fix audio fifo reg size (diff) | |
download | linux-9ed437d69b49bd9ad39db7b6d69b60dfc47cac69.tar.xz linux-9ed437d69b49bd9ad39db7b6d69b60dfc47cac69.zip |
arm64: dts: meson: g12: add a g12 layer
While the sm1 is very close to the g12a/b family, somethings apply
differently on the g12a/b and not the sm1. This introduce a new layer
of dtsi for part which apply to the g12a and g12b but not the sm1.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-g12.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi new file mode 100644 index 000000000000..1e30061fb2a7 --- /dev/null +++ b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2019 BayLibre, SAS + * Author: Jerome Brunet <jbrunet@baylibre.com> + */ + +#include "meson-g12-common.dtsi" |