ARM: mvebu: add "spi-flash" compatible string
U-boots spi-nor support is currently considered a work in progress. For now to avoid issues it is necessary to add a "spi-flash" compatible string. Eventually the "jedec,spi-nor" will be sufficient when the core U-boot code is updated to support it. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Jagan Teki <jagan@openedev.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
		
							parent
							
								
									8b3cec7da1
								
							
						
					
					
						commit
						dbc3e64fd1
					
				|  | @ -154,7 +154,7 @@ | ||||||
| 		u-boot,dm-pre-reloc; | 		u-boot,dm-pre-reloc; | ||||||
| 		#address-cells = <1>; | 		#address-cells = <1>; | ||||||
| 		#size-cells = <1>; | 		#size-cells = <1>; | ||||||
| 		compatible = "st,m25p128", "jedec,spi-nor"; | 		compatible = "st,m25p128", "jedec,spi-nor", "spi-flash"; | ||||||
| 		reg = <0>; /* Chip select 0 */ | 		reg = <0>; /* Chip select 0 */ | ||||||
| 		spi-max-frequency = <50000000>; | 		spi-max-frequency = <50000000>; | ||||||
| 		m25p,fast-read; | 		m25p,fast-read; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue