Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1eb73ca0 authored by Lauri Hintsala's avatar Lauri Hintsala Committed by Shawn Guo
Browse files

ARM: apx4devkit: fix the bus-width of SSP0 to 4 bits

parent d8bb823d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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";
			};