1
0
Fork 0

ARM64: zynqmp: dt: Change qspi node compatible string

This patch makes compatible string as "m25p80" for qspi node in
ep108 device tree file

Signed-off-by: Ranjit Waghmode <ranjit.waghmode@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
utp
Ranjit Waghmode 2015-12-02 10:06:58 +05:30 committed by Michal Simek
parent beaf7955b7
commit eaae2b5d0c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
&qspi {
status = "okay";
flash@0 {
compatible = "n25q512a11";
compatible = "m25p80";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x0>;