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 overclock to 2.4GHz on the big cluster and 2.0GHz on the little cluster. The series has a soft-dependency on proposed changes to N2 audio [0] from Jerome Brunet so will need a v2 rebase once they are applied (basic tests for this series on N2 and N2+ are with them applied). [0] https://patchwork.kernel.org/project/linux-amlogic/list/?series=311099 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 | 53 ++ .../boot/dts/amlogic/meson-g12b-odroid-n2.dts | 493 +---------------- .../dts/amlogic/meson-g12b-odroid-n2.dtsi | 500 ++++++++++++++++++ 5 files changed, 556 insertions(+), 492 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.17.1