]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model
authorMarek Belisko <marek@goldelico.com>
Mon, 28 Jul 2014 19:53:31 +0000 (21:53 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 30 Jul 2014 06:50:23 +0000 (23:50 -0700)
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>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/omap3-gta04.dtsi [moved from arch/arm/boot/dts/omap3-gta04.dts with 100% similarity]
arch/arm/boot/dts/omap3-gta04a4.dts [new file with mode: 0644]

index b19f0c89f45251b1a86223956068ee345fa8625c..b812b6ced316c61a4ef11b13f691dbaf8c697790 100644 (file)
@@ -262,7 +262,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb \
        omap3-devkit8000.dtb \
        omap3-evm.dtb \
        omap3-evm-37xx.dtb \
-       omap3-gta04.dtb \
+       omap3-gta04a4.dtb \
        omap3-igep0020.dtb \
        omap3-igep0030.dtb \
        omap3-ldp.dtb \
diff --git a/arch/arm/boot/dts/omap3-gta04a4.dts b/arch/arm/boot/dts/omap3-gta04a4.dts
new file mode 100644 (file)
index 0000000..c918bb1
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2014 Marek Belisko <marek@goldelico.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "omap3-gta04.dtsi"
+
+/ {
+       model = "Goldelico GTA04A4";
+};