On Fri, Dec 09, 2011 at 03:02:36PM +0100, Benoit Cousson wrote:
> Add i2c controllers nodes into the main ocp bus.
> 
> Signed-off-by: Benoit Cousson <[email protected]>
> Cc: Grant Likely <[email protected]>
> Cc: Rob Herring <[email protected]>

Acked-by: Grant Likely <[email protected]>

> ---
>  arch/arm/boot/dts/omap4.dtsi |   28 ++++++++++++++++++++++++++++
>  1 files changed, 28 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
> index bede009..9872283 100644
> --- a/arch/arm/boot/dts/omap4.dtsi
> +++ b/arch/arm/boot/dts/omap4.dtsi
> @@ -100,5 +100,33 @@
>                       reg = <0x48241000 0x1000>,
>                             <0x48240100 0x0100>;
>               };
> +
> +             i2c1: i2c@1 {
> +                     compatible = "ti,omap4-i2c";
> +                     #address-cells = <1>;
> +                     #size-cells = <0>;
> +                     ti,hwmods = "i2c1";
> +             };
> +
> +             i2c2: i2c@2 {
> +                     compatible = "ti,omap4-i2c";
> +                     #address-cells = <1>;
> +                     #size-cells = <0>;
> +                     ti,hwmods = "i2c2";
> +             };
> +
> +             i2c3: i2c@3 {
> +                     compatible = "ti,omap4-i2c";
> +                     #address-cells = <1>;
> +                     #size-cells = <0>;
> +                     ti,hwmods = "i2c3";
> +             };
> +
> +             i2c4: i2c@4 {
> +                     compatible = "ti,omap4-i2c";
> +                     #address-cells = <1>;
> +                     #size-cells = <0>;
> +                     ti,hwmods = "i2c4";
> +             };
>       };
>  };
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to