All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Yan <andy.yan@rock-chips.com>
To: heiko@sntech.de
Cc: kever.yang@rock-chips.com, robh+dt@kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
	Andy Yan <andy.yan@rock-chips.com>
Subject: [PATCH v2 3/4] dt-bindings: Add doc for rk3308-evb
Date: Mon, 21 Oct 2019 16:46:42 +0800	[thread overview]
Message-ID: <20191021084642.28562-1-andy.yan@rock-chips.com> (raw)
In-Reply-To: <20191021084437.28279-1-andy.yan@rock-chips.com>

Add compatible for RK3308 Evaluation board

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

---

Changes in v2:
- Split with the dts file

 Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index c82c5e57d44c..b680c4b8b2c9 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -447,6 +447,11 @@ properties:
           - const: rockchip,r88
           - const: rockchip,rk3368
 
+      - description: Rockchip RK3308 Evaluation board
+        items:
+          - const: rockchip,rk3308-evb
+          - const: rockchip,rk3308
+
       - description: Rockchip RK3228 Evaluation board
         items:
           - const: rockchip,rk3228-evb
-- 
2.17.1




WARNING: multiple messages have this Message-ID (diff)
From: Andy Yan <andy.yan@rock-chips.com>
To: heiko@sntech.de
Cc: devicetree@vger.kernel.org, kever.yang@rock-chips.com,
	linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
	robh+dt@kernel.org, Andy Yan <andy.yan@rock-chips.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/4] dt-bindings: Add doc for rk3308-evb
Date: Mon, 21 Oct 2019 16:46:42 +0800	[thread overview]
Message-ID: <20191021084642.28562-1-andy.yan@rock-chips.com> (raw)
In-Reply-To: <20191021084437.28279-1-andy.yan@rock-chips.com>

Add compatible for RK3308 Evaluation board

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

---

Changes in v2:
- Split with the dts file

 Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index c82c5e57d44c..b680c4b8b2c9 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -447,6 +447,11 @@ properties:
           - const: rockchip,r88
           - const: rockchip,rk3368
 
+      - description: Rockchip RK3308 Evaluation board
+        items:
+          - const: rockchip,rk3308-evb
+          - const: rockchip,rk3308
+
       - description: Rockchip RK3228 Evaluation board
         items:
           - const: rockchip,rk3228-evb
-- 
2.17.1




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

  parent reply	other threads:[~2019-10-21  8:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-21  8:44 [PATCH v2 0/4] Add basic dts support for RK3308 Andy Yan
2019-10-21  8:44 ` Andy Yan
2019-10-21  8:45 ` [PATCH v2 1/4] dt-bindings: Add doc about rk3308 General Register Files Andy Yan
2019-10-21  8:45   ` Andy Yan
2019-10-25 21:32   ` Rob Herring
2019-10-25 21:32     ` Rob Herring
2019-10-25 21:32     ` Rob Herring
2019-10-27 17:45   ` Heiko Stuebner
2019-10-27 17:45     ` Heiko Stuebner
2019-10-21  8:46 ` [PATCH v2 2/4] arm64: dts: rockchip: Add core dts for RK3308 SOC Andy Yan
2019-10-21  8:46   ` Andy Yan
2019-10-21  8:46   ` Andy Yan
2019-10-27 17:45   ` Heiko Stuebner
2019-10-27 17:45     ` Heiko Stuebner
2019-10-21  8:46 ` Andy Yan [this message]
2019-10-21  8:46   ` [PATCH v2 3/4] dt-bindings: Add doc for rk3308-evb Andy Yan
2019-10-25 21:33   ` Rob Herring
2019-10-25 21:33     ` Rob Herring
2019-10-25 21:33     ` Rob Herring
2019-10-27 17:44   ` Heiko Stuebner
2019-10-27 17:44     ` Heiko Stuebner
2019-10-21  8:46 ` [PATCH v2 4/4] arm64: dts: rockchip: Add basic dts for RK3308 EVB Andy Yan
2019-10-21  8:46   ` Andy Yan
2019-10-27 17:55   ` Heiko Stuebner
2019-10-27 17:55     ` Heiko Stuebner

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=20191021084642.28562-1-andy.yan@rock-chips.com \
    --to=andy.yan@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=kever.yang@rock-chips.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --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.