Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model

This patch is preparation of adding more boards which have common moved
to omap3-gta04.dtsi. Other boards have only small additions to omap3-gta04a4.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Marek Belisko and committed by
Tony Lindgren
d17eb9b2 4318bad2

+14 -1
+1 -1
arch/arm/boot/dts/Makefile
··· 262 262 omap3-devkit8000.dtb \ 263 263 omap3-evm.dtb \ 264 264 omap3-evm-37xx.dtb \ 265 - omap3-gta04.dtb \ 265 + omap3-gta04a4.dtb \ 266 266 omap3-igep0020.dtb \ 267 267 omap3-igep0030.dtb \ 268 268 omap3-ldp.dtb \
arch/arm/boot/dts/omap3-gta04.dts arch/arm/boot/dts/omap3-gta04.dtsi
+13
arch/arm/boot/dts/omap3-gta04a4.dts
··· 1 + /* 2 + * Copyright (C) 2014 Marek Belisko <marek@goldelico.com> 3 + * 4 + * This program is free software; you can redistribute it and/or modify 5 + * it under the terms of the GNU General Public License version 2 as 6 + * published by the Free Software Foundation. 7 + */ 8 + 9 + #include "omap3-gta04.dtsi" 10 + 11 + / { 12 + model = "Goldelico GTA04A4"; 13 + };