Commit 9c19cfa9 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: ux500: split HREF UIB files



Create two different UIB (User Interface Board) include files: one per
UIB simply. The include files now only handle the devices on that
very UIB.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d62407b0
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
/*
 * Copyright 2012 ST-Ericsson AB
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 *
 * Device Tree for the TVK1281618 UIB
 */

#include <dt-bindings/interrupt-controller/irq.h>

/ {
	soc {
		/* Add Synaptics touch screen, TC35892 keypad etc here */
	};
};
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
/dts-v1/;
#include "ste-dbx5x0.dtsi"
#include "ste-href.dtsi"
#include "ste-stuib.dtsi"
#include "ste-href-stuib.dtsi"
#include "ste-href-tvk1281618.dtsi"

/ {
	model = "ST-Ericsson HREF (pre-v60) platform with Device Tree";
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
/dts-v1/;
#include "ste-dbx5x0.dtsi"
#include "ste-href.dtsi"
#include "ste-stuib.dtsi"
#include "ste-href-stuib.dtsi"
#include "ste-href-tvk1281618.dtsi"

/ {
	model = "ST-Ericsson HREF (v60+) platform with Device Tree";