diff options
| author | Jerome Brunet <[email protected]> | 2020-11-06 10:45:55 +0100 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2021-01-11 14:59:54 +0100 |
| commit | ade0100a91620ae1a4f008d5f05dc94926659dcd (patch) | |
| tree | ebcc75894338fc94badfad1ea1b268a9ff2c37f2 /arch | |
| parent | 4ac6946baca22a4fd0b0c0b0d08b256c64e48227 (diff) | |
arm64: meson: add support for libretech-cc v2
Add support for the Amlogic based libretech cc version 2.
As version 1, it is based on the s905x SoC.
Signed-off-by: Jerome Brunet <[email protected]>
[narmstrong: Fixed libretech-cc.rst bullet points]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi b/arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi new file mode 100644 index 00000000000..8ff5a0ef2ba --- /dev/null +++ b/arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2020 BayLibre, SAS. + * Author: Jerome Brunet <[email protected]> + */ + +#include "meson-gxl-u-boot.dtsi" |
