This series adds support for the Beelink GT-King and GT-King Pro devices which are based on the Amlogic W400 reference design. The series depends on the common W400 and new audio dtsi created in [1]. It supersedes a previous attempt to upstream support [2] which was refused due to the duplication of dts content. [1] https://patchwork.kernel.org/project/linux-amlogic/list/?series=273479 [2] https://patchwork.kernel.org/project/linux-amlogic/list/?series=249421 Christian Hewitt (4): dt-bindings: arm: amlogic: add support for the Beelink GT-King arm64: dts: meson-g12b-gtking: add initial device-tree dt-bindings: arm: amlogic: add support for the Beelink GT-King Pro arm64: dts: meson-g12b-gtking-pro: add initial device-tree .../devicetree/bindings/arm/amlogic.yaml | 2 + arch/arm64/boot/dts/amlogic/Makefile | 2 + .../dts/amlogic/meson-g12b-gtking-pro.dts | 39 +++++++++++++++++++ .../boot/dts/amlogic/meson-g12b-gtking.dts | 16 ++++++++ 4 files changed, 59 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-gtking-pro.dts create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-gtking.dts -- 2.17.1