All of lore.kernel.org
 help / color / mirror / Atom feed
From: <sean.wang@mediatek.com>
To: <sboyd@codeaurora.org>, <mturquette@baylibre.com>,
	<robh+dt@kernel.org>, <matthias.bgg@gmail.com>,
	<mark.rutland@arm.com>, <p.zabel@pengutronix.de>
Cc: <devicetree@vger.kernel.org>,
	<linux-mediatek@lists.infradead.org>, <linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Sean Wang <sean.wang@mediatek.com>
Subject: [PATCH v2 3/6] dt-bindings: clock: mediatek: add entry for Mali-450 node to refer
Date: Fri, 27 Apr 2018 16:14:44 +0800	[thread overview]
Message-ID: <082c3040e2be27d30e0642943f6df35ff4de5666.1524816502.git.sean.wang@mediatek.com> (raw)
In-Reply-To: <cover.1524816502.git.sean.wang@mediatek.com>

From: Sean Wang <sean.wang@mediatek.com>

Just add binding for a required clock referenced by Mali-450 on MT7623
or MT2701 SoC.

Cc: devicetree@vger.kernel.org
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
---
 include/dt-bindings/clock/mt2701-clk.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/dt-bindings/clock/mt2701-clk.h b/include/dt-bindings/clock/mt2701-clk.h
index 24e93df..2ac62a6 100644
--- a/include/dt-bindings/clock/mt2701-clk.h
+++ b/include/dt-bindings/clock/mt2701-clk.h
@@ -431,6 +431,10 @@
 #define CLK_ETHSYS_CRYPTO			8
 #define CLK_ETHSYS_NR				9
 
+/* G3DSYS */
+#define CLK_G3DSYS_CORE				1
+#define CLK_G3DSYS_NR				2
+
 /* BDP */
 
 #define CLK_BDP_BRG_BA				1
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: <sean.wang@mediatek.com>
To: sboyd@codeaurora.org, mturquette@baylibre.com,
	robh+dt@kernel.org, matthias.bgg@gmail.com, mark.rutland@arm.com,
	p.zabel@pengutronix.de
Cc: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Sean Wang <sean.wang@mediatek.com>
Subject: [PATCH v2 3/6] dt-bindings: clock: mediatek: add entry for Mali-450 node to refer
Date: Fri, 27 Apr 2018 16:14:44 +0800	[thread overview]
Message-ID: <082c3040e2be27d30e0642943f6df35ff4de5666.1524816502.git.sean.wang@mediatek.com> (raw)
In-Reply-To: <cover.1524816502.git.sean.wang@mediatek.com>

From: Sean Wang <sean.wang@mediatek.com>

Just add binding for a required clock referenced by Mali-450 on MT7623
or MT2701 SoC.

Cc: devicetree@vger.kernel.org
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
---
 include/dt-bindings/clock/mt2701-clk.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/dt-bindings/clock/mt2701-clk.h b/include/dt-bindings/clock/mt2701-clk.h
index 24e93df..2ac62a6 100644
--- a/include/dt-bindings/clock/mt2701-clk.h
+++ b/include/dt-bindings/clock/mt2701-clk.h
@@ -431,6 +431,10 @@
 #define CLK_ETHSYS_CRYPTO			8
 #define CLK_ETHSYS_NR				9
 
+/* G3DSYS */
+#define CLK_G3DSYS_CORE				1
+#define CLK_G3DSYS_NR				2
+
 /* BDP */
 
 #define CLK_BDP_BRG_BA				1
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: sean.wang@mediatek.com (sean.wang at mediatek.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/6] dt-bindings: clock: mediatek: add entry for Mali-450 node to refer
Date: Fri, 27 Apr 2018 16:14:44 +0800	[thread overview]
Message-ID: <082c3040e2be27d30e0642943f6df35ff4de5666.1524816502.git.sean.wang@mediatek.com> (raw)
In-Reply-To: <cover.1524816502.git.sean.wang@mediatek.com>

From: Sean Wang <sean.wang@mediatek.com>

Just add binding for a required clock referenced by Mali-450 on MT7623
or MT2701 SoC.

Cc: devicetree at vger.kernel.org
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
---
 include/dt-bindings/clock/mt2701-clk.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/dt-bindings/clock/mt2701-clk.h b/include/dt-bindings/clock/mt2701-clk.h
index 24e93df..2ac62a6 100644
--- a/include/dt-bindings/clock/mt2701-clk.h
+++ b/include/dt-bindings/clock/mt2701-clk.h
@@ -431,6 +431,10 @@
 #define CLK_ETHSYS_CRYPTO			8
 #define CLK_ETHSYS_NR				9
 
+/* G3DSYS */
+#define CLK_G3DSYS_CORE				1
+#define CLK_G3DSYS_NR				2
+
 /* BDP */
 
 #define CLK_BDP_BRG_BA				1
-- 
2.7.4

  parent reply	other threads:[~2018-04-27  8:15 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-27  8:14 [PATCH v2 0/6] add Mali-450 support to MT7623 SoC sean.wang
2018-04-27  8:14 ` sean.wang at mediatek.com
2018-04-27  8:14 ` sean.wang
2018-04-27  8:14 ` [PATCH v2 1/6] dt-bindings: gpu: mali-utgard: add mediatek,mt7623-mali compatible sean.wang
2018-04-27  8:14   ` [PATCH v2 1/6] dt-bindings: gpu: mali-utgard: add mediatek, mt7623-mali compatible sean.wang at mediatek.com
2018-04-27  8:14   ` [PATCH v2 1/6] dt-bindings: gpu: mali-utgard: add mediatek,mt7623-mali compatible sean.wang
2018-06-25 15:14   ` Matthias Brugger
2018-06-25 15:14     ` Matthias Brugger
2018-06-27  8:52     ` Sean Wang
2018-06-27  8:52       ` Sean Wang
2018-06-27  8:52       ` Sean Wang
2018-07-16 13:33       ` Matthias Brugger
2018-07-16 13:33         ` Matthias Brugger
2018-04-27  8:14 ` [PATCH v2 2/6] dt-bindings: clock: mediatek: add g3dsys bindings sean.wang
2018-04-27  8:14   ` sean.wang at mediatek.com
2018-04-27  8:14   ` sean.wang
2018-04-27 20:10   ` Rob Herring
2018-04-27 20:10     ` Rob Herring
2018-05-15 22:22   ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-04-27  8:14 ` sean.wang [this message]
2018-04-27  8:14   ` [PATCH v2 3/6] dt-bindings: clock: mediatek: add entry for Mali-450 node to refer sean.wang at mediatek.com
2018-04-27  8:14   ` sean.wang
2018-04-27 20:11   ` Rob Herring
2018-04-27 20:11     ` Rob Herring
2018-05-15 22:22   ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-04-27  8:14 ` [PATCH v2 4/6] dt-bindings: reset: " sean.wang
2018-04-27  8:14   ` sean.wang at mediatek.com
2018-04-27  8:14   ` sean.wang
2018-04-27 20:11   ` Rob Herring
2018-04-27 20:11     ` Rob Herring
2018-05-15 22:22   ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-04-27  8:14 ` [PATCH v2 5/6] clk: mediatek: add g3dsys support for MT2701 and MT7623 sean.wang
2018-04-27  8:14   ` sean.wang at mediatek.com
2018-04-27  8:14   ` sean.wang
2018-05-15 22:22   ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-05-15 22:22     ` Stephen Boyd
2018-04-27  8:14 ` [PATCH v2 6/6] arm: dts: mt7623: add Mali-450 and related device nodes sean.wang
2018-04-27  8:14   ` sean.wang at mediatek.com
2018-04-27  8:14   ` sean.wang

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=082c3040e2be27d30e0642943f6df35ff4de5666.1524816502.git.sean.wang@mediatek.com \
    --to=sean.wang@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.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.