All of lore.kernel.org
 help / color / mirror / Atom feed
From: <cl@rock-chips.com>
To: heiko@sntech.de
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
	klaus.goger@theobroma-systems.com, hjc@rock-chips.com,
	jagan@amarulasolutions.com, djw@t-chip.com.cn,
	jacob-chen@iotwrt.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	ulf.hansson@linaro.org, linux-mmc@vger.kernel.org,
	frank.wang@rock-chips.com, lgirdwood@gmail.com,
	broonie@kernel.org, alsa-devel@alsa-project.org,
	gregkh@linuxfoundation.org, catalin.marinas@arm.com,
	will.deacon@arm.com, yamada.masahiro@socionext.com,
	arnd@arndb.de, zhangqing@rock-chips.com,
	shawn.lin@rock-chips.com, kever.yang@rock-chips.com,
	david.wu@rock-chips.com, huangtao@rock-chips.com,
	tony.xie@rock-chips.com, sugar.zhang@rock-chips.com,
	huibin.hong@rock-chips.com
Subject: [PATCH v2 4/6] dt-bindings: rockchip: grf: add grf and pmugrf description for px30
Date: Mon, 23 Jul 2018 17:25:22 +0800	[thread overview]
Message-ID: <1532337924-4185-5-git-send-email-cl@rock-chips.com> (raw)
In-Reply-To: <1532337924-4185-1-git-send-email-cl@rock-chips.com>

From: Liang Chen <cl@rock-chips.com>

This patch adds the compatible of GRF and PMUGRF for PX30 SoCs.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Liang Chen <cl@rock-chips.com>
---
 Documentation/devicetree/bindings/soc/rockchip/grf.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.txt b/Documentation/devicetree/bindings/soc/rockchip/grf.txt
index 7dc5ce8..46e27cd 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.txt
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.txt
@@ -13,6 +13,7 @@ On RK3328 SoCs, the GRF adds a section for USB2PHYGRF,
 Required Properties:
 
 - compatible: GRF should be one of the following:
+   - "rockchip,px30-grf", "syscon": for px30
    - "rockchip,rk3036-grf", "syscon": for rk3036
    - "rockchip,rk3066-grf", "syscon": for rk3066
    - "rockchip,rk3188-grf", "syscon": for rk3188
@@ -23,6 +24,7 @@ Required Properties:
    - "rockchip,rk3399-grf", "syscon": for rk3399
    - "rockchip,rv1108-grf", "syscon": for rv1108
 - compatible: PMUGRF should be one of the following:
+   - "rockchip,px30-pmugrf", "syscon": for px30
    - "rockchip,rk3368-pmugrf", "syscon": for rk3368
    - "rockchip,rk3399-pmugrf", "syscon": for rk3399
 - compatible: SGRF should be one of the following
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: cl@rock-chips.com (cl at rock-chips.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/6] dt-bindings: rockchip: grf: add grf and pmugrf description for px30
Date: Mon, 23 Jul 2018 17:25:22 +0800	[thread overview]
Message-ID: <1532337924-4185-5-git-send-email-cl@rock-chips.com> (raw)
In-Reply-To: <1532337924-4185-1-git-send-email-cl@rock-chips.com>

From: Liang Chen <cl@rock-chips.com>

This patch adds the compatible of GRF and PMUGRF for PX30 SoCs.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Liang Chen <cl@rock-chips.com>
---
 Documentation/devicetree/bindings/soc/rockchip/grf.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.txt b/Documentation/devicetree/bindings/soc/rockchip/grf.txt
index 7dc5ce8..46e27cd 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.txt
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.txt
@@ -13,6 +13,7 @@ On RK3328 SoCs, the GRF adds a section for USB2PHYGRF,
 Required Properties:
 
 - compatible: GRF should be one of the following:
+   - "rockchip,px30-grf", "syscon": for px30
    - "rockchip,rk3036-grf", "syscon": for rk3036
    - "rockchip,rk3066-grf", "syscon": for rk3066
    - "rockchip,rk3188-grf", "syscon": for rk3188
@@ -23,6 +24,7 @@ Required Properties:
    - "rockchip,rk3399-grf", "syscon": for rk3399
    - "rockchip,rv1108-grf", "syscon": for rv1108
 - compatible: PMUGRF should be one of the following:
+   - "rockchip,px30-pmugrf", "syscon": for px30
    - "rockchip,rk3368-pmugrf", "syscon": for rk3368
    - "rockchip,rk3399-pmugrf", "syscon": for rk3399
 - compatible: SGRF should be one of the following
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: <cl@rock-chips.com>
To: heiko@sntech.de
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
	klaus.goger@theobroma-systems.com, hjc@rock-chips.com,
	jagan@amarulasolutions.com, djw@t-chip.com.cn,
	jacob-chen@iotwrt.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	ulf.hansson@linaro.org, linux-mmc@vger.kernel.org,
	frank.wang@rock-chips.com, lgirdwood@gmail.com,
	broonie@kernel.org, alsa-devel@alsa-project.org,
	gregkh@linuxfoundation.org, catalin.marinas@arm.com,
	will.deacon@arm.com, yamada.masahiro@socionext.com,
	arnd@arndb.de, zhangqing@rock-chips.com,
	shawn.lin@rock-chips.com, kever.yang@rock-chips.com,
	david.wu@rock-chips.com, huangtao@rock-chips.com,
	tony.xie@rock-chips.com, sugar.zhang@rock-chips.com,
	huibin.hong@rock-chips.com, william.wu@rock-chips.com,
	sandy.huang@rock-chips.com, Liang Chen <cl@rock-chips.com>
