mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	ARM: dts: aspeed: yamp: Set 32MB FMC flash layout
Set 32MB FMC flash layout in Yamp device tree explicitly because flash layout settings were removed from "ast2500-facebook-netbmc-common.dtsi". Signed-off-by: Tao Ren <rentao.bupt@gmail.com> Link: https://lore.kernel.org/r/20200824211948.12852-4-rentao.bupt@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
		
							parent
							
								
									f883a60609
								
							
						
					
					
						commit
						11c4124d53
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		|  | @ -108,3 +108,20 @@ | |||
| &i2c13 { | ||||
| 	status = "okay"; | ||||
| }; | ||||
| 
 | ||||
| &fmc_flash0 { | ||||
| #include "facebook-bmc-flash-layout.dtsi" | ||||
| }; | ||||
| 
 | ||||
| &fmc_flash1 { | ||||
| 	partitions { | ||||
| 		compatible = "fixed-partitions"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 
 | ||||
| 		flash1@0 { | ||||
| 			reg = <0x0 0x2000000>; | ||||
| 			label = "flash1"; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Tao Ren
						Tao Ren