On 2026-06-14 10:03 -06:00, Simon Glass wrote: > Hi Sam, > > On 2026-06-10T01:27:41, Sam Day via B4 Relay > <[email protected]> wrote: >> arch: arm: exynos: add j7xelte binman config >> >> Note that, as of this commit, j7xelte does not yet exist in U-Boot's >> upstream DTS tree. It was accepted into next so it should appear here >> eventually. >> >> Link: >> https://lore.kernel.org/all/[email protected]/ >> Signed-off-by: Sam Day <[email protected]> >> >> arch/arm/dts/exynos7870-j7xelte-u-boot.dtsi | 26 ++++++++++++++++++++++++++ >> 1 file changed, 26 insertions(+) > >> diff --git a/arch/arm/dts/exynos7870-j7xelte-u-boot.dtsi >> b/arch/arm/dts/exynos7870-j7xelte-u-boot.dtsi >> new file mode 100644 >> index 00000000000..0cd4c12a2e4 >> --- /dev/null >> +++ b/arch/arm/dts/exynos7870-j7xelte-u-boot.dtsi > > As already mentioned the commit message only explains the caveat but > does not say what the patch does. Please add a sentence describing the > change - i.e. that this wires up binman to produce a DTBH+abootimg > flashable for the j7xelte's S-BOOT. > > Just to check, is exynos7870-j7xelte.dts in the tree somewhere or is > that coming later?
It's in next now, so it should be there by v7.2.x. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts?h=next-20260612 > > Reviewed-by: Simon Glass <[email protected]> > > Regards, > Simon

