[PATCH v4 07/10] rockchip: binman: Include a compatible string in each configuration
Kever Yang
kever.yang at rock-chips.com
Sun Apr 6 17:33:40 CEST 2025
On 2025/3/29 23:06, Jonas Karlman wrote:
> From: Simon Glass <sjg at chromium.org>
>
> Provide a compatible string in the config nodes that U-Boot can use to
> help decide which configuration to use.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> Changes in v4:
> - Split from "VBE serial part H: Implement VBE on Rockchip RK3399"
> ---
> 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 73149b2d8bdd..fb38b7b80c43 100644
> --- a/arch/arm/dts/rockchip-u-boot.dtsi
> +++ b/arch/arm/dts/rockchip-u-boot.dtsi
> @@ -145,6 +145,7 @@
> fit,firmware = "op-tee", "u-boot";
> #endif
> fit,loadables;
> + fit,compatible;
> };
> };
> };
More information about the U-Boot
mailing list