This adds minimal support for the Pre-ICT tester adapter for RK3588 Jaguar. GPIO3A3, GPIO3A4, GPIO3B2 and GPIO3D2 to GPIO3D5 are all routed to power rails and can only be used as input and their bias are important to be able to properly detect soldering issues. Additionally, this adds build-time overlay application tests for all Rockchip overlays to try to avoid future regressions. Signed-off-by: Quentin Schulz <quentin.schulz@xxxxxxxxx> --- Changes in v4: - fix typos in WolfVision patch, - added Rb on WolfVision patch, - Link to v3: https://lore.kernel.org/r/20250128-pre-ict-jaguar-v3-0-7be2f09d390a@xxxxxxxxx Changes in v3: - removed Fixes tag and intent to send to stable as this patch almost doubles the size of the main DTB. Let's not potentially break users of stable releases, - added Wolfvision PF5 overlay tests, thanks Michael, - added comment on how to add new overlays (via tests), and the side effects, - grouped the overlay application test target with the definition of its dependencies (DTB + DTBO(s)), - added trailers, - Link to v2: https://lore.kernel.org/r/20250116-pre-ict-jaguar-v2-0-157d319004fc@xxxxxxxxx Changes in v2: - add overlay application tests for Edgeble NCM6A WiFi and Rock 5B PCIe Endpoint+SNRS - add overlay application test for RK3588 Jaguar + Pre-ICT tester adapter, - Link to v1: https://lore.kernel.org/r/20241206-pre-ict-jaguar-v1-1-7f660bd4b70c@xxxxxxxxx --- Quentin Schulz (4): arm64: dts: rockchip: add overlay test for WolfVision PF5 arm64: dts: rockchip: add overlay test for Edgeble NCM6A arm64: dts: rockchip: add overlay tests for Rock 5B PCIe overlays arm64: dts: rockchip: minimal support for Pre-ICT tester adapter for RK3588 Jaguar arch/arm64/boot/dts/rockchip/Makefile | 36 ++++- .../dts/rockchip/rk3588-jaguar-pre-ict-tester.dtso | 171 +++++++++++++++++++++ 2 files changed, 202 insertions(+), 5 deletions(-) --- base-commit: 69e858e0b8b2ea07759e995aa383e8780d9d140c change-id: 20241206-pre-ict-jaguar-b90fafee8bd8 Best regards, -- Quentin Schulz <quentin.schulz@xxxxxxxxx>