arm64: versal: Remove undocumented cadence,qspi compatible

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
This commit is contained in:
Michal Simek 2024-07-15 16:39:11 +02:00
parent 2b82768d55
commit 0e035688af
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
ranges; ranges;
ospi: spi@f1010000 { ospi: spi@f1010000 {
compatible = "cadence,qspi", "cdns,qspi-nor"; compatible = "cdns,qspi-nor";
status = "okay"; status = "okay";
reg = <0 0xf1010000 0 0x10000 0 0xc0000000 0 0x20000000>; reg = <0 0xf1010000 0 0x10000 0 0xc0000000 0 0x20000000>;
clock-names = "ref_clk", "pclk"; clock-names = "ref_clk", "pclk";

View file

@ -50,7 +50,7 @@
ranges; ranges;
ospi: spi@f1010000 { ospi: spi@f1010000 {
compatible = "cadence,qspi", "cdns,qspi-nor"; compatible = "cdns,qspi-nor";
status = "okay"; status = "okay";
reg = <0 0xf1010000 0 0x10000>, <0 0xc0000000 0 0x20000000>; reg = <0 0xf1010000 0 0x10000>, <0 0xc0000000 0 0x20000000>;
clock-names = "ref_clk", "pclk"; clock-names = "ref_clk", "pclk";