From: Heiko Stuebner <heiko@sntech.de>
To: linux-rockchip@lists.infradead.org
Cc: linus.walleij@linaro.org, robh+dt@kernel.org,
andy.yan@rock-chips.com, sboyd@codeaurora.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-gpio@vger.kernel.org, linux-clk@vger.kernel.org,
mturquette@baylibre.com, Heiko Stuebner <heiko@sntech.de>
Subject: [PATCH v2 1/6] dt-bindings: rockchip,pinctrl: rename RK1108 to RV1108
Date: Fri, 17 Mar 2017 18:18:35 +0100 [thread overview]
Message-ID: <20170317171840.4683-2-heiko@sntech.de> (raw)
In-Reply-To: <20170317171840.4683-1-heiko@sntech.de>
From: Andy Yan <andy.yan@rock-chips.com>
Rockchip finally named the SOC as RV1108, so change it.
Also move the compatible list to one compatible per line.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
.../devicetree/bindings/pinctrl/rockchip,pinctrl.txt | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
index 403b5a272f56..ee01ab58224d 100644
--- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
@@ -19,11 +19,18 @@ The pins are grouped into up to 5 individual pin banks which need to be
defined as gpio sub-nodes of the pinmux controller.
Required properties for iomux controller:
- - compatible: one of "rockchip,rk1108-pinctrl", "rockchip,rk2928-pinctrl"
- "rockchip,rk3066a-pinctrl", "rockchip,rk3066b-pinctrl"
- "rockchip,rk3188-pinctrl", "rockchip,rk3228-pinctrl"
- "rockchip,rk3288-pinctrl", "rockchip,rk3328-pinctrl"
- "rockchip,rk3368-pinctrl", "rockchip,rk3399-pinctrl"
+ - compatible: should be
+ "rockchip,rv1108-pinctrl": for Rockchip RV1108
+ "rockchip,rk2928-pinctrl": for Rockchip RK2928
+ "rockchip,rk3066a-pinctrl": for Rockchip RK3066a
+ "rockchip,rk3066b-pinctrl": for Rockchip RK3066b
+ "rockchip,rk3188-pinctrl": for Rockchip RK3188
+ "rockchip,rk3228-pinctrl": for Rockchip RK3228
+ "rockchip,rk3288-pinctrl": for Rockchip RK3288
+ "rockchip,rk3328-pinctrl": for Rockchip RK3328
+ "rockchip,rk3368-pinctrl": for Rockchip RK3368
+ "rockchip,rk3399-pinctrl": for Rockchip RK3399
+
- rockchip,grf: phandle referencing a syscon providing the
"general register files"
--
2.11.0
next prev parent reply other threads:[~2017-03-17 17:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-17 17:18 [PATCH v2 0/6] Rename RK1108 to RV1108 Heiko Stuebner
2017-03-17 17:18 ` Heiko Stuebner [this message]
[not found] ` <20170317171840.4683-2-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2017-03-23 9:16 ` [PATCH v2 1/6] dt-bindings: rockchip, pinctrl: rename " Linus Walleij
[not found] ` <20170317171840.4683-1-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2017-03-17 17:18 ` [PATCH v2 2/6] pinctrl: rockchip: " Heiko Stuebner
2017-03-23 9:17 ` Linus Walleij
2017-03-17 17:18 ` [PATCH v2 3/6] dt-bindings: rk1108-cru: " Heiko Stuebner
[not found] ` <20170317171840.4683-4-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2017-03-22 17:05 ` Heiko Stuebner
2017-03-17 17:18 ` [PATCH v2 6/6] ARM: dts: rockchip: rename RK1108-evb to RV1108-evb Heiko Stuebner
2017-05-14 12:54 ` Heiko Stuebner
2017-03-17 17:18 ` [PATCH v2 4/6] clk: rockchip: rename RK1108 to RV1108 Heiko Stuebner
2017-03-22 17:06 ` Heiko Stuebner
2017-03-17 17:18 ` [PATCH v2 5/6] ARM: dts: rockchip: rename core dtsi from " Heiko Stuebner
2017-05-14 12:54 ` 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=20170317171840.4683-2-heiko@sntech.de \
--to=heiko@sntech.de \
--cc=andy.yan@rock-chips.com \
--cc=devicetree@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mturquette@baylibre.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox