From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH/RFC 3/6] ARM: shmobile: bockw: Initialise SCIF device using DT
Date: Wed, 02 Jul 2014 10:45:24 +0200 [thread overview]
Message-ID: <1966232.B2FzpQpRot@avalon> (raw)
In-Reply-To: <1404275322-26514-4-git-send-email-horms+renesas@verge.net.au>
Hi Simon,
Thank you for the patch.
On Wednesday 02 July 2014 06:28:39 Simon Horman wrote:
> Initialise SCIF device using DT when booting bockw
> using DT reference.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> N.B: This only enables the production serial port (scif0) and not the
> debug serial port. It is unclear to me if the debug port is scif1 or scif5.
> And if the required PFC support is in place. At the very least the
> latter appears to be missing from r8a7778-bockw-reference.dts.
It's missing, but could be easily added :-)
> ---
> arch/arm/boot/dts/r8a7778-bockw-reference.dts | 14 +++++++++++---
> arch/arm/mach-shmobile/setup-r8a7778.c | 12 ++++++------
> 2 files changed, 17 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts
> b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index f76f6ec..5d14688
> 100644
> --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts
> +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
> @@ -23,6 +23,10 @@
> model = "bockw";
> compatible = "renesas,bockw-reference", "renesas,r8a7778";
>
> + aliases {
> + serial0 = &scif0;
> + };
> +
> chosen {
> bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs
ip=dhcp
> rw"; };
> @@ -70,9 +74,6 @@
> };
>
> &pfc {
> - pinctrl-0 = <&scif0_pins>;
> - pinctrl-names = "default";
> -
> scif0_pins: serial0 {
> renesas,groups = "scif0_data_a", "scif0_ctrl";
> renesas,function = "scif0";
> @@ -124,3 +125,10 @@
> };
> };
> };
> +
> +&scif0 {
> + pinctrl-0 = <&scif0_pins>;
> + pinctrl-names = "default";
> +
> + status = "okay";
> +};
> diff --git a/arch/arm/mach-shmobile/setup-r8a7778.c
> b/arch/arm/mach-shmobile/setup-r8a7778.c index 2ccc012..e218c46 100644
> --- a/arch/arm/mach-shmobile/setup-r8a7778.c
> +++ b/arch/arm/mach-shmobile/setup-r8a7778.c
> @@ -294,12 +294,6 @@ void __init r8a7778_add_dt_devices(void)
> }
> #endif
>
> - r8a7778_register_scif(0);
> - r8a7778_register_scif(1);
> - r8a7778_register_scif(2);
> - r8a7778_register_scif(3);
> - r8a7778_register_scif(4);
> - r8a7778_register_scif(5);
> r8a7778_register_tmu(0);
> }
>
> @@ -508,6 +502,12 @@ static void __init r8a7778_register_hpb_dmae(void)
> void __init r8a7778_add_standard_devices(void)
> {
> r8a7778_add_dt_devices();
> + r8a7778_register_scif(0);
> + r8a7778_register_scif(1);
> + r8a7778_register_scif(2);
> + r8a7778_register_scif(3);
> + r8a7778_register_scif(4);
> + r8a7778_register_scif(5);
> r8a7778_register_i2c(0);
> r8a7778_register_i2c(1);
> r8a7778_register_i2c(2);
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-07-02 8:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-02 4:28 [PATCH/RFC 0/6] ARM: shmobile: bockw: Enable SCI and TMU using DT Simon Horman
2014-07-02 4:28 ` [PATCH/RFC 1/6] ARM: shmobile: r8a7778: add SCI clock support for DT Simon Horman
2014-07-02 8:06 ` Laurent Pinchart
2014-07-02 4:28 ` [PATCH/RFC 2/6] ARM: shmobile: r8a7778: Add SCIF nodes Simon Horman
2014-07-02 8:09 ` Laurent Pinchart
2014-07-02 12:03 ` Sergei Shtylyov
2014-07-02 4:28 ` [PATCH/RFC 3/6] ARM: shmobile: bockw: Initialise SCIF device using DT Simon Horman
2014-07-02 8:45 ` Laurent Pinchart [this message]
2014-07-02 4:28 ` [PATCH/RFC 4/6] ARM: shmobile: r8a7778: add TMU clock support for DT Simon Horman
2014-07-02 9:07 ` Laurent Pinchart
2014-07-02 4:28 ` [PATCH/RFC 5/6] ARM: shmobile: r8a7778: Add TMU nodes Simon Horman
2014-07-02 9:06 ` Laurent Pinchart
2014-07-02 4:28 ` [PATCH/RFC 6/6] ARM: shmobile: bockw: Initialise TMU device using DT Simon Horman
2014-07-02 9:06 ` Laurent Pinchart
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=1966232.B2FzpQpRot@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).