* [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc
@ 2014-04-07 19:16 Ben Dooks
2014-04-07 20:35 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Ben Dooks @ 2014-04-07 19:16 UTC (permalink / raw)
To: linux-kernel, linux-sh
Cc: devicetree, magnus.damm, horms, Rob Taylor, Ben Dooks
From: Rob Taylor <rob.taylor@codethink.co.uk>
Fix probable typo of renesas,groups in the lager dt. The kernel has no
renesas,gpios but this should match renesas,groups.
Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk>
[ben.dooks@codethink.co.uk: fixup description]
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
arch/arm/boot/dts/r8a7790-lager.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 6e99eb2..d01048a 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -141,12 +141,12 @@
};
sdhi0_pins: sd0 {
- renesas,gpios = "sdhi0_data4", "sdhi0_ctrl";
+ renesas,groups = "sdhi0_data4", "sdhi0_ctrl";
renesas,function = "sdhi0";
};
sdhi2_pins: sd2 {
- renesas,gpios = "sdhi2_data4", "sdhi2_ctrl";
+ renesas,groups = "sdhi2_data4", "sdhi2_ctrl";
renesas,function = "sdhi2";
};
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc
2014-04-07 19:16 [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc Ben Dooks
@ 2014-04-07 20:35 ` Geert Uytterhoeven
2014-04-08 0:39 ` Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-04-07 20:35 UTC (permalink / raw)
To: Ben Dooks
Cc: linux-kernel, Linux-sh list, devicetree@vger.kernel.org,
magnus.damm, Simon Horman, Rob Taylor
On Mon, Apr 7, 2014 at 9:16 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
> From: Rob Taylor <rob.taylor@codethink.co.uk>
>
> Fix probable typo of renesas,groups in the lager dt. The kernel has no
> renesas,gpios but this should match renesas,groups.
>
> Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk>
Thanks, nice catch!
> [ben.dooks@codethink.co.uk: fixup description]
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc
2014-04-07 20:35 ` Geert Uytterhoeven
@ 2014-04-08 0:39 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-04-08 0:39 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Ben Dooks, linux-kernel, Linux-sh list,
devicetree@vger.kernel.org, magnus.damm, Rob Taylor
On Mon, Apr 07, 2014 at 10:35:12PM +0200, Geert Uytterhoeven wrote:
> On Mon, Apr 7, 2014 at 9:16 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
> > From: Rob Taylor <rob.taylor@codethink.co.uk>
> >
> > Fix probable typo of renesas,groups in the lager dt. The kernel has no
> > renesas,gpios but this should match renesas,groups.
> >
> > Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk>
>
> Thanks, nice catch!
>
> > [ben.dooks@codethink.co.uk: fixup description]
> > Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
>
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Thanks, I will queue this up as a fix for v3.15.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.15
@ 2014-04-14 4:02 Simon Horman
2014-04-14 4:02 ` [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2014-04-14 4:02 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider this fifth round of Renesas ARM based SoC DT updates for v3.15.
This pull request is based on the previous round of
such requests, tagged as renesas-dt4-for-v3.15,
which I have already sent a pull-request for.
I am sending this pull request (long) after the release of v3.14-rc6
as it contains a single bug-fix.
The following changes since commit 2c60a7df72711fb8b4be1e6aa651ab166a8931bc:
ARM: shmobile: Add SDHI devices for Koelsch DTS (2014-02-26 15:11:41 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt5-for-v3.15
for you to fetch changes up to b08eed0c4d7d70eae2f4f1ff518cc33643722a07:
ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc (2014-04-08 09:38:51 +0900)
----------------------------------------------------------------
Fifth Round of Renesas ARM Based SoC DT Updates for v3.15
Correct renesas,groups in SDHI nodes of for r8a7790 (R-Car H2) based
Lager board.
----------------------------------------------------------------
Rob Taylor (1):
ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc
arch/arm/boot/dts/r8a7790-lager.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc
2014-04-14 4:02 [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.15 Simon Horman
@ 2014-04-14 4:02 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-04-14 4:02 UTC (permalink / raw)
To: linux-arm-kernel
From: Rob Taylor <rob.taylor@codethink.co.uk>
Fix probable typo of renesas,groups in the lager dt. The kernel has no
renesas,gpios but this should match renesas,groups.
Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk>
[ben.dooks@codethink.co.uk: fixup description]
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7790-lager.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 6e99eb2..d01048a 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -141,12 +141,12 @@
};
sdhi0_pins: sd0 {
- renesas,gpios = "sdhi0_data4", "sdhi0_ctrl";
+ renesas,groups = "sdhi0_data4", "sdhi0_ctrl";
renesas,function = "sdhi0";
};
sdhi2_pins: sd2 {
- renesas,gpios = "sdhi2_data4", "sdhi2_ctrl";
+ renesas,groups = "sdhi2_data4", "sdhi2_ctrl";
renesas,function = "sdhi2";
};
--
1.8.5.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-14 4:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 19:16 [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc Ben Dooks
2014-04-07 20:35 ` Geert Uytterhoeven
2014-04-08 0:39 ` Simon Horman
-- strict thread matches above, loose matches on Subject: below --
2014-04-14 4:02 [GIT PULL] Fifth Round of Renesas ARM Based SoC DT Updates for v3.15 Simon Horman
2014-04-14 4:02 ` [PATCH] ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc Simon Horman
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).