Add initial U-Boot support for the Thundercomm RUBIK Pi 3, a QCS6490-based development board with 8 GiB LPDDR4x memory.
The series adds the board-specific U-Boot device tree override, a defconfig, and board documentation. Signed-off-by: Hongyang Zhao <[email protected]> --- Changes in v2: - Rename the defconfig to qcom_qcs6490_rubikpi3_defconfig. - Drop the MAINTAINERS update; the existing qcom matching covers it. - Add instructions for entering EDL mode on RUBIK Pi 3. - Update the documentation for the renamed defconfig. - Link to v1: https://lore.kernel.org/r/[email protected] --- Hongyang Zhao (3): dts: qcs6490-rubikpi3: Add U-Boot dtsi configs: Add qcom_qcs6490_rubikpi3_defconfig doc: board: qualcomm: Document RUBIK Pi 3 .../dts/qcs6490-thundercomm-rubikpi3-u-boot.dtsi | 20 +++++++ configs/qcom_qcs6490_rubikpi3_defconfig | 7 +++ doc/board/qualcomm/index.rst | 1 + doc/board/qualcomm/rubikpi3.rst | 63 ++++++++++++++++++++++ 4 files changed, 91 insertions(+) --- base-commit: 9f16b258e5632d74fa4a1c2c93bea4474e05234b change-id: 20260617-qcs6490-rubikpi3-6271e9be6a7a Best regards, -- Hongyang Zhao <[email protected]>

