All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Hewitt <christianshewitt@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Kevin Hilman <khilman@baylibre.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: Christian Hewitt <christianshewitt@gmail.com>
Subject: [PATCH v4 4/5] dt-bindings: arm: amlogic: add support for the Beelink GT-King Pro
Date: Wed, 20 May 2020 01:43:28 +0000	[thread overview]
Message-ID: <20200520014329.12469-5-christianshewitt@gmail.com> (raw)
In-Reply-To: <20200520014329.12469-1-christianshewitt@gmail.com>

The Shenzen AZW (Beelink) GT-King Pro is based on the Amlogic W400 reference
board with an S922X chip.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
---
 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 cd7a081a4f17..db35e0d0134c 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -150,6 +150,7 @@ properties:
         items:
           - enum:
               - azw,gtking
+              - azw,gtking-pro
               - hardkernel,odroid-n2
               - khadas,vim3
               - ugoos,am6
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Christian Hewitt <christianshewitt@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Kevin Hilman <khilman@baylibre.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: Christian Hewitt <christianshewitt@gmail.com>
Subject: [PATCH v4 4/5] dt-bindings: arm: amlogic: add support for the Beelink GT-King Pro
Date: Wed, 20 May 2020 01:43:28 +0000	[thread overview]
Message-ID: <20200520014329.12469-5-christianshewitt@gmail.com> (raw)
In-Reply-To: <20200520014329.12469-1-christianshewitt@gmail.com>

The Shenzen AZW (Beelink) GT-King Pro is based on the Amlogic W400 reference
board with an S922X chip.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
---
 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 cd7a081a4f17..db35e0d0134c 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -150,6 +150,7 @@ properties:
         items:
           - enum:
               - azw,gtking
+              - azw,gtking-pro
               - hardkernel,odroid-n2
               - khadas,vim3
               - ugoos,am6
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Christian Hewitt <christianshewitt@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Kevin Hilman <khilman@baylibre.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: Christian Hewitt <christianshewitt@gmail.com>
Subject: [PATCH v4 4/5] dt-bindings: arm: amlogic: add support for the Beelink GT-King Pro
Date: Wed, 20 May 2020 01:43:28 +0000	[thread overview]
Message-ID: <20200520014329.12469-5-christianshewitt@gmail.com> (raw)
In-Reply-To: <20200520014329.12469-1-christianshewitt@gmail.com>

The Shenzen AZW (Beelink) GT-King Pro is based on the Amlogic W400 reference
board with an S922X chip.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
---
 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 cd7a081a4f17..db35e0d0134c 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -150,6 +150,7 @@ properties:
         items:
           - enum:
               - azw,gtking
+              - azw,gtking-pro
               - hardkernel,odroid-n2
               - khadas,vim3
               - ugoos,am6
-- 
2.17.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  parent reply	other threads:[~2020-05-20  1:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20  1:43 [PATCH v4 0/5] arm64: dts: meson: add W400 dtsi and GT-King/Pro devices Christian Hewitt
2020-05-20  1:43 ` Christian Hewitt
2020-05-20  1:43 ` Christian Hewitt
2020-05-20  1:43 ` [PATCH v4 1/5] arm64: dts: meson: convert ugoos-am6 to common w400 dtsi Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43 ` [PATCH v4 2/5] dt-bindings: arm: amlogic: add support for the Beelink GT-King Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43 ` [PATCH v4 3/5] arm64: dts: meson-g12b-gtking: add initial device-tree Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43 ` Christian Hewitt [this message]
2020-05-20  1:43   ` [PATCH v4 4/5] dt-bindings: arm: amlogic: add support for the Beelink GT-King Pro Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43 ` [PATCH v4 5/5] arm64: dts: meson-g12b-gtking-pro: add initial device-tree Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20  1:43   ` Christian Hewitt
2020-05-20 22:57 ` [PATCH v4 0/5] arm64: dts: meson: add W400 dtsi and GT-King/Pro devices Kevin Hilman
2020-05-20 22:57   ` Kevin Hilman
2020-05-20 22:57   ` Kevin Hilman
2020-05-20 23:01 ` patchwork-bot+linux-amlogic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200520014329.12469-5-christianshewitt@gmail.com \
    --to=christianshewitt@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.