[PATCH] arm64: zynqmp: Remove additional compatible string for sc-revB
Michal Simek
michal.simek at amd.com
Tue Mar 12 16:13:11 CET 2024
On 3/8/24 09:41, Michal Simek wrote:
> Based on dt schema there is no need to specify flash via additional
> compatible string and generic are enough.
>
> Signed-off-by: Michal Simek <michal.simek at amd.com>
> ---
>
> arch/arm/dts/zynqmp-sc-revB.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/zynqmp-sc-revB.dts b/arch/arm/dts/zynqmp-sc-revB.dts
> index de2d7842ae28..c1d713b5d890 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 at 0 {
> - compatible = "mt25qu512a", "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
> + compatible = "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
> #address-cells = <1>;
> #size-cells = <1>;
> reg = <0>;
Applied.
M
More information about the U-Boot
mailing list