ARM: OMAP2+: board-generic: add support for dra762 family
authorLokesh Vutla <lokeshvutla@ti.com>
Sat, 12 Aug 2017 04:05:58 +0000 (09:35 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Aug 2017 17:31:26 +0000 (10:31 -0700)
Adding board generic support for dra762 family.

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 8219b2c..9c6bebe 100644 (file)
@@ -80,6 +80,9 @@ SoCs:
 - OMAP5432
   compatible = "ti,omap5432", "ti,omap5"
 
+- DRA762
+  compatible = "ti,dra762", "ti,dra7"
+
 - DRA742
   compatible = "ti,dra742", "ti,dra74", "ti,dra7"
 
index dc9e34e..c28b82e 100644 (file)
@@ -312,6 +312,7 @@ MACHINE_END
 
 #ifdef CONFIG_SOC_DRA7XX
 static const char *const dra74x_boards_compat[] __initconst = {
+       "ti,dra762",
        "ti,am5728",
        "ti,am5726",
        "ti,dra742",