summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-04-13 19:59:38 +0000
committerKever Yang <[email protected]>2025-05-06 15:58:25 +0800
commitcbd89fdd03607008dec0b4cb3a8ad1fd017d7df7 (patch)
tree021ae1cf1a4eb2b5a9e85f98fe767de834a007d2
parentce0dccf4593d2eefcb6b0c3145a2f0dd7490d900 (diff)
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 <[email protected]> Signed-off-by: Jonas Karlman <[email protected]> Reviewed-by: Kever Yang <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
-rw-r--r--arch/arm/dts/rockchip-u-boot.dtsi1
1 files changed, 1 insertions, 0 deletions
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;
};
};
};