diff options
| author | Michal Simek <[email protected]> | 2023-12-19 17:16:49 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-01-09 14:51:04 +0100 |
| commit | b0462416d86753e73e1756ee024ec6e69200b6f6 (patch) | |
| tree | 26a56a4c1082b8738c14e5f02c472d13f6b96f7e | |
| parent | 34ee661d69fae8f9c23cf94cb6304c81805384c7 (diff) | |
arm64: zynqmp: Remove mt25qu512a compatible string from SOM
mt25qu512a is not documented in DT binding that's why remove it.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/517672560a472de33c8e5c4ffc729d8e288da43c.1703002605.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp-sm-k26-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-sm-k26-revA.dts b/arch/arm/dts/zynqmp-sm-k26-revA.dts index 1d62c48e062..5859e6cd8c2 100644 --- a/arch/arm/dts/zynqmp-sm-k26-revA.dts +++ b/arch/arm/dts/zynqmp-sm-k26-revA.dts @@ -144,7 +144,7 @@ &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>; |
