]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Remove additional compatible string for sc-revB
authorMichal Simek <michal.simek@amd.com>
Fri, 8 Mar 2024 08:41:23 +0000 (09:41 +0100)
committerMichal Simek <michal.simek@amd.com>
Tue, 12 Mar 2024 15:13:00 +0000 (16:13 +0100)
Based on dt schema there is no need to specify flash via additional
compatible string and generic are enough.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/54e77ad480c5de8703cb5b22408dc3bf72f3f431.1709887280.git.michal.simek@amd.com
arch/arm/dts/zynqmp-sc-revB.dts

index de2d7842ae28bb7c871b30e53dc6f8dbefe93f4b..c1d713b5d8902440418164a79f694b313a37f33c 100644 (file)
        status = "okay";
        /* QSPI should also have PINCTRL setup */
        flash@0 {
-               compatible = "mt25qu512a", "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
+               compatible = "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
                #address-cells = <1>;
                #size-cells = <1>;
                reg = <0>;