Hi,

<snip>

On 05/13/2014 08:39 PM, Alexander Bersenev wrote:
> diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi 
> b/arch/arm/boot/dts/sun7i-a20.dtsi
> index 0ae2b77..40ded74 100644
> --- a/arch/arm/boot/dts/sun7i-a20.dtsi
> +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
> @@ -724,6 +724,19 @@
>                               allwinner,drive = <2>;
>                               allwinner,pull = <0>;
>                       };
> +
> +                     ir0_pins_a: ir0@0 {
> +                                 allwinner,pins = "PB3","PB4";
> +                                 allwinner,function = "ir0";
> +                                 allwinner,drive = <0>;
> +                                 allwinner,pull = <0>;
> +                     };
> +                     ir1_pins_a: ir1@0 {
> +                                 allwinner,pins = "PB22","PB23";
> +                                 allwinner,function = "ir1";
> +                                 allwinner,drive = <0>;
> +                                 allwinner,pull = <0>;
> +                     };
>               };
>  
>               timer@01c20c00 {
> @@ -937,5 +950,23 @@
>                       #interrupt-cells = <3>;
>                       interrupts = <1 9 0xf04>;
>               };
> +
> +             ir0: ir@01c21800 {
> +                     compatible = "allwinner,sun7i-a20-ir";
> +                     clocks = <&apb0_gates 6>, <&ir0_clk>;
> +                     clock-names = "apb", "ir";
> +                     interrupts = <0 5 4>;
> +                     reg = <0x01c21800 0x40>;
> +                     status = "disabled";
> +             };
> +
> +             ir1: ir@01c21c00 {
> +                     compatible = "allwinner,sun7i-a20-ir";
> +                     clocks = <&apb0_gates 7>, <&ir1_clk>;
> +                     clock-names = "apb", "ir";
> +                     interrupts = <0 6 4>;
> +                     reg = <0x01C21c00 0x40>;
> +                     status = "disabled";
> +             };
>       };
>  };
> 

The entries in the soc block are sorted by register address, so please
don't add these at the end, instead keep things sorted.

Regards,

Hans

-- 
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