Hi,

On 03/27/2014 10:54 AM, Maxime Ripard wrote:
> On Wed, Mar 26, 2014 at 09:17:58PM +0100, Hans de Goede wrote:
>> Signed-off-by: Hans de Goede <hdego...@redhat.com>
>> ---
>>  arch/arm/boot/dts/sun6i-a31.dtsi | 32 ++++++++++++++++++++++++++++++++
>>  1 file changed, 32 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi 
>> b/arch/arm/boot/dts/sun6i-a31.dtsi
>> index cd0d4b0..45b5775 100644
>> --- a/arch/arm/boot/dts/sun6i-a31.dtsi
>> +++ b/arch/arm/boot/dts/sun6i-a31.dtsi
>> @@ -199,6 +199,38 @@
>>                                      "apb2_uart4", "apb2_uart5";
>>              };
>>  
>> +            mmc0_clk: clk@01c20088 {
>> +                    #clock-cells = <0>;
>> +                    compatible = "allwinner,sun4i-a10-mod0-clk";
> 
> It looks fine, but I'd really like a different compatible for this in
> the future.

Sure, I copied this from the spi clock, if you fix those I'll happily
follow suit :)

Regards,

Hans

> 
>> +                    reg = <0x01c20088 0x4>;
>> +                    clocks = <&osc24M>, <&pll6>;
>> +                    clock-output-names = "mmc0";
>> +            };
>> +
>> +            mmc1_clk: clk@01c2008c {
>> +                    #clock-cells = <0>;
>> +                    compatible = "allwinner,sun4i-a10-mod0-clk";
>> +                    reg = <0x01c2008c 0x4>;
>> +                    clocks = <&osc24M>, <&pll6>;
>> +                    clock-output-names = "mmc1";
>> +            };
>> +
>> +            mmc2_clk: clk@01c20090 {
>> +                    #clock-cells = <0>;
>> +                    compatible = "allwinner,sun4i-a10-mod0-clk";
>> +                    reg = <0x01c20090 0x4>;
>> +                    clocks = <&osc24M>, <&pll6>;
>> +                    clock-output-names = "mmc2";
>> +            };
>> +
>> +            mmc3_clk: clk@01c20094 {
>> +                    #clock-cells = <0>;
>> +                    compatible = "allwinner,sun4i-a10-mod0-clk";
>> +                    reg = <0x01c20094 0x4>;
>> +                    clocks = <&osc24M>, <&pll6>;
>> +                    clock-output-names = "mmc3";
>> +            };
>> +
>>              spi0_clk: clk@01c200a0 {
>>                      #clock-cells = <0>;
>>                      compatible = "allwinner,sun4i-a10-mod0-clk";
>> -- 
>> 1.9.0
>>
> 

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to