All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Yan <andy.yan@rock-chips.com>
To: heiko@sntech.de, devicetree@vger.kernel.org
Cc: naobsd@gmail.com, romain.perier@gmail.com, b.galvani@gmail.com,
	galak@codeaurora.org, linux-kernel@vger.kernel.org,
	ijc+devicetree@hellion.org.uk,
	linux-rockchip@lists.infradead.org, robh+dt@kernel.org,
	pawel.moll@arm.com, mark.rutland@arm.com, linux@arm.linux.org.uk,
	linux-arm-kernel@lists.infradead.org, mark.yao@rock-chips.com,
	Andy Yan <andy.yan@rock-chips.com>
Subject: [PATCH 1/2] dt-bindings: add root compatible property for PopMetal board
Date: Fri, 27 Feb 2015 18:59:01 +0800	[thread overview]
Message-ID: <1425034741-25229-1-git-send-email-andy.yan@rock-chips.com> (raw)
In-Reply-To: <1425034505-25163-1-git-send-email-andy.yan@rock-chips.com>

PopMetal board is a rk3288 based board made by ChipSpark,
this patch add root compatible property for it

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

---

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

diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt
index 6809e4e..818d249 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.txt
+++ b/Documentation/devicetree/bindings/arm/rockchip.txt
@@ -22,3 +22,7 @@ Rockchip platforms device tree bindings
       - compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
     or
       - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
+
+- PopMetal PopMetal-RK3288 board:
+    Required root node properties:
+      - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
-- 
1.9.1



WARNING: multiple messages have this Message-ID (diff)
From: Andy Yan <andy.yan@rock-chips.com>
To: heiko@sntech.de, devicetree@vger.kernel.org
Cc: mark.rutland@arm.com, linux@arm.linux.org.uk, pawel.moll@arm.com,
	ijc+devicetree@hellion.org.uk, linux-kernel@vger.kernel.org,
	naobsd@gmail.com, b.galvani@gmail.com,
	linux-rockchip@lists.infradead.org, robh+dt@kernel.org,
	galak@codeaurora.org, Andy Yan <andy.yan@rock-chips.com>,
	romain.perier@gmail.com, linux-arm-kernel@lists.infradead.org,
	mark.yao@rock-chips.com
Subject: [PATCH 1/2] dt-bindings: add root compatible property for PopMetal board
Date: Fri, 27 Feb 2015 18:59:01 +0800	[thread overview]
Message-ID: <1425034741-25229-1-git-send-email-andy.yan@rock-chips.com> (raw)
In-Reply-To: <1425034505-25163-1-git-send-email-andy.yan@rock-chips.com>

PopMetal board is a rk3288 based board made by ChipSpark,
this patch add root compatible property for it

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

---

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

diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt
index 6809e4e..818d249 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.txt
+++ b/Documentation/devicetree/bindings/arm/rockchip.txt
@@ -22,3 +22,7 @@ Rockchip platforms device tree bindings
       - compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
     or
       - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
+
+- PopMetal PopMetal-RK3288 board:
+    Required root node properties:
+      - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: andy.yan@rock-chips.com (Andy Yan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] dt-bindings: add root compatible property for PopMetal board
Date: Fri, 27 Feb 2015 18:59:01 +0800	[thread overview]
Message-ID: <1425034741-25229-1-git-send-email-andy.yan@rock-chips.com> (raw)
In-Reply-To: <1425034505-25163-1-git-send-email-andy.yan@rock-chips.com>

PopMetal board is a rk3288 based board made by ChipSpark,
this patch add root compatible property for it

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

---

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

diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt
index 6809e4e..818d249 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.txt
+++ b/Documentation/devicetree/bindings/arm/rockchip.txt
@@ -22,3 +22,7 @@ Rockchip platforms device tree bindings
       - compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
     or
       - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
+
+- PopMetal PopMetal-RK3288 board:
+    Required root node properties:
+      - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
-- 
1.9.1

  reply	other threads:[~2015-02-27 11:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-27 10:55 [PATCH 0/2] add dts for PopMetal board Andy Yan
2015-02-27 10:55 ` Andy Yan
2015-02-27 10:55 ` Andy Yan
2015-02-27 10:59 ` Andy Yan [this message]
2015-02-27 10:59   ` [PATCH 1/2] dt-bindings: add root compatible property " Andy Yan
2015-02-27 10:59   ` Andy Yan
2015-02-28 17:43   ` Heiko Stübner
2015-02-28 17:43     ` Heiko Stübner
2015-02-28 17:43     ` Heiko Stübner
2015-03-01  6:49     ` Andy Yan
2015-03-01  6:49       ` Andy Yan
2015-02-27 11:03 ` [PATCH 2/2] ARM: dts: add rk3288 " Andy Yan
2015-02-27 11:03   ` Andy Yan
2015-02-27 11:03   ` Andy Yan
2015-02-28 17:57   ` Heiko Stübner
2015-02-28 17:57     ` Heiko Stübner
2015-03-01  7:27     ` Andy Yan
2015-03-01  7:27       ` Andy Yan
2015-03-01  7:27       ` Andy Yan

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=1425034741-25229-1-git-send-email-andy.yan@rock-chips.com \
    --to=andy.yan@rock-chips.com \
    --cc=b.galvani@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=heiko@sntech.de \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mark.yao@rock-chips.com \
    --cc=naobsd@gmail.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=romain.perier@gmail.com \
    /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.