[PATCH 5/9] ARM: OMAP2+: board-generic: add support for DRA71x family
Rob Herring
robh at kernel.org
Tue Oct 18 07:30:37 PDT 2016
On Fri, Oct 14, 2016 at 06:30:29PM +0530, Lokesh Vutla wrote:
> DRA71x processor family is a derivative of DRA722 ES2.0 targeted for
> infotainment systems.
>
> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
> ---
> Documentation/devicetree/bindings/arm/omap/omap.txt | 6 ++++++
> arch/arm/mach-omap2/board-generic.c | 1 +
> 2 files changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
> index f53e2ee..454b1be 100644
> --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> @@ -86,6 +86,9 @@ SoCs:
> - DRA722
> compatible = "ti,dra722", "ti,dra72", "ti,dra7"
>
> +- DRA718
> + compatible = "ti,dra718", "ti,dra722", "ti,dra72", "ti,dra7"
Are dra72 and dra7 really useful? Your list is a bit long. Perhaps it is
time to drop those on new parts at least.
Either way:
Acked-by: Rob Herring <robh at kernel.org>
> +
> - 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"
>
> diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c
> index bab814d..981b23a 100644
> --- a/arch/arm/mach-omap2/board-generic.c
> +++ b/arch/arm/mach-omap2/board-generic.c
> @@ -341,6 +341,7 @@ static const char *const dra72x_boards_compat[] __initconst = {
> "ti,am5718",
> "ti,am5716",
> "ti,dra722",
> + "ti,dra718",
> NULL,
> };
>
> --
> 2.9.3
>
More information about the linux-arm-kernel
mailing list