[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <531F3203.3010807@redhat.com>
Date: Tue, 11 Mar 2014 16:55:47 +0100
From: Hans de Goede <hdegoede@...hat.com>
To: mr.nuke.me@...il.com, linux-sunxi@...glegroups.com
CC: devicetree@...r.kernel.org, Ulf Hansson <ulf.hansson@...aro.org>,
Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>,
Mike Turquette <mturquette@...aro.org>,
Simon Baatz <gmbnomis@...il.com>,
Emilio López <emilio@...pez.com.ar>,
linux-mmc@...r.kernel.org, Chris Ball <chris@...ntf.net>,
linux-kernel@...r.kernel.org,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
Tejun Heo <tj@...nel.org>,
Maxime Ripard <maxime.ripard@...e-electrons.com>,
Guennadi Liakhovetski <g.liakhovetski@....de>,
linux-arm-kernel@...ts.infradead.org, david.lanzendoerfer@....ch
Subject: Re: [PATCH v5 6/8] ARM: dts: sun4i: Add support for mmc
Hi,
Oh, good catch, thanks! Fixed in the sunxi-devel branch
in my *personal* git repo. I'll also push this to the official linux-sunxi
sunxi-devel branch later today.
Regards,
Hans
On 03/10/2014 10:49 PM, mr.nuke.me@...il.com wrote:
> On Tuesday, February 11, 2014 1:34:25 PM UTC-6, David Lanzendörfer wrote:
>> diff --git a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
>> b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
>> index b139ee6..20b976a 100644
>> --- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
>> +++ b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
>> @@ -33,6 +33,14 @@
>> };
>>
>> };
>> + mmc0: mmc@...0f000 {
>> + pinctrl-names = "default", "default";
>> + pinctrl-0 = <&mmc0_pins_a>;
>> + pinctrl-1 = <&mmc0_cd_pin_reference_design>;
>> + cd-gpios = <&pio 7 1 0>; /* PH1 */
>> + status = "okay";
>> + };
>> +
>> pinctrl@...20800 {
>>
>> led_pins_cubieboard: led_pins@0 {
>>
>> allwinner,pins = "PH20", "PH21";
>> diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi
>> b/arch/arm/boot/dts/sun4i-a10.dtsi
>> index 9044c53..d040d37 100644
>> --- a/arch/arm/boot/dts/sun4i-a10.dtsi
>> +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
>> @@ -330,6 +330,46 @@
>> #size-cells = <0>;
>>
>> };
>> + mmc0: mmc@...0f000 {
>> + compatible = "allwinner,sun5i-a13-mmc";
>
> Should be "allwinner,sun4i-a10-mmc", or we will hang the MMC driver on A10.
>
>> + mmc1: mmc@...10000 {
>> + compatible = "allwinner,sun5i-a13-mmc";
> ditto
>
>> + mmc2: mmc@...11000 {
>> + compatible = "allwinner,sun5i-a13-mmc";
> ditto
>
>> + mmc3: mmc@...12000 {
>> + compatible = "allwinner,sun5i-a13-mmc";
> ditto
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists