From patchwork Wed Aug 21 10:59:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Dahl X-Patchwork-Id: 13771234 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 0799CC52D6F for ; Wed, 21 Aug 2024 11:03:13 +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:References:In-Reply-To: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:List-Owner; bh=vc+ZNqDqtDjunBZp8r2rWXp9yJg3iRJrNVvLS3A0AHU=; b=3eRhGIEnZDTCaFPrud+d5B1vAr b4sI8TmdqLTia1avmIOOqTADCKtYhACxHEZoOROjWpm5GVTT3ToMhobHIDGwm+ZLo9WV2dazJfYzX 5yKrfxD4PQEXb6F8h6N3EqQ6+azmmFdsc3ikveQLXKP0Cub87A7UcvkZSbjez2yEYlXbyga8pBK/r ZjhvGDpm7r0zwlDFXMIv143tLAUdELnL0G5J2UeMUX3PisVyU3h3dEwc//WXQqKHgTCWsAlGQwrRO iQjmOZrfoRZLc4wSyyuBSkHJH2gHo6snqQOTd2DBBERftbc7qOK1CSJMrq3OQXRJTWVogIjQRVTn2 1hwzPbrA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sgj7H-00000008Yaj-1HGE; Wed, 21 Aug 2024 11:03:03 +0000 Received: from mail.thorsis.com ([217.92.40.78]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sgj4E-00000008XRo-0U0l for linux-arm-kernel@lists.infradead.org; Wed, 21 Aug 2024 10:59:57 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 334771483DF3; Wed, 21 Aug 2024 12:59:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1724237992; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=vc+ZNqDqtDjunBZp8r2rWXp9yJg3iRJrNVvLS3A0AHU=; b=MqXjlRaGpeliknT7/fXfpDP3ZLqCTYlPXXl618rXz38QxZTqKCZoV53B5btH7ZNTIrVBXE kwGwoyEpE4GWjvIuiEEx+BxV+VkZzrKz3JDN87ees/0qIfaLWWnEjpMR+/I8b+5RKpkO3V NNJVhQVkdBWi72PEIOxvKm+pJuh6a8B/OGzG3LyZS3TL/o/Pjch7rFzIYryGDT++6dU/YG OZ8o3epf/A0u3cDEgPKAXbWmMcY1EhI5KwoKOznoiQ9LtkunCpOEzmrIqiSuxc9uPogmsj AHQAHwptUiIdiO8g1xfY/FZ50KDxBt/ORWrZbDwk5KJsu8l/f8s50Rk29WYHGA== From: Alexander Dahl To: Claudiu Beznea Cc: Christian Melki , Srinivas Kandagatla , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org (moderated list:MICROCHIP OTPC DRIVER), devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-kernel@vger.kernel.org (open list) Subject: [PATCH v1 03/12] dt-bindings: nvmem: microchip-otpc: Add compatible for SAM9X60 Date: Wed, 21 Aug 2024 12:59:34 +0200 Message-Id: <20240821105943.230281-4-ada@thorsis.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240821105943.230281-1-ada@thorsis.com> References: <20240821105943.230281-1-ada@thorsis.com> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240821_035954_526992_E21FE478 X-CRM114-Status: UNSURE ( 7.21 ) 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 The SAM9X60 SoC family has a similar OTPC to the SAMA7G5 family. Signed-off-by: Alexander Dahl --- .../devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml index cc25f2927682..d98b6711bdfd 100644 --- a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml +++ b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml @@ -21,6 +21,7 @@ allOf: properties: compatible: items: + - const: microchip,sam9x60-otpc - const: microchip,sama7g5-otpc - const: syscon