mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
arm64: dts: mediatek: mt8192-asurada: Fix SPI-NOR flash compatible
For JEDEC compatible SPI NOR chips, there should be a single generic "jedec,spi-nor" compatible. Drop the model-specific compatible from the flash node. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
7264d37c63
commit
95937cbb6d
|
|
@ -556,7 +556,7 @@ &nor_flash {
|
|||
assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D6_D8>;
|
||||
|
||||
flash@0 {
|
||||
compatible = "winbond,w25q64jwm", "jedec,spi-nor";
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <52000000>;
|
||||
spi-rx-bus-width = <2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user