ARM: OMAP2+: board-generic: add support for DRA71x family
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 21 Oct 2016 10:38:37 +0000 (16:08 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 22:59:02 +0000 (15:59 -0700)
DRA71x processor family is a derivative of DRA722 ES2.0 targetted for
infotainment systems.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/arm/omap/omap.txt
arch/arm/mach-omap2/board-generic.c

index f53e2ee65e35f059ba2c4efa27fc69c952a464b2..454b1bec7542e6ef99fe02010667b2322b6a5f0d 100644 (file)
@@ -86,6 +86,9 @@ SoCs:
 - DRA722
   compatible = "ti,dra722", "ti,dra72", "ti,dra7"
 
+- DRA718
+  compatible = "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7"
+
 - AM5728
   compatible = "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
 
@@ -181,6 +184,9 @@ Boards:
 - DRA722 EVM: Software Development Board for DRA722
   compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7"
 
+- DRA718 EVM: Software Development Board for DRA718
+  compatible = "ti,dra718-evm", "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7"
+
 - DM3730 Logic PD Torpedo + Wireless: Commercial System on Module with WiFi and Bluetooth
   compatible = "logicpd,dm3730-torpedo-devkit", "ti,omap3630", "ti,omap3"
 
index bab814d2f37dcc9a18229d5e912422a653307088..981b23a39f29a998d223cbe956475cb755749552 100644 (file)
@@ -341,6 +341,7 @@ static const char *const dra72x_boards_compat[] __initconst = {
        "ti,am5718",
        "ti,am5716",
        "ti,dra722",
+       "ti,dra718",
        NULL,
 };