diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2014-04-07 21:16:52 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-08 02:38:51 +0200 |
commit | b08eed0c4d7d70eae2f4f1ff518cc33643722a07 (patch) | |
tree | 999339ca3f6a3eb1d28e4fdaf68c780543380b13 /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | ARM: shmobile: Add SDHI devices for Koelsch DTS (diff) | |
download | linux-b08eed0c4d7d70eae2f4f1ff518cc33643722a07.tar.xz linux-b08eed0c4d7d70eae2f4f1ff518cc33643722a07.zip |
ARM: shmobile: lager: correct renesas,gpios to renesas,groups in sd[02] pfc
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 6e99eb2df076..d01048ab3e77 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"; }; |