From: Simon Glass Date: Sun, 13 Apr 2025 19:59:38 +0000 (+0000) Subject: rockchip: binman: Include a compatible string in each configuration X-Git-Tag: v2025.07-rc2~17^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbd89fdd03607008dec0b4cb3a8ad1fd017d7df7;p=thirdparty%2Fu-boot.git rockchip: binman: Include a compatible string in each configuration Provide a compatible string in the config nodes that U-Boot can use to help decide which configuration to use with SPL_LOAD_FIT_FULL=y and FIT_BEST_MATCH=y. Signed-off-by: Simon Glass Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang Reviewed-by: Quentin Schulz --- diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi index e97e9d23834..f60cc31fb1a 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; }; }; };