From: Chen-Yu Tsai Date: Thu, 14 May 2026 10:12:49 +0000 (+0800) Subject: arm64: dts: mediatek: mt8192-asurada: Fix SPI-NOR flash compatible X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95937cbb6d51e0c6f8ac937bd043fb3b442391ec;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: AngeloGioacchino Del Regno --- diff --git a/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi b/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi index 15660f6c8fa51..f71880940cd09 100644 --- a/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi @@ -556,7 +556,7 @@ 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>;