Dear Tom, The following changes since commit eed514b11d04a2f8a949521ad3bffba3ec98bd2f:
video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-samsung.git master for you to fetch changes up to 11198fa347390eb449c2a0939f5f00cf510fe285: doc: board: samsung: exynos-mobile: remove requirement of stub device tree (2026-02-23 15:35:33 +0900) ---------------------------------------------------------------- Andrew Goodbody (2): video: exynos: node variable should not be unsigned video: nexell: unsigned parameter cannot be negative Kaustabh Chakraborty (14): ARM: dts: add dtsi for exynos7870-a2corelte (Samsung Galaxy A2 Core) ARM: dts: add dtsi for exynos7870-j6lte (Samsung Galaxy J6) ARM: dts: add dtsi for exynos7870-on7xelte (Samsung Galaxy J7 Prime) board: samsung: exynos-mobile: simplify parsing RAM banks from device tree board: samsung: exynos-mobile: resolve env vars without board_info data board: samsung: exynos-mobile: disable MULTI_DTB_FIT support board: samsung: exynos-mobile: enable OF_BOARD support configs: exynos-mobile: remove DEFAULT_DEVICE_TREE and add OF_UPSTREAM_BUILD_VENDOR doc: board: samsung: exynos-mobile: add DEVICE_TREE make flag in build doc: board: samsung: exynos-mobile: use u-boot-nodtb.bin for packaging process ARM: dts: exynos7870-a2corelte: add properties to make S-BOOT happy ARM: dts: exynos7870-j6lte: add properties to make S-BOOT happy ARM: dts: exynos7870-on7xelte: add properties to make S-BOOT happy doc: board: samsung: exynos-mobile: remove requirement of stub device tree arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi | 26 ++++++++ arch/arm/dts/exynos7870-j6lte-u-boot.dtsi | 46 +++++++++++++++ arch/arm/dts/exynos7870-on7xelte-u-boot.dtsi | 41 +++++++++++++ board/samsung/exynos-mobile/exynos-mobile.c | 276 +++++++++++++++++++++++++++------------------------------------------------- --------- configs/exynos-mobile_defconfig | 5 +- doc/board/samsung/exynos-mobile.rst | 5 +- doc/board/samsung/exynos-mobile/exynos7870.rst | 42 ++----------- drivers/video/exynos/exynos_fb.c | 2 +- drivers/video/nexell/soc/s5pxx18_soc_mlc.c | 2 - 9 files changed, 211 insertions(+), 234 deletions(-) create mode 100644 arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi create mode 100644 arch/arm/dts/exynos7870-j6lte-u-boot.dtsi create mode 100644 arch/arm/dts/exynos7870-on7xelte-u-boot.dtsi Thanks, Minkyu Kang.

