summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/zedboard
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-09-16 18:38:14 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-09-16 19:18:32 +1000
commitfe4e6d83e77dadb2d677653a9dc8a64c46b9fb81 (patch)
tree9057252bc2c324cc10f94cb4b32305c0c04added /conf/machine/boards/zedboard
parent4b70ec0afe233c00068e9259b486aa5c31f4e530 (diff)
downloadmeta-xilinx-fe4e6d83e77dadb2d677653a9dc8a64c46b9fb81.tar.gz
conf/machine/boards/*: Update flash compatible strings
* Update the compatible strings in the device tree to have the dummy 'm25p80' string, the valid component string as well as adding the generic 'jedec,spi-nor' string for future use. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/boards/zedboard')
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi b/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
index 255c5e8a..2ccfe1cc 100644
--- a/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
+++ b/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
@@ -29,7 +29,7 @@
29 } ; 29 } ;
30 ps7_qspi_0: ps7-qspi@e000d000 { 30 ps7_qspi_0: ps7-qspi@e000d000 {
31 flash@0 { 31 flash@0 {
32 compatible = "n25q128"; 32 compatible = "spansion,s25fl256s0", "jedec,spi-nor";
33 reg = <0x0>; 33 reg = <0x0>;
34 spi-tx-bus-width = <1>; 34 spi-tx-bus-width = <1>;
35 spi-rx-bus-width = <4>; 35 spi-rx-bus-width = <4>;