Subject: [PATCH v2 4/6] dt-bindings: rockchip: grf: add grf and pmugrf description for px30
Date: Mon, 23 Jul 2018 17:25:22 +0800	[thread overview]
Message-ID: <1532337924-4185-5-git-send-email-cl@rock-chips.com> (raw)
In-Reply-To: <1532337924-4185-1-git-send-email-cl@rock-chips.com>

From: Liang Chen <cl@rock-chips.com>

This patch adds the compatible of GRF and PMUGRF for PX30 SoCs.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Liang Chen <cl@rock-chips.com>
---
 Documentation/devicetree/bindings/soc/rockchip/grf.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.txt b/Documentation/devicetree/bindings/soc/rockchip/grf.txt
index 7dc5ce8..46e27cd 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.txt
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.txt
@@ -13,6 +13,7 @@ On RK3328 SoCs, the GRF adds a section for USB2PHYGRF,
 Required Properties:
 
 - compatible: GRF should be one of the following:
+   - "rockchip,px30-grf", "syscon": for px30
    - "rockchip,rk3036-grf", "syscon": for rk3036
    - "rockchip,rk3066-grf", "syscon": for rk3066
    - "rockchip,rk3188-grf", "syscon": for rk3188
@@ -23,6 +24,7 @@ Required Properties:
    - "rockchip,rk3399-grf", "syscon": for rk3399
    - "rockchip,rv1108-grf", "syscon": for rv1108
 - compatible: PMUGRF should be one of the following:
+   - "rockchip,px30-pmugrf", "syscon": for px30
    - "rockchip,rk3368-pmugrf", "syscon": for rk3368
    - "rockchip,rk3399-pmugrf", "syscon": for rk3399
 - compatible: SGRF should be one of the following
-- 
1.9.1



  parent reply	other threads:[~2018-07-23  9:25 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-23  9:25 [PATCH v2 0/6] arm64: dts: rockchip: add basic dts file for PX30 SoCs cl
2018-07-23  9:25 ` cl
2018-07-23  9:25 ` cl at rock-chips.com
2018-07-23  9:25 ` [PATCH v2 1/6] dt-bindings: usb: dwc2: add description for px30 cl
2018-07-23  9:25   ` cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-23  9:25 ` [PATCH v2 2/6] dt-bindings: mmc: rockchip-dw-mshc: " cl
2018-07-23  9:25   ` cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-30 15:06   ` Ulf Hansson
2018-07-30 15:06     ` Ulf Hansson
2018-07-30 15:06     ` Ulf Hansson
2018-07-23  9:25 ` [PATCH v2 3/6] dt-bindings: sound: rockchip-i2s: " cl
2018-07-23  9:25   ` cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-23 19:10   ` Mark Brown
2018-07-23 19:10     ` Mark Brown
2018-07-23 19:10     ` Mark Brown
2018-07-23  9:25 ` cl [this message]
2018-07-23  9:25   ` [PATCH v2 4/6] dt-bindings: rockchip: grf: add grf and pmugrf " cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-23  9:32 ` [PATCH v2 5/6] arm64: dts: rockchip: add core dtsi file for PX30 SoCs cl
2018-07-23  9:32   ` cl
2018-07-23  9:32   ` cl at rock-chips.com
2018-07-23  9:33 ` [PATCH v2 6/6] arm64: dts: rockchip: add PX30 eavluation board devicetree cl
2018-07-23  9:33   ` cl
2018-07-23  9:33   ` cl at rock-chips.com

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=1532337924-4185-5-git-send-email-cl@rock-chips.com \
    --to=cl@rock-chips.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=david.wu@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=djw@t-chip.com.cn \
    --cc=frank.wang@rock-chips.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=hjc@rock-chips.com \
    --cc=huangtao@rock-chips.com \
    --cc=huibin.hong@rock-chips.com \
    --cc=jacob-chen@iotwrt.com \
    --cc=jagan@amarulasolutions.com \
    --cc=kever.yang@rock-chips.com \
    --cc=klaus.goger@theobroma-systems.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=shawn.lin@rock-chips.com \
    --cc=sugar.zhang@rock-chips.com \
    --cc=tony.xie@rock-chips.com \
    --cc=ulf.hansson@linaro.org \
    --cc=will.deacon@arm.com \
    --cc=yamada.masahiro@socionext.com \
    --cc=zhangqing@rock-chips.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.