From: Josh Wu <josh.wu@atmel.com>
To: devicetree@vger.kernel.org, nicolas.ferre@atmel.com
Cc: grant.likely@linaro.org, galak@codeaurora.org, rob@landley.net,
robh+dt@kernel.org, ijc+devicetree@hellion.org.uk,
pawel.moll@arm.com, linux-arm-kernel@lists.infradead.org,
voice.shen@atmel.com, laurent.pinchart@ideasonboard.com,
alexandre.belloni@free-electrons.com, plagnioj@jcrosoft.com,
boris.brezillon@free-electrons.com, linux-media@vger.kernel.org,
g.liakhovetski@gmx.de, Josh Wu <josh.wu@atmel.com>
Subject: [PATCH v2 6/8] ARM: at91: dts: sama5d3: change name of pinctrl of ISI_MCK
Date: Sun, 4 Jan 2015 17:02:31 +0800 [thread overview]
Message-ID: <1420362153-500-7-git-send-email-josh.wu@atmel.com> (raw)
In-Reply-To: <1420362153-500-1-git-send-email-josh.wu@atmel.com>
For sama5d3xmb board, the pins: pinctrl_isi_pck_as_mck is pck1, and
used to provide MCK for camera sensor.
We change its name to: pinctrl_pck1_as_isi_mck.
As we want camera sensor instead of ISI to configure the pck1 (ISI_MCK) pin.
So we remove this pinctrl from ISI DT node. It will be added in sensor's
DT node.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
---
new added in v2.
arch/arm/boot/dts/sama5d3xmb.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index db47f8b..d9464fc 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -61,7 +61,7 @@
isi: isi@f0034000 {
pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_isi_data_0_7 &pinctrl_isi_pck_as_mck>;
+ pinctrl-0 = <&pinctrl_isi_data_0_7>;
};
mmc1: mmc@f8000000 {
@@ -117,7 +117,7 @@
<AT91_PIOD 30 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD30 periph B */
};
- pinctrl_isi_pck_as_mck: isi_pck_as_mck-0 {
+ pinctrl_pck1_as_isi_mck: pck1_as_isi_mck-0 {
atmel,pins =
<AT91_PIOD 31 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD31 periph B ISI_MCK */
};
--
1.9.1
next prev parent reply other threads:[~2015-01-04 9:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-04 9:02 [PATCH v2 0/8] ARM: at91: dts: sama5d3: add dt support for atmel isi and ov2640 sensor Josh Wu
2015-01-04 9:02 ` [PATCH v2 1/8] ARM: at91: dts: sama5d3: add isi clock Josh Wu
2015-01-04 9:02 ` [PATCH v2 2/8] ARM: at91: dts: sama5d3: split isi pinctrl Josh Wu
2015-01-04 9:02 ` [PATCH v2 4/8] ARM: at91: dts: sama5d3: move the isi mck pin to mb Josh Wu
2015-01-04 9:02 ` [PATCH v2 5/8] ARM: at91: dts: sama5d3: change name of pinctrl_isi_{power,reset} Josh Wu
2015-01-04 9:02 ` Josh Wu [this message]
2015-01-13 15:05 ` [PATCH v2 0/8] ARM: at91: dts: sama5d3: add dt support for atmel isi and ov2640 sensor Nicolas Ferre
2015-01-14 2:48 ` Josh Wu
2015-01-14 8:30 ` Alexandre Belloni
[not found] ` <1420362153-500-1-git-send-email-josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2015-01-04 9:02 ` [PATCH v2 3/8] ARM: at91: dts: sama5d3: add missing pins of isi Josh Wu
2015-01-14 2:41 ` [PATCH v2 7/8] ARM: at91: dts: sama5d3: add ov2640 camera sensor support Josh Wu
2015-01-14 2:41 ` [PATCH v2 8/8] ARM: at91: sama5: enable atmel-isi and ov2640 in defconfig Josh Wu
2015-01-15 15:16 ` [PATCH v2 0/8] ARM: at91: dts: sama5d3: add dt support for atmel isi and ov2640 sensor Nicolas Ferre
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=1420362153-500-7-git-send-email-josh.wu@atmel.com \
--to=josh.wu@atmel.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=boris.brezillon@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=g.liakhovetski@gmx.de \
--cc=galak@codeaurora.org \
--cc=grant.likely@linaro.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-media@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
--cc=pawel.moll@arm.com \
--cc=plagnioj@jcrosoft.com \
--cc=rob@landley.net \
--cc=robh+dt@kernel.org \
--cc=voice.shen@atmel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).