diff options
author | Marek Belisko <marek@goldelico.com> | 2014-07-28 21:53:31 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-30 08:50:23 +0200 |
commit | d17eb9b2a97131c75c7ea83ba981ebbe26135207 (patch) | |
tree | 38367d2a8168401987a4a04bb225c244d935bed5 /arch/arm/boot/dts/omap3-gta04a4.dts | |
parent | ARM: dts: omap3-gta04: Add twl4030 regulators parameters (diff) | |
download | linux-d17eb9b2a97131c75c7ea83ba981ebbe26135207.tar.xz linux-d17eb9b2a97131c75c7ea83ba981ebbe26135207.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-gta04a4.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04a4.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04a4.dts b/arch/arm/boot/dts/omap3-gta04a4.dts new file mode 100644 index 000000000000..c918bb1f0529 --- /dev/null +++ b/arch/arm/boot/dts/omap3-gta04a4.dts @@ -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"; +}; |