Commit 4dc6760d authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tony Lindgren

ARM: OMAP2+: board-generic: add support for dra762 family

Adding board generic support for dra762 family.
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c2818a19
...@@ -80,6 +80,9 @@ SoCs: ...@@ -80,6 +80,9 @@ SoCs:
- OMAP5432 - OMAP5432
compatible = "ti,omap5432", "ti,omap5" compatible = "ti,omap5432", "ti,omap5"
- DRA762
compatible = "ti,dra762", "ti,dra7"
- DRA742 - DRA742
compatible = "ti,dra742", "ti,dra74", "ti,dra7" compatible = "ti,dra742", "ti,dra74", "ti,dra7"
......
...@@ -312,6 +312,7 @@ MACHINE_END ...@@ -312,6 +312,7 @@ MACHINE_END
#ifdef CONFIG_SOC_DRA7XX #ifdef CONFIG_SOC_DRA7XX
static const char *const dra74x_boards_compat[] __initconst = { static const char *const dra74x_boards_compat[] __initconst = {
"ti,dra762",
"ti,am5728", "ti,am5728",
"ti,am5726", "ti,am5726",
"ti,dra742", "ti,dra742",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment