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 336dd39b956e5f7e078da1d2b689415a41484067: configs: exynos-mobile: add DEFAULT_DEVICE_TREE option (2026-02-25 10:47:03 +0900) ---------------------------------------------------------------- Andrew Goodbody (2): video: exynos: node variable should not be unsigned video: nexell: unsigned parameter cannot be negative Kaustabh Chakraborty (19): 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 phy: samsung: add enum for variants based on SoCs phy: samsung: add support for exynos7870 USB PHY board: samsung: exynos-mobile: use blkmap for booting from userdata subpartitions board: samsung: exynos-mobile: add EFI capsule update support configs: exynos-mobile: add DEFAULT_DEVICE_TREE option 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 | 335 +++++++++++++++++++++++++++++++++++++++------------------------------------- --------- board/samsung/exynos-mobile/exynos-mobile.env | 5 ++ configs/exynos-mobile_defconfig | 12 +++- doc/board/samsung/exynos-mobile.rst | 5 +- doc/board/samsung/exynos-mobile/exynos7870.rst | 42 ++--------- drivers/phy/phy-exynos-usbdrd.c | 271 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- drivers/video/exynos/exynos_fb.c | 2 +- drivers/video/nexell/soc/s5pxx18_soc_mlc.c | 2 - 11 files changed, 549 insertions(+), 238 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.

