public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] ARM: dra7: Add support for dra76-evm
@ 2017-08-12  4:05 Lokesh Vutla
       [not found] ` <20170812040605.21259-1-lokeshvutla-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Lokesh Vutla @ 2017-08-12  4:05 UTC (permalink / raw)
  To: Tony Lindgren, Linux OMAP Mailing List
  Cc: Tero Kristo, Sekhar Nori, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Device Tree Mailing List, Vignesh R,
	Keerthy, Praneeth Bajjuri, Lokesh Vutla

dra76 family is a high-performance, infotainment application
device, based on OMAP architecture on a 28-nm technology.
This contains most of the subsystems, peripherals that are
available on dra74, dra72 family. This SoC mainly features
Subsystems:
- 2 x Cortex-A15 with max speed of 1.8GHz
- 2 X DSP
- 2 X Cortex-M4 IPU
- ISS
- CAL
- DSS
- VPE
- VIP
Connectivity peripherals:
- 1 USB3.0 and 3 USB2.0 subsystems
- 2 x SATA
- 2 x PCI Express Gen2
- 3-port Gigabit ethernet switch
- 2 x CAN
- MCAN

This series adds support for dra76-evm.

Tested on dra76-evm: http://pastebin.ubuntu.com/25294546/

Changes since v1:
- Changed the compatible to ti,dra762 instead of ti,dra76 as suggested by Rob
- Updated crossbar skip irqs

NOTE: As said earlier, this is a version based on dra76-evm pre production
boards. There might be minimal changes once production boards comes out.

Lokesh Vutla (8):
  ARM: OMAP2+: board-generic: add support for dra762 family
  ARM: dra762: Add support for device identification
  ARM: dra7: hwmod: Register dra76x specific hwmod
  ARM: dra762: Enable SMP for dra762
  ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains
  ARM: omap2plus_defconfig: Enable LP87565
  ARM: dts: Add support for dra76x family of devices
  ARM: dts: Add support for dra76-evm

 .../devicetree/bindings/arm/omap/omap.txt          |   6 +
 arch/arm/boot/dts/Makefile                         |   3 +-
 arch/arm/boot/dts/dra7-evm-common.dtsi             | 258 +++++++++++++
 arch/arm/boot/dts/dra7-evm.dts                     | 248 +-----------
 arch/arm/boot/dts/dra76-evm.dts                    | 423 +++++++++++++++++++++
 arch/arm/boot/dts/dra76x.dtsi                      |  19 +
 arch/arm/configs/omap2plus_defconfig               |   3 +
 arch/arm/mach-omap2/board-generic.c                |   1 +
 arch/arm/mach-omap2/id.c                           |   9 +
 arch/arm/mach-omap2/omap-smp.c                     |   4 +-
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |  11 +-
 arch/arm/mach-omap2/powerdomains7xx_data.c         |  33 +-
 arch/arm/mach-omap2/soc.h                          |   5 +
 13 files changed, 770 insertions(+), 253 deletions(-)
 create mode 100644 arch/arm/boot/dts/dra7-evm-common.dtsi
 create mode 100644 arch/arm/boot/dts/dra76-evm.dts
 create mode 100644 arch/arm/boot/dts/dra76x.dtsi

-- 
2.13.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-08-17 20:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-12  4:05 [PATCH v2 0/8] ARM: dra7: Add support for dra76-evm Lokesh Vutla
     [not found] ` <20170812040605.21259-1-lokeshvutla-l0cyMroinI0@public.gmane.org>
2017-08-12  4:05   ` [PATCH v2 1/8] ARM: OMAP2+: board-generic: add support for dra762 family Lokesh Vutla
     [not found]     ` <20170812040605.21259-2-lokeshvutla-l0cyMroinI0@public.gmane.org>
2017-08-17 20:30       ` Rob Herring
2017-08-12  4:05   ` [PATCH v2 2/8] ARM: dra762: Add support for device identification Lokesh Vutla
2017-08-12  4:06   ` [PATCH v2 3/8] ARM: dra7: hwmod: Register dra76x specific hwmod Lokesh Vutla
2017-08-12  4:06   ` [PATCH v2 4/8] ARM: dra762: Enable SMP for dra762 Lokesh Vutla
2017-08-12  4:06   ` [PATCH v2 5/8] ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains Lokesh Vutla
2017-08-12  4:06   ` [PATCH v2 6/8] ARM: omap2plus_defconfig: Enable LP87565 Lokesh Vutla
2017-08-12  4:06   ` [PATCH v2 7/8] ARM: dts: Add support for dra76x family of devices Lokesh Vutla
     [not found]     ` <20170812040605.21259-8-lokeshvutla-l0cyMroinI0@public.gmane.org>
2017-08-15  8:19       ` Roger Quadros
2017-08-12  4:06   ` [PATCH v2 8/8] ARM: dts: Add support for dra76-evm Lokesh Vutla
2017-08-14 17:41   ` [PATCH v2 0/8] ARM: dra7: " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox