--- v3
+++ v4
@@ -10,18 +10,14 @@
Signed-off-by: Stefan Dösinger <stefandoesinger@gmail.com>
---
- Documentation/arch/arm/zte/zx297520v3.rst | 158 ++++++++++++++++++++++
+ Documentation/arch/arm/zte/zx297520v3.rst | 158 ++++++++++++++++++++++++++++++
MAINTAINERS | 4 +
arch/arm/Kconfig | 2 +
arch/arm/Makefile | 1 +
- arch/arm/mach-zte/Kconfig | 24 ++++
+ arch/arm/mach-zte/Kconfig | 24 +++++
arch/arm/mach-zte/Makefile | 2 +
- arch/arm/mach-zte/zx297520v3.c | 19 +++
+ arch/arm/mach-zte/zx297520v3.c | 19 ++++
7 files changed, 210 insertions(+)
- create mode 100644 Documentation/arch/arm/zte/zx297520v3.rst
- create mode 100644 arch/arm/mach-zte/Kconfig
- create mode 100644 arch/arm/mach-zte/Makefile
- create mode 100644 arch/arm/mach-zte/zx297520v3.c
diff --git a/Documentation/arch/arm/zte/zx297520v3.rst b/Documentation/arch/arm/zte/zx297520v3.rst
new file mode 100644
@@ -290,6 +286,7 @@
+DT_MACHINE_START(ZX, "ZTE zx297520v3 (Device Tree)")
+ .dt_compat = zx297520v3_dt_compat,
+MACHINE_END
+
--
2.52.0