<div dir="ltr">CCed <a href="mailto:devicetree-discuss@lists.ozlabs.org">devicetree-discuss@lists.ozlabs.org</a>.<div><br></div><div>On Wed, Jun 6, 2012 at 12:09 PM, Tony Lindgren <span dir="ltr"><<a href="mailto:tony@atomide.com" target="_blank">tony@atomide.com</a>></span> wrote:</div>
<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
* Uri Yosef <<a href="mailto:uri.y@variscite.com">uri.y@variscite.com</a>> [120517 05:34]:<br>
<div class="im">> Hi Tony,<br>
><br>
> This is the updated DTS patch for Vatiscite OMAP4 SOM support<br>
<br>
</div>Looks OK to me, but can you please repost one more time with<br>
<a href="mailto:devicetree-discuss@lists.ozlabs.org">devicetree-discuss@lists.ozlabs.org</a> in Cc so people have a chance<br>
to ack this patch there?<br>
<br></blockquote><div><br></div><div>Thanks,</div><div>Uri</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
>  arch/arm/boot/dts/omap4-var_som.dts |   96 +++++++++++++++++++++++++++++++++++<br>
>  1 files changed, 96 insertions(+), 0 deletions(-)<br>
>  create mode 100644 arch/arm/boot/dts/omap4-var_som.dts<br>
><br>
> diff --git a/arch/arm/boot/dts/omap4-var_som.dts b/arch/arm/boot/dts/omap4-var_som.dts<br>
> new file mode 100644<br>
> index 0000000..d41161d<br>
> --- /dev/null<br>
> +++ b/arch/arm/boot/dts/omap4-var_som.dts<br>
> @@ -0,0 +1,96 @@<br>
> +/*<br>
> + * Copyright (C) 2012 Variscite Ltd. - <a href="http://www.variscite.com" target="_blank">http://www.variscite.com</a><br>
> + *<br>
> + * This program is free software; you can redistribute it and/or modify<br>
> + * it under the terms of the GNU General Public License version 2 as<br>
> + * published by the Free Software Foundation.<br>
> + */<br>
> +/dts-v1/;<br>
> +<br>
> +/include/ "omap4.dtsi"<br>
> +<br>
> +/ {<br>
> +     model = "Variscite OMAP4 SOM";<br>
> +     compatible = "var,omap4-var_som", "ti,omap4430", "ti,omap4";<br>
> +<br>
> +     memory {<br>
> +             device_type = "memory";<br>
> +             reg = <0x80000000 0x40000000>; /* 1 GB */<br>
> +     };<br>
> +<br>
> +     vdd_eth: fixedregulator@0 {<br>
> +             compatible = "regulator-fixed";<br>
> +             regulator-name = "VDD_ETH";<br>
> +             regulator-min-microvolt = <3300000>;<br>
> +             regulator-max-microvolt = <3300000>;<br>
> +             enable-active-high;<br>
> +             regulator-boot-on;<br>
> +     };<br>
> +};<br>
> +<br>
> +&i2c1 {<br>
> +     clock-frequency = <400000>;<br>
> +<br>
> +     twl: twl@48 {<br>
> +             reg = <0x48>;<br>
> +             /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */<br>
> +             interrupts = <0 7 4>; /* IRQ_SYS_1N cascaded to gic */<br>
> +             interrupt-parent = <&gic>;<br>
> +     };<br>
> +};<br>
> +<br>
> +/include/ "twl6030.dtsi"<br>
> +<br>
> +&i2c2 {<br>
> +     clock-frequency = <400000>;<br>
> +};<br>
> +<br>
> +&i2c3 {<br>
> +     clock-frequency = <400000>;<br>
> +<br>
> +     /*<br>
> +      * Temperature Sensor<br>
> +      * <a href="http://www.ti.com/lit/ds/symlink/tmp105.pdf" target="_blank">http://www.ti.com/lit/ds/symlink/tmp105.pdf</a><br>
> +      */<br>
> +     tmp105@49 {<br>
> +             compatible = "ti,tmp105";<br>
> +             reg = <0x49>;<br>
> +     };<br>
> +};<br>
> +<br>
> +&i2c4 {<br>
> +     clock-frequency = <400000>;<br>
> +};<br>
> +<br>
> +&mcspi1 {<br>
> +     eth@0 {<br>
> +             compatible = "ks8851";<br>
> +             spi-max-frequency = <24000000>;<br>
> +             reg = <0>;<br>
> +             interrupt-parent = <&gpio6>;<br>
> +             interrupts = <11>; /* gpio line 171 */<br>
> +             vdd-supply = <&vdd_eth>;<br>
> +     };<br>
> +};<br>
> +<br>
> +&mmc1 {<br>
> +     vmmc-supply = <&vmmc>;<br>
> +     ti,bus-width = <8>;<br>
> +     ti,non-removable;<br>
> +};<br>
> +<br>
> +&mmc2 {<br>
> +     status = "disable";<br>
> +};<br>
> +<br>
> +&mmc3 {<br>
> +     status = "disable";<br>
> +};<br>
> +<br>
> +&mmc4 {<br>
> +     status = "disable";<br>
> +};<br>
> +<br>
> +&mmc5 {<br>
> +     ti,bus-width = <4>;<br>
> +};<br>
> --<br>
> 1.7.5.4<br>
><br>
</div></div></blockquote></div><br></div></div>