]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: dt: Change qspi node compatible string
authorRanjit Waghmode <ranjit.waghmode@xilinx.com>
Wed, 2 Dec 2015 04:36:58 +0000 (10:06 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 11 Feb 2016 15:39:40 +0000 (16:39 +0100)
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>
arch/arm/dts/zynqmp-ep108.dts

index a689591ada860f0076cc2cc5ab367720a73303d7..026bd78685fcef07e2121b894be70bd45011fd40 100644 (file)
 &qspi {
        status = "okay";
        flash@0 {
-               compatible = "n25q512a11";
+               compatible = "m25p80";
                #address-cells = <1>;
                #size-cells = <1>;
                reg = <0x0>;