On 2026-06-10 11:27 +10:00, Sam Day via B4 Relay wrote: > From: Sam Day <[email protected]> > > 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.
The description seems lacking. A concise documentation for this build process would be nice, and the same must also be mentioned in `doc/board/samsung/exynos-mobile.rst`. > > 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 > @@ -0,0 +1,26 @@ > +// SPDX-License-Identifier: GPL-2.0 > + > +/ { > + binman { > + filename = "u-boot-samsung-j7xelte.img"; > + > + android-boot { > + /* S-BOOT ignores offsets, so they are not provided > here */ > + kernel { > + u-boot-nodtb { }; > + }; > + > + vendor-dt { > + dtbh { > + dtb-0 { > + model_info-chip = <7870>; > + model_info-hw_rev = <0>; > + model_info-hw_rev_end = <255>; > + > + u-boot-dtb { }; > + }; > + }; > + }; > + }; > + }; > +};

