[PATCH v4] ARM: mx23: Add initial support for olinuxino board
Shawn Guo
shawn.guo at linaro.org
Mon Jun 25 12:05:18 EDT 2012
On Mon, Jun 18, 2012 at 10:51:52AM -0300, Fabio Estevam wrote:
> +
> + mmc0_4bit_pins_a: mmc0-4bit at 0 {
> + reg = <0>;
> + fsl,pinmux-ids = <0x2000 0x2020 0x2030
> + 0x2040 0x2050>;
> + fsl,drive-strength = <1>;
> + fsl,voltage = <1>;
> + fsl,pull-up = <1>;
> + };
> +
> + mmc0_sck_cfg: mmc0_sck_cfg {
> + fsl,pinmux-ids = <0x2010>;
> + fsl,pull-up = <0>;
> + };
This looks suspicious. First of all, 0x2010 (SSP1_DETECT) should be
in pinmux-ids of mmc0_4bit_pins_a. Secondly, SSP1_SCK seems missing
from the pins. You do not have a SSP1_SCK pin for the mmc slot?
--
Regards,
Shawn
More information about the linux-arm-kernel
mailing list