]> git.karo-electronics.de Git - linux-beck.git/commitdiff
dts, arm64: Move dts files to vendor subdirs
authorRobert Richter <rrichter@cavium.com>
Wed, 3 Sep 2014 14:35:00 +0000 (16:35 +0200)
committerRobert Richter <rrichter@cavium.com>
Tue, 21 Oct 2014 16:06:59 +0000 (18:06 +0200)
Moving dts files to vendor subdirs.

Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Robert Richter <rrichter@cavium.com>
arch/arm64/boot/dts/Makefile
arch/arm64/boot/dts/apm/Makefile [new file with mode: 0644]
arch/arm64/boot/dts/apm/apm-mustang.dts [moved from arch/arm64/boot/dts/apm-mustang.dts with 100% similarity]
arch/arm64/boot/dts/apm/apm-storm.dtsi [moved from arch/arm64/boot/dts/apm-storm.dtsi with 100% similarity]
arch/arm64/boot/dts/arm/Makefile [new file with mode: 0644]
arch/arm64/boot/dts/arm/foundation-v8.dts [moved from arch/arm64/boot/dts/foundation-v8.dts with 100% similarity]
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts [moved from arch/arm64/boot/dts/rtsm_ve-aemv8a.dts with 100% similarity]
arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi [moved from arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi with 100% similarity]
arch/arm64/boot/dts/cavium/Makefile [new file with mode: 0644]
arch/arm64/boot/dts/cavium/thunder-88xx.dts [moved from arch/arm64/boot/dts/thunder-88xx.dts with 100% similarity]
arch/arm64/boot/dts/cavium/thunder-88xx.dtsi [moved from arch/arm64/boot/dts/thunder-88xx.dtsi with 100% similarity]

index 77130bdf14b48554f5a4b8e61aecffaef9ceb40d..e8efc8ff3d58596c3204c38ec8ac97ccb61e797d 100644 (file)
@@ -1,6 +1,6 @@
-dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
-dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb
-dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
+dts-dirs += apm
+dts-dirs += arm
+dts-dirs += cavium
 
 always         := $(dtb-y)
 subdir-y       := $(dts-dirs)
diff --git a/arch/arm64/boot/dts/apm/Makefile b/arch/arm64/boot/dts/apm/Makefile
new file mode 100644 (file)
index 0000000..a2afabb
--- /dev/null
@@ -0,0 +1,5 @@
+dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
+
+always         := $(dtb-y)
+subdir-y       := $(dts-dirs)
+clean-files    := *.dtb
diff --git a/arch/arm64/boot/dts/arm/Makefile b/arch/arm64/boot/dts/arm/Makefile
new file mode 100644 (file)
index 0000000..43d1404
--- /dev/null
@@ -0,0 +1,6 @@
+dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
+dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb
+
+always         := $(dtb-y)
+subdir-y       := $(dts-dirs)
+clean-files    := *.dtb
diff --git a/arch/arm64/boot/dts/cavium/Makefile b/arch/arm64/boot/dts/cavium/Makefile
new file mode 100644 (file)
index 0000000..e34f89d
--- /dev/null
@@ -0,0 +1,5 @@
+dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
+
+always         := $(dtb-y)
+subdir-y       := $(dts-dirs)
+clean-files    := *.dtb