From: Michal Simek Date: Fri, 8 Mar 2024 08:41:23 +0000 (+0100) Subject: arm64: zynqmp: Remove additional compatible string for sc-revB X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=1a7ed10698eef2cd41ef9a0ccd9f8649697a62c3;p=u-boot.git arm64: zynqmp: Remove additional compatible string for sc-revB Based on dt schema there is no need to specify flash via additional compatible string and generic are enough. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/54e77ad480c5de8703cb5b22408dc3bf72f3f431.1709887280.git.michal.simek@amd.com --- diff --git a/arch/arm/dts/zynqmp-sc-revB.dts b/arch/arm/dts/zynqmp-sc-revB.dts index de2d7842ae..c1d713b5d8 100644 --- a/arch/arm/dts/zynqmp-sc-revB.dts +++ b/arch/arm/dts/zynqmp-sc-revB.dts @@ -192,7 +192,7 @@ status = "okay"; /* QSPI should also have PINCTRL setup */ flash@0 { - compatible = "mt25qu512a", "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */ + compatible = "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */ #address-cells = <1>; #size-cells = <1>; reg = <0>;