Message ID | 1379000532-27376-4-git-send-email-koen@dominion.thruhere.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
nitpick minor comment: $subject: ARM: dts: am335x-bone-common: switch mmc1 to 4-bit mode On 09/12/2013 10:42 AM, Koen Kooi wrote: > The micro-SD slot hooks up all four data pins so lets' use them. > > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > arch/arm/boot/dts/am335x-bone-common.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi > index cfec441..80407ff 100644 > --- a/arch/arm/boot/dts/am335x-bone-common.dtsi > +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi > @@ -290,6 +290,7 @@ > > &mmc1 { > status = "okay"; > + bus-width = <0x4>; > vmmc-supply = <&ldo3_reg>; > pinctrl-names = "default"; > pinctrl-0 = <&mmc1_pins>; >
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi index cfec441..80407ff 100644 --- a/arch/arm/boot/dts/am335x-bone-common.dtsi +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi @@ -290,6 +290,7 @@ &mmc1 { status = "okay"; + bus-width = <0x4>; vmmc-supply = <&ldo3_reg>; pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>;
The micro-SD slot hooks up all four data pins so lets' use them. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- arch/arm/boot/dts/am335x-bone-common.dtsi | 1 + 1 file changed, 1 insertion(+)