From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] ARM: shmobile: r8a7779 Marzen legacy fix
Date: Mon, 06 Jul 2015 07:53:02 +0000 [thread overview]
Message-ID: <2562172.dFuHRJdhXh@avalon> (raw)
In-Reply-To: <20150706070216.25453.35953.sendpatchset@little-apple>
Hi Magnus,
Thank you for the patch.
On Monday 06 July 2015 16:02:16 Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
>
> Unbreak the r8a7779 Marzen legacy code provided by marzen_defconfig.
>
> As it is today Marzen multiplatform is working, but the legacy code
> is broken. This patch intends to leave multiplatform as-is but do
> a simple one-shot fix to unbreak the legacy code base.
>
> Without this patch there is no preset delay and the TWD is defined
> both in C code and in DT. Solve the delay by invoking shmobile_init_delay()
> and simply exclude the TWD DT instance in case of building for legacy.
>
> Marzen legacy code will be removed in the near future, but until then
> we may as well avoid breaking it.
>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
>
> Built on top of renesas-devel-20150629-v4.1
>
> arch/arm/boot/dts/r8a7779.dtsi | 4 ++--
> arch/arm/mach-shmobile/setup-r8a7779.c | 2 ++
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> --- 0001/arch/arm/boot/dts/r8a7779.dtsi
> +++ work/arch/arm/boot/dts/r8a7779.dtsi 2015-07-06 15:42:28.182366518 +0900
> @@ -62,7 +62,7 @@
> reg = <0xf0001000 0x1000>,
> <0xf0000100 0x100>;
> };
> -
> +#ifndef CONFIG_ARCH_SHMOBILE_LEGACY /* TWD defined in C code for legacy
> case */ timer@f0000600 {
> compatible = "arm,cortex-a9-twd-timer";
> reg = <0xf0000600 0x20>;
> @@ -70,7 +70,7 @@
> (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
> clocks = <&cpg_clocks R8A7779_CLK_ZS>;
> };
> -
> +#endif
DT should really not depend on kernel configuration. Can't you disable the
device from legacy board/SoC code instead ?
> gpio0: gpio@ffc40000 {
> compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
> reg = <0xffc40000 0x2c>;
> --- 0001/arch/arm/mach-shmobile/setup-r8a7779.c
> +++ work/arch/arm/mach-shmobile/setup-r8a7779.c 2015-07-06
> 15:43:58.472366518 +0900 @@ -677,6 +677,8 @@ void __init
> r8a7779_add_standard_devices
>
> void __init r8a7779_add_early_devices(void)
> {
> + shmobile_init_delay();
> +
> early_platform_add_devices(r8a7779_early_devices,
> ARRAY_SIZE(r8a7779_early_devices));
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-07-06 7:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 6:59 [PATCH] ARM: shmobile: r8a7779 Marzen legacy fix Magnus Damm
2015-07-06 7:41 ` Simon Horman
2015-07-06 7:53 ` Laurent Pinchart [this message]
2015-07-06 7:58 ` Magnus Damm
2015-07-06 7:59 ` Laurent Pinchart
2015-07-06 8:07 ` Geert Uytterhoeven
2015-07-06 8:23 ` Laurent Pinchart
2015-07-06 11:08 ` Magnus Damm
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=2562172.dFuHRJdhXh@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-sh@vger.kernel.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.