dts: arm: move SoC dtsi into per vendor dir

Move the SoC dtsi into a vendor dir so as we grow and possibly share
things with other projects we are hopefully in sync (or closer to it).

Change-Id: I71666cff49f9694eee3f5d92dac8aeea416b730a
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-03 16:38:12 -05:00
commit d1821640b3
11 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
/dts-v1/;
#include "cc32xx_launchxl.dtsi"
#include <ti/cc32xx_launchxl.dtsi>
/ {
model = "TI CC3200 LaunchXL";

View file

@ -1,6 +1,6 @@
/dts-v1/;
#include "nxp_k6x.dtsi"
#include <nxp/nxp_k6x.dtsi>
/ {
model = "NXP Freedom MK64F board";

View file

@ -1,6 +1,6 @@
/dts-v1/;
#include "nxp_kw41z.dtsi"
#include <nxp/nxp_kw41z.dtsi>
/ {
model = "NXP Freedom KW41Z board";

View file

@ -1,6 +1,6 @@
/dts-v1/;
#include "nxp_k6x.dtsi"
#include <nxp/nxp_k6x.dtsi>
/ {
model = "Hexiwear K64 board";

View file

@ -5,7 +5,7 @@
*/
/dts-v1/;
#include "stm32l476.dtsi"
#include <st/stm32l476.dtsi>
/ {
model = "STMicroelectronics STM32L476RG-NUCLEO board";

View file

@ -5,7 +5,7 @@
*/
/dts-v1/;
#include "stm32f103xb.dtsi"
#include <st/stm32f103xb.dtsi>
/ {
model = "Olimex OLIMEXINO-STM32 board";