MIPS: Move device-trees into vendor sub-directories
Move the MIPS device-trees into the appropriate vendor sub-directories. Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Tested-by: Kevin Cernekee <cernekee@gmail.com> Cc: f.fainelli@gmail.com Cc: jaedon.shin@gmail.com Cc: tglx@linutronix.de Cc: jason@lakedaemon.net Cc: jogo@openwrt.org Cc: arnd@arndb.de Cc: computersforpeace@gmail.com Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/8835/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
		
					parent
					
						
							
								ec9ddad3c6
							
						
					
				
			
			
				commit
				
					
						8c0b9ee866
					
				
			
		
					 27 changed files with 71 additions and 20 deletions
				
			
		|  | @ -365,7 +365,7 @@ core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/ | ||||||
| 
 | 
 | ||||||
| PHONY += dtbs | PHONY += dtbs | ||||||
| dtbs: scripts | dtbs: scripts | ||||||
| 	$(Q)$(MAKE) $(build)=arch/mips/boot/dts dtbs | 	$(Q)$(MAKE) $(build)=arch/mips/boot/dts | ||||||
| 
 | 
 | ||||||
| archprepare: | archprepare: | ||||||
| ifdef CONFIG_MIPS32_N32 | ifdef CONFIG_MIPS32_N32 | ||||||
|  |  | ||||||
|  | @ -1,21 +1,12 @@ | ||||||
| dtb-$(CONFIG_BCM3384)			+= bcm93384wvg.dtb | dts-dirs	+= brcm | ||||||
| dtb-$(CONFIG_CAVIUM_OCTEON_SOC)		+= octeon_3xxx.dtb octeon_68xx.dtb | dts-dirs	+= cavium-octeon | ||||||
| dtb-$(CONFIG_DT_EASY50712)		+= easy50712.dtb | dts-dirs	+= lantiq | ||||||
| dtb-$(CONFIG_DT_XLP_EVP)		+= xlp_evp.dtb | dts-dirs	+= mti | ||||||
| dtb-$(CONFIG_DT_XLP_SVP)		+= xlp_svp.dtb | dts-dirs	+= netlogic | ||||||
| dtb-$(CONFIG_DT_XLP_FVP)		+= xlp_fvp.dtb | dts-dirs	+= ralink | ||||||
| dtb-$(CONFIG_DT_XLP_GVP)		+= xlp_gvp.dtb |  | ||||||
| dtb-$(CONFIG_DTB_RT2880_EVAL)		+= rt2880_eval.dtb |  | ||||||
| dtb-$(CONFIG_DTB_RT305X_EVAL)		+= rt3052_eval.dtb |  | ||||||
| dtb-$(CONFIG_DTB_RT3883_EVAL)		+= rt3883_eval.dtb |  | ||||||
| dtb-$(CONFIG_DTB_MT7620A_EVAL)		+= mt7620a_eval.dtb |  | ||||||
| dtb-$(CONFIG_MIPS_SEAD3)		+= sead3.dtb |  | ||||||
| 
 | 
 | ||||||
| obj-y		+= $(patsubst %.dtb, %.dtb.o, $(dtb-y)) | obj-y		:= $(addsuffix /, $(dts-dirs)) | ||||||
| 
 | 
 | ||||||
| targets		+= dtbs | always		:= $(dtb-y) | ||||||
| targets		+= $(dtb-y) | subdir-y	:= $(dts-dirs) | ||||||
| 
 | clean-files	:= *.dtb *.dtb.S | ||||||
| dtbs: $(addprefix $(obj)/, $(dtb-y)) |  | ||||||
| 
 |  | ||||||
| clean-files	+= *.dtb *.dtb.S |  | ||||||
|  |  | ||||||
							
								
								
									
										9
									
								
								arch/mips/boot/dts/brcm/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								arch/mips/boot/dts/brcm/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | dtb-$(CONFIG_BCM3384)		+= bcm93384wvg.dtb | ||||||
|  | 
 | ||||||
|  | obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y)) | ||||||
|  | 
 | ||||||
|  | # Force kbuild to make empty built-in.o if necessary
 | ||||||
|  | obj-				+= dummy.o | ||||||
|  | 
 | ||||||
|  | always				:= $(dtb-y) | ||||||
|  | clean-files			:= *.dtb *.dtb.S | ||||||
							
								
								
									
										9
									
								
								arch/mips/boot/dts/cavium-octeon/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								arch/mips/boot/dts/cavium-octeon/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | dtb-$(CONFIG_CAVIUM_OCTEON_SOC)	+= octeon_3xxx.dtb octeon_68xx.dtb | ||||||
|  | 
 | ||||||
|  | obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y)) | ||||||
|  | 
 | ||||||
|  | # Force kbuild to make empty built-in.o if necessary
 | ||||||
|  | obj-				+= dummy.o | ||||||
|  | 
 | ||||||
|  | always				:= $(dtb-y) | ||||||
|  | clean-files			:= *.dtb *.dtb.S | ||||||
							
								
								
									
										9
									
								
								arch/mips/boot/dts/lantiq/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								arch/mips/boot/dts/lantiq/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | dtb-$(CONFIG_DT_EASY50712)	+= easy50712.dtb | ||||||
|  | 
 | ||||||
|  | obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y)) | ||||||
|  | 
 | ||||||
|  | # Force kbuild to make empty built-in.o if necessary
 | ||||||
|  | obj-				+= dummy.o | ||||||
|  | 
 | ||||||
|  | always				:= $(dtb-y) | ||||||
|  | clean-files			:= *.dtb *.dtb.S | ||||||
							
								
								
									
										9
									
								
								arch/mips/boot/dts/mti/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								arch/mips/boot/dts/mti/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | dtb-$(CONFIG_MIPS_SEAD3)	+= sead3.dtb | ||||||
|  | 
 | ||||||
|  | obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y)) | ||||||
|  | 
 | ||||||
|  | # Force kbuild to make empty built-in.o if necessary
 | ||||||
|  | obj-				+= dummy.o | ||||||
|  | 
 | ||||||
|  | always				:= $(dtb-y) | ||||||
|  | clean-files			:= *.dtb *.dtb.S | ||||||
							
								
								
									
										12
									
								
								arch/mips/boot/dts/netlogic/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								arch/mips/boot/dts/netlogic/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | ||||||
|  | dtb-$(CONFIG_DT_XLP_EVP)	+= xlp_evp.dtb | ||||||
|  | dtb-$(CONFIG_DT_XLP_SVP)	+= xlp_svp.dtb | ||||||
|  | dtb-$(CONFIG_DT_XLP_FVP)	+= xlp_fvp.dtb | ||||||
|  | dtb-$(CONFIG_DT_XLP_GVP)	+= xlp_gvp.dtb | ||||||
|  | 
 | ||||||
|  | obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y)) | ||||||
|  | 
 | ||||||
|  | # Force kbuild to make empty built-in.o if necessary
 | ||||||
|  | obj-				+= dummy.o | ||||||
|  | 
 | ||||||
|  | always				:= $(dtb-y) | ||||||
|  | clean-files			:= *.dtb *.dtb.S | ||||||
							
								
								
									
										12
									
								
								arch/mips/boot/dts/ralink/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								arch/mips/boot/dts/ralink/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | ||||||
|  | dtb-$(CONFIG_DTB_RT2880_EVAL)	+= rt2880_eval.dtb | ||||||
|  | dtb-$(CONFIG_DTB_RT305X_EVAL)	+= rt3052_eval.dtb | ||||||
|  | dtb-$(CONFIG_DTB_RT3883_EVAL)	+= rt3883_eval.dtb | ||||||
|  | dtb-$(CONFIG_DTB_MT7620A_EVAL)	+= mt7620a_eval.dtb | ||||||
|  | 
 | ||||||
|  | obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y)) | ||||||
|  | 
 | ||||||
|  | # Force kbuild to make empty built-in.o if necessary
 | ||||||
|  | obj-				+= dummy.o | ||||||
|  | 
 | ||||||
|  | always				:= $(dtb-y) | ||||||
|  | clean-files			:= *.dtb *.dtb.S | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Bresticker
				Andrew Bresticker