History log of /arch/arm/boot/dts/omap3.dtsi
Revision Date Author Comments
d65c5423544d2d5a66dcd1c7a8630d3e32ff595b 30-Nov-2011 Benoit Cousson <b-cousson@ti.com> arm/dts: OMAP3: Add interrupt-controller bindings for INTC

Update the DTS with the proper information required by the
INTC bindings.

- Add the number of interrupt lines
- Add the reg and the compatible entries.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
ca59a5c11050bed67f4f60c19c397d109d767d97 30-Aug-2011 Benoit Cousson <b-cousson@ti.com> arm/dts: OMAP3: Add i2c controller nodes

Add i2c controllers nodes into the main ocp bus.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Rob Herring <rob.herring@calxeda.com>
19bfb76ca32f8e4fa80746608ff4a77707f40520 16-Feb-2012 Benoit Cousson <b-cousson@ti.com> arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodes

Follow the DTS convention and thus name the nodes <name>@<address> without
any '0x' prefix in the physical address.

Suggested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
cf3c79de2b90711a32ce767f7fab2da05966db3c 14-Dec-2011 Rajendra Nayak <rnayak@ti.com> ARM: omap: pass minimal SoC/board data for UART from dt

Pass minimal data needed for console boot, from dt, for
OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the
static initialization from generic board file.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
476b679a5d785d1244f6b43ad26877acf278cd18 16-Aug-2011 Benoit Cousson <b-cousson@ti.com> arm/dts: OMAP3+: Add mpu, dsp and iva nodes

Add nodes for devices used by PM code (mpu, dsp, iva).

Add a cpus node as well as recommended in the DT spec.

Remove mpu, dsp, iva devices init if is populated.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Kevin Hilman <khilman@ti.com>
189892f496cd01bf1af149bd6f7f380fcf67489d 16-Aug-2011 Benoit Cousson <b-cousson@ti.com> arm/dts: Add initial device tree support for OMAP3 SoC

Add initial OMAP3 soc file with empty ocp bus.

Based on initial patch from Manju:
http://www.spinics.net/lists/linux-omap/msg55830.html

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Cc: G, Manjunath Kondaiah <manjugk@ti.com>