commit | c2184a8de14d3c7f8ec18ab241bad510e92d1e64 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Sep 15 16:22:31 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Sep 30 12:29:08 2021 +0200 |
tree | 38a3f17a3ee50d310aea2d6b18f8d66c190e8b00 | |
parent | 0c39e237bf13ac510d351517357f28eb49afb0bf [diff] [blame] |
arm: zynq: Use s25fl256s1 compatible string on zedboard Use compatible string which is listed in the Linux kernel. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/49bc6b056b0f6f69d4d90351dc875a66b7e37619.1631715748.git.michal.simek@xilinx.com
diff --git a/arch/arm/dts/zynq-zed.dts b/arch/arm/dts/zynq-zed.dts index 7a540b6..cf28167 100644 --- a/arch/arm/dts/zynq-zed.dts +++ b/arch/arm/dts/zynq-zed.dts
@@ -53,7 +53,7 @@ status = "okay"; num-cs = <1>; flash@0 { - compatible = "spansion,s25fl256s", "jedec,spi-nor"; + compatible = "spansion,s25fl256s1", "jedec,spi-nor"; reg = <0>; spi-max-frequency = <30000000>; m25p,fast-read;