[PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+

From: Neil Armstrong
Date: Tue Sep 15 2020 - 18:56:37 EST


This series splits the existing meson-g12b-odroid-n2.dts into a common
dtsi and dts, and then adds new bindings and dts for the ODROID-N2+
which uses an Amlogic S922X rev.C chip that Hardkernel supports with
the same OPPs as the A311D.

Changes since v1 at [1]:
- rebase on khilman's v5.10/dt64
- get all review tags from v1
- use the A311D OPPs, after review of Vendor kernel, the Rev, C uses the same OPPs (freq + voltage)
as the A311D SoC of the same family

[1] https://lkml.kernel.org/r/20200719141034.8403-1-christianshewitt@xxxxxxxxx

Christian Hewitt (3):
arm64: dts: meson: convert ODROID-N2 to dtsi
dt-bindings: arm: amlogic: add support for the ODROID-N2+
arm64: dts: meson: add support for the ODROID-N2+

.../devicetree/bindings/arm/amlogic.yaml | 1 +
arch/arm64/boot/dts/amlogic/Makefile | 1 +
.../dts/amlogic/meson-g12b-odroid-n2-plus.dts | 31 +
.../boot/dts/amlogic/meson-g12b-odroid-n2.dts | 618 +----------------
.../dts/amlogic/meson-g12b-odroid-n2.dtsi | 625 ++++++++++++++++++
5 files changed, 659 insertions(+), 617 deletions(-)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2-plus.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi

--
2.22.0