This series adds bindings and device-tree for the Beelink (AZW) GS-King-X,
which like GT-King and GT-King Pro is based on the W400 reference design.
Changes since v2:
- shorten audio card name to GSKING-X
- add Neil's tested-by
- add Martin's reviews
Changes since v1:
- move audio from TDM_B to TDM_A
- drop S/PDIF content
- add Rob's bindings ack
Christian Hewitt (2):
dt-bindings: arm: amlogic: add support for the Beelink GS-King-X
arm64: dts: meson: add initial Beelink GS-King-X device-tree
.../devicetree/bindings/arm/amlogic.yaml | 1 +
arch/arm64/boot/dts/amlogic/Makefile | 1 +
.../boot/dts/amlogic/meson-g12b-gsking-x.dts | 133 ++++++++++++++++++
3 files changed, 135 insertions(+)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-gsking-x.dts
--
2.17.1
The Shenzen AZW (Beelink) GS-King-X is based on the Amlogic W400 reference
board with an S922X-H chip.
Signed-off-by: Christian Hewitt <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>
---
Documentation/devicetree/bindings/arm/amlogic.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index 3341788d1096..6bef60ddda64 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -151,6 +151,7 @@ properties:
- description: Boards with the Amlogic Meson G12B S922X SoC
items:
- enum:
+ - azw,gsking-x
- azw,gtking
- azw,gtking-pro
- hardkernel,odroid-n2
--
2.17.1
On Tue, 19 Jan 2021 14:57:32 +0000, Christian Hewitt wrote:
> This series adds bindings and device-tree for the Beelink (AZW) GS-King-X,
> which like GT-King and GT-King Pro is based on the W400 reference design.
>
> Changes since v2:
> - shorten audio card name to GSKING-X
> - add Neil's tested-by
> - add Martin's reviews
>
> [...]
Applied, thanks!
[1/2] dt-bindings: arm: amlogic: add support for the Beelink GS-King-X
commit: 39f5e36d5d2b5cae17cfac1f2cd038f0f8bc834b
[2/2] arm64: dts: meson: add initial Beelink GS-King-X device-tree
commit: f3d4ad4f106e21161d232c41a6676416e2498ae4
Best regards,
--
Kevin Hilman <[email protected]>