diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2019-09-04 16:57:19 +0200 | 
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2019-09-04 16:57:36 +0200 | 
| commit | ffcd65a55011ecc8126cc657c002cd801412fa5b (patch) | |
| tree | b3233468ed505800ffb80095502cd6f795cc8bbb | |
| parent | 58324066aaddac8fe7c76e47d60bb5da56be4bbb (diff) | |
| parent | 01cc0596ef0e483543abd1f4887eff7e54797c36 (diff) | |
Merge tag 'davinci-for-v5.4/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/dt
Contains a patch to switch to more generic compatible for SPI NOR.
This helps SPI NOR to work on newer board variants.
* tag 'davinci-for-v5.4/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
  ARM: dts: da850-evm: Use generic jedec, spi-nor for flash
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | arch/arm/boot/dts/da850-evm.dts | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index 5b2b1ed04d51..f2e7609e5346 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -281,7 +281,7 @@  	flash: m25p80@0 {  		#address-cells = <1>;  		#size-cells = <1>; -		compatible = "m25p64"; +		compatible = "jedec,spi-nor";  		spi-max-frequency = <30000000>;  		m25p,fast-read;  		reg = <0>;  | 
