[PATCH v2 18/35] rockchip: Include a compatible string in each configuration
Jonas Karlman
jonas at kwiboo.se
Mon Feb 17 22:02:01 CET 2025
Hi Simon,
On 2025-02-09 22:14, Simon Glass wrote:
> Provide a compatible string so that U-Boot can decide which
> configuration to use.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
This will be useful for more than VBE so this is:
Reviewed-by: Jonas Karlman <jonas at kwiboo.se>
Regards,
Jonas
> ---
>
> (no changes since v1)
>
> arch/arm/dts/rockchip-u-boot.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi
> index 10563e273a9..c2a795957fb 100644
> --- a/arch/arm/dts/rockchip-u-boot.dtsi
> +++ b/arch/arm/dts/rockchip-u-boot.dtsi
> @@ -149,6 +149,7 @@
> fit,firmware = "op-tee", "u-boot";
> #endif
> fit,loadables;
> + fit,compatible;
> };
> };
> };
More information about the U-Boot
mailing list