Message ID | 20250211-pre-ict-jaguar-v6-0-4484b0f88cfc@cherry.de (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: rockchip: minimal support for Pre-ICT tester adapter for RK3588 Jaguar + add overlay tests | expand |
On Tue, 11 Feb 2025 15:02:49 +0100, Quentin Schulz wrote: > 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. > > [...] Applied, thanks! [1/4] arm64: dts: rockchip: add overlay test for WolfVision PF5 commit: eb439f16861a8f1fca2c6d021cf7fce0a7a0ca8d [2/4] arm64: dts: rockchip: add overlay test for Edgeble NCM6A/NCM6B commit: 91abdc6b36e12a2c3a477bde90e9f1dd8c2413bf [3/4] arm64: dts: rockchip: add overlay tests for Rock 5B PCIe overlays commit: e95b72390886f5b4127417e4732cae57c8d89b14 [4/4] arm64: dts: rockchip: minimal support for Pre-ICT tester adapter for RK3588 Jaguar commit: 920ceeedeb00eef0c3c4f5f0276882b4666dc770 Best regards,
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@cherry.de> --- Changes in v6: - added overlay test for neu6a-wifi on top of neu6b-io, - reworded instructions in comment to not use en/em-dashes, - renamed placeholder from <name of overlay application test> to <overlay-application-test> - added Rb from Dragan, - Link to v5: https://lore.kernel.org/r/20250207-pre-ict-jaguar-v5-0-a70819ea0692@cherry.de Changes in v5: - re-add dtb-$(CONFIG_ARCH_ROCKCHIP) += *.dtbo so that an explicit rule exists and we don't rely on the overlay tests to generate the dtbo, - reword comment on overlay tests by making it explicit that we require both an overlay test and an explicit build target for the dtbo, - Link to v4: https://lore.kernel.org/r/20250131-pre-ict-jaguar-v4-0-c971e2852e8d@cherry.de 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@cherry.de 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@cherry.de 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@cherry.de --- Quentin Schulz (4): arm64: dts: rockchip: add overlay test for WolfVision PF5 arm64: dts: rockchip: add overlay test for Edgeble NCM6A/NCM6B 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 | 43 ++++++ .../dts/rockchip/rk3588-jaguar-pre-ict-tester.dtso | 171 +++++++++++++++++++++ 2 files changed, 214 insertions(+) --- base-commit: febbc555cf0fff895546ddb8ba2c9a523692fb55 change-id: 20241206-pre-ict-jaguar-b90fafee8bd8 Best regards,