mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
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:
parent
2b82768d55
commit
0e035688af
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue