Skip to content

Commit

Permalink
ARM: apx4devkit: fix the bus-width of SSP0 to 4 bits
Browse files Browse the repository at this point in the history
Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Lauri Hintsala authored and Shawn Guo committed Jul 11, 2012
1 parent d8bb823 commit 1eb73ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/arm/boot/dts/apx4devkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
ssp0: ssp@80010000 {
compatible = "fsl,imx28-mmc";
pinctrl-names = "default";
pinctrl-0 = <&mmc0_8bit_pins_a
&mmc0_cd_cfg
&mmc0_sck_cfg>;
bus-width = <8>;
pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_sck_cfg>;
bus-width = <4>;
status = "okay";
};

Expand Down

0 comments on commit 1eb73ca

Please sign in to comment.