diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-08-07 09:58:29 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-10-24 13:37:01 +0200 |
commit | b954e88968f1faf681a657dbe7d9b73b102bfba1 (patch) | |
tree | 658131f430b949290e9ea1c7f3b337048d5b7e24 /arch/arm/dts/zynqmp-m-a2197-01-revA.dts | |
parent | 33aaa0932e615dc28c499fe2b4aa6f84e37313d5 (diff) |
arm64: zynqmp: Switch spi-flash to jedec,spi-nor on m-a2197
Mainline has done this switch and there is no reason not to switch it too.
Mainline U-Boot patch which has done that switch:
"dts: switch spi-flash to jedec, spi-nor compatible"
(sha1: ffd4c7c2ecb745586239eb98d5dc0fe5e6ebe3bd)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-m-a2197-01-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-m-a2197-01-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-m-a2197-01-revA.dts b/arch/arm/dts/zynqmp-m-a2197-01-revA.dts index 4e41b6dfde..9bb4da6d99 100644 --- a/arch/arm/dts/zynqmp-m-a2197-01-revA.dts +++ b/arch/arm/dts/zynqmp-m-a2197-01-revA.dts @@ -74,7 +74,7 @@ status = "okay"; is-dual = <1>; flash@0 { - compatible = "m25p80", "spi-flash"; /* 32MB */ + compatible = "m25p80", "jedec,spi-nor"; /* 32MB */ #address-cells = <1>; #size-cells = <1>; reg = <0x0>; |