From patchwork Wed Jul 3 10:27:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 13721754 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 97C27C30653 for ; Wed, 3 Jul 2024 10:28:36 +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-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=4fhpaZA2zfOE/enmfT/l75GxOZaPaU7EDaadYVSzHt4=; b=sneNIP5AiVd9ZNIFq9+sWLTXwI g0ohDANX/Rf1hgyvIsYsqYh6GT/AI6HpcfcCnlt59YwjzxzVEttoF5RaVWjNHXq8HDXmqnvDfJKll 9dvIIm+67mqXaYAQ5AY1VKbJP2fpHBMrGE0wiAwrjqcBtA7/JcinaCl/+dq5b+lggDLaQUs5/B4Q+ Omfdf9AjGYoAZhD1hRXLDv+JuSkF3+VufZGEhezyZba7/MkfziTOSp9Z5Mz0oigzu1RTMuvqDfNuA MuxIw8rCoOvwRNalQ3n/fqZyezFtZ30BqxPJMXHOH05pQpdNGt94KLPk7OQfzz8+31XkieDv2HFmk ZfLnoJqw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOxDu-00000009lJ3-0p5m; Wed, 03 Jul 2024 10:28:26 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOxD7-00000009krZ-3SHC for linux-arm-kernel@lists.infradead.org; Wed, 03 Jul 2024 10:27:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1720002457; x=1751538457; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oXxCxXX+oZh8HsttkMvFbmyP3JdiAor+JVZTWRVjC28=; b=ysXqgyrCw0zdQUAVhgQqHUv3dC8IT593XV9II8sInPPBLNMX2z/XFS8d zvSWG+na2CbspazjrOn/Po0teofKxTurcdOfdKS2PxptqRlEuHFXmwY0n 4AinX8KsrRCHNYMi/P4g5zl7qoMd+p7Ql7AZ9Q5CQ4XY+fkJLXzuJiksq yFqL8R5E92SHWy01/2CI7B2NyYtT0FeG4n5zTNWwR9RGgerYer1w7gqmM T+SifzsX6qzVH6RaeX2pAK3B73R3zt4/cZyR/Py4cV8XPcPZS36iRGn5F GjlLtoikqJx0XFSxu7MDuEojzr6diVxxKCXQrtr+KgRj70y37wy1JofJY w==; X-CSE-ConnectionGUID: 6if5lKZrRRahkqLSM+7f7Q== X-CSE-MsgGUID: ufnVsza6TNa7T767oet9bw== X-IronPort-AV: E=Sophos;i="6.09,181,1716274800"; d="scan'208";a="196197031" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 03 Jul 2024 03:27:33 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 3 Jul 2024 03:27:22 -0700 Received: from che-lt-i67070.microchip.com (10.10.85.11) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 3 Jul 2024 03:27:17 -0700 From: Varshini Rajendran To: , , , , , , , , , , , CC: , Conor Dooley Subject: [PATCH v5 07/27] dt-bindings: clocks: atmel,at91sam9x5-sckc Date: Wed, 3 Jul 2024 15:57:14 +0530 Message-ID: <20240703102714.195661-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703102011.193343-1-varshini.rajendran@microchip.com> References: <20240703102011.193343-1-varshini.rajendran@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240703_032738_222755_563B2827 X-CRM114-Status: UNSURE ( 9.58 ) 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 Add bindings for SAM9X7's slow clock controller. Signed-off-by: Varshini Rajendran Acked-by: Conor Dooley --- Changes in v5: - Changed subject according to suggestion. - Alphanumerically sorted entries. - Updated Acked-by tag. --- .../devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml b/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml index 7be29877e6d2..c2283cd07f05 100644 --- a/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml +++ b/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml @@ -18,7 +18,9 @@ properties: - atmel,sama5d4-sckc - microchip,sam9x60-sckc - items: - - const: microchip,sama7g5-sckc + - enum: + - microchip,sam9x7-sckc + - microchip,sama7g5-sckc - const: microchip,sam9x60-sckc reg: