Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6934e004 authored by Lee Jones's avatar Lee Jones
Browse files

ARM: ux500: Create a new Device Tree include file for boards supporting STUIBs



This is a skeleton creation which will be populated with the devices
found on one of ST-Ericsson's (UIB) User Interface Board.

Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent fb647002
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@
/dts-v1/;
/dts-v1/;
/include/ "dbx5x0.dtsi"
/include/ "dbx5x0.dtsi"
/include/ "href.dtsi"
/include/ "href.dtsi"
/include/ "stuib.dtsi"


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


/ {
/ {
	model = "ST-Ericsson HREF (v60+) platform with Device Tree";
	model = "ST-Ericsson HREF (v60+) platform with Device Tree";
+15 −0
Original line number Original line 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
 */

/ {
	soc-u9500 {
	};
};