]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: versal: Remove undocumented cadence,qspi compatible
authorMichal Simek <michal.simek@amd.com>
Mon, 15 Jul 2024 14:39:11 +0000 (16:39 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 5 Aug 2024 14:10:36 +0000 (16:10 +0200)
Compatible string is not the part of dt-schema and also not used by U-Boot
or Linux that's why remove it completely.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/13ccfe6b447c426aad06edbf0b8e52fd1eb97ee3.1721054349.git.michal.simek@amd.com
arch/arm/dts/versal-mini-ospi.dtsi
arch/arm/dts/versal-net-mini-ospi.dtsi

index 1abe44f4042616a069f8f9b33ab815c623b2db99..8735292a1273286d9f55bff8347f8f7005c4d3e6 100644 (file)
@@ -36,7 +36,7 @@
                ranges;
 
                ospi: spi@f1010000 {
-                       compatible = "cadence,qspi", "cdns,qspi-nor";
+                       compatible = "cdns,qspi-nor";
                        status = "okay";
                        reg = <0 0xf1010000 0 0x10000 0 0xc0000000 0 0x20000000>;
                        clock-names = "ref_clk", "pclk";
index d511b823754bdd4a1900b07c0e2462812ef1d8d7..a9bf7cc42484ab4076f5953040705160e9d75ef8 100644 (file)
@@ -50,7 +50,7 @@
                ranges;
 
                ospi: spi@f1010000 {
-                       compatible = "cadence,qspi", "cdns,qspi-nor";
+                       compatible = "cdns,qspi-nor";
                        status = "okay";
                        reg = <0 0xf1010000 0 0x10000>, <0 0xc0000000 0 0x20000000>;
                        clock-names = "ref_clk", "pclk";