]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Remove mt25qu512a compatible string from SOM
authorMichal Simek <michal.simek@amd.com>
Tue, 19 Dec 2023 16:16:49 +0000 (17:16 +0100)
committerMichal Simek <michal.simek@amd.com>
Tue, 9 Jan 2024 13:51:04 +0000 (14:51 +0100)
mt25qu512a is not documented in DT binding that's why remove it.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/517672560a472de33c8e5c4ffc729d8e288da43c.1703002605.git.michal.simek@amd.com
arch/arm/dts/zynqmp-sm-k26-revA.dts

index 1d62c48e062e94752d03f58fa1a1828a006c0650..5859e6cd8c2323f67473012979dffdb5932bdbc5 100644 (file)
 &qspi { /* MIO 0-5 - U143 */
        status = "okay";
        spi_flash: flash@0 { /* MT25QU512A */
-               compatible = "mt25qu512a", "jedec,spi-nor"; /* 64MB */
+               compatible = "jedec,spi-nor"; /* 64MB */
                reg = <0>;
                spi-tx-bus-width = <4>;
                spi-rx-bus-width = <4>;