From patchwork Tue Jan 28 13:04:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 13952531 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B77C5C0218A for ; Tue, 28 Jan 2025 13:06:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:MIME-Version:Message-Id:Date: Subject:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=vUbumhnVber7pXR1ZsGSKVfqE5lAEXzYpzJc50IT7Kg=; b=1MVf0rUBXP4ZfO 1RgtLdlvqWVbvQSzlLuVD+usuocKvBUzEbIl8SM50q41I+BIhHPz2m1mt/VX4fcavqM7SeZb1DUov KJktBthDl/9V4VrU8BMUjXh7SW+GBt6vcqGj8p7C25jA3fCDPw86rcSEg5m7k6zjOsgnF3yRD4HaB ZfsvOxF7N/HXr4MOpxXa17GTmz9z59npCzoM44wKkrJ84/EkRfQsVZmw3nu39y1UfZ4c7WUJ8gGdJ jQNT1vq4o7ExBuu6kumpxyj+Ul6vrZ3ma+AKMLbzQhjc4fjnWarashxvzISGm6EbMutu+p2jSIG5c FZC77SWwMFk+OOfkKYwg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tclI1-00000004vHk-3ZUg; Tue, 28 Jan 2025 13:06:01 +0000 Received: from smtp-190b.mail.infomaniak.ch ([185.125.25.11]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tclGf-00000004v3K-3o9R for linux-rockchip@lists.infradead.org; Tue, 28 Jan 2025 13:04:40 +0000 Received: from smtp-4-0001.mail.infomaniak.ch (smtp-4-0001.mail.infomaniak.ch [10.7.10.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4Yj58w6jZkzYZd; Tue, 28 Jan 2025 14:04:32 +0100 (CET) Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4Yj58v4jkjzdbV; Tue, 28 Jan 2025 14:04:31 +0100 (CET) From: Quentin Schulz Subject: [PATCH v3 0/4] arm64: dts: rockchip: minimal support for Pre-ICT tester adapter for RK3588 Jaguar + add overlay tests Date: Tue, 28 Jan 2025 14:04:12 +0100 Message-Id: <20250128-pre-ict-jaguar-v3-0-7be2f09d390a@cherry.de> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAMzVmGcC/3WMOw7CMBAFr4Jcs2jX+VNxD0Th2OvEFAmyg0UU5 e44kSgQopz3NLOIwN5xEOfDIjxHF9w4JMiOB6F7NXQMziQWEmVOEkt4+DTpCe6qeyoPbYNWWea 6NbVIUrqte+3B6y1x78I0+nnvR9rWv6lIQFDZssTW5G2F+qJ79n4+GRZbKsqPXiDRry4BgYrKZ NQg5vZLX9f1DX5vCmHrAAAA X-Change-ID: 20241206-pre-ict-jaguar-b90fafee8bd8 To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Jagan Teki , Niklas Cassel , Michael Riesch Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Quentin Schulz , Krzysztof Kozlowski X-Mailer: b4 0.14.2 X-Infomaniak-Routing: alpha X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250128_050438_087552_0EC21FA8 X-CRM114-Status: UNSURE ( 8.61 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org 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 --- 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 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: 6d61a53dd6f55405ebcaea6ee38d1ab5a8856c2c change-id: 20241206-pre-ict-jaguar-b90fafee8bd8 Best regards,