From patchwork Fri Sep 27 20:13:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Anderson X-Patchwork-Id: 13814536 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 32AF1CDD1AA for ; Fri, 27 Sep 2024 20:15:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=HrrJJQK2mCPHh+Zx29gx+qrh9j0gtgwPd8+dwfKMTPo=; b=GSjZ0vCFN0iImdrhoVskf50XxZ 5/glK9NOOIFs9PgSOjrDHLhf8KP4bzykBksvIJxqxHfeNLPhJVi/ads3t13Ock8Co1rCaUB8vdyQL Hw6A2RiinlmxKNp3e42qFdPp1nzkQHx1sflxZS2BYykGFmLehWz1lFAIzgqfVPvi639jBxrIdi5+U Ay+7KVmJK7f1NtTi6IyCwEAzxYMdElOm740d5S571VjuShu3f/6uZjjA8EjqlDwHOFI2XeN4qbIlY DdlKbyWwowwhiMOYesmORpERKihUc2CMuyUmFOxZM+FutgXQSYKjaRX4OKDem1TcDoxdPw4Ob3VXl Fo9aNQsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1suHMW-0000000C1k2-18Xl; Fri, 27 Sep 2024 20:14:48 +0000 Received: from out-180.mta1.migadu.com ([95.215.58.180]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1suHLJ-0000000C1XF-1OhA for linux-arm-kernel@lists.infradead.org; Fri, 27 Sep 2024 20:13:35 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1727468007; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HrrJJQK2mCPHh+Zx29gx+qrh9j0gtgwPd8+dwfKMTPo=; b=S5bXrHzlNUHBqb0NUX8jNJxpvHyIJAfzbAAztxsDJLQXQ10M92GGS9BzC1N18WmF4fipCb w78dPBxtpAMkaNMCKHtm8++YCceJL8gQ5e4CH3jybYi/5pNTcKHwCFIBiwRSqY/O8xU4h3 /qpbffTLqFq68u9VMOuRXddBAkBiz+w= From: Sean Anderson To: Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven , Rob Herring , devicetree@vger.kernel.org, Magnus Damm , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Conor Dooley , Adam Ford , Sean Anderson Subject: [PATCH 0/3] arm64: dts: renesas: Add SD/OE pin properties (part B) Date: Fri, 27 Sep 2024 16:13:10 -0400 Message-Id: <20240927201313.624762-1-sean.anderson@linux.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240927_131334_539423_C2ECB4AF X-CRM114-Status: UNSURE ( 6.60 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Linux can configure almost every part of this clock generator without relying on the OTP settings. However, the correct configuration for the SD/OE pin cannot be determined automatically. Therefore, add the appropriate properties to configure this pin. Thanks to everyone who replied to part A with board info! Sean Anderson (3): arm64: dts: renesas: salvator-x: Add SD/OE pin properties arm64: dts: renesas: hihope: Add SD/OE pin properties arm64: dts: renesas: beacon: Add SD/OE pin properties arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi | 2 ++ arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi | 2 ++ arch/arm64/boot/dts/renesas/hihope-common.dtsi | 2 ++ arch/arm64/boot/dts/renesas/salvator-x.dtsi | 2 ++ 4 files changed, 8 insertions(+)