]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8192-asurada: Fix SPI-NOR flash compatible
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 14 May 2026 10:12:49 +0000 (18:12 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 18 May 2026 09:39:55 +0000 (11:39 +0200)
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>
arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

index 15660f6c8fa515be51892c36725aa6a9dfe9cf4e..f71880940cd099114fe2dd1a0352f823c14406ef 100644 (file)
        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>;