From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 15 Dec 2010 06:43:48 +0000 Subject: Re: [PATCH] ARM: mach-shmobile: mackerel: Add mmcif support Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-sh@vger.kernel.org 2010/12/15 Yusuke Goda : > Signed-off-by: Yusuke Goda > --- > +static struct sh_mmcif_plat_data sh_mmcif_plat =3D { > + =A0 =A0 =A0 .sup_pclk =A0 =A0 =A0 =3D 0, > + =A0 =A0 =A0 .ocr =A0 =A0 =A0 =A0 =A0 =A0=3D MMC_VDD_165_195 | MMC_VDD_3= 2_33 | MMC_VDD_33_34, > + =A0 =A0 =A0 .caps =A0 =A0 =A0 =A0 =A0 =3D MMC_CAP_4_BIT_DATA | > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 MMC_CAP_8_BIT_DATA | > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 MMC_CAP_NEEDS_POLL, > + =A0 =A0 =A0 .get_cd =A0 =A0 =A0 =A0 =3D slot_cn7_get_cd, > +}; Can we select VDD voltage on this board? I thought it was fixed to 3.3V? Or perhaps I don't understand how the OCR field is supposed to work. Thanks, / magnus