From patchwork Mon Jul 29 07:07:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 13744439 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 15FCBC3DA4A for ; Mon, 29 Jul 2024 07:10:32 +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=6ZoaUKqy9Wn12xScteUD88iLAnNp0aGDidan2x8Rs+Q=; b=b8wtVw1aTIKvrSyGzeD/KmASc+ jyaHUSKCQiC5jyq6EpI2o7ypigLMKQgG4qqb/ctzLCRYlatWdj/y0bdkJO/pMn4/IonbDW+ddj8H4 p38xz2cFcRswqP/B4H0e1a8n5TcnDyhoVpObkS1nk4pH23ya+KrTRl1Ka11OxF2WDEtAa/j8KV8PK Ct7wNKNgxUIcyOz347vAxEab/glm/7wsyShgT79yp9j5A+wfpMvmHpQchdy56BRHIRtk268TV65mC Nb2OoFwg8m6Wjl4UofXidqyPcFt9X7Kw3HFRbg0GFiuuirGJr5c5KjHvhngRzyAaLqKcgZ16Ip+dr q+vY52Aw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sYKWS-0000000AHME-3ewY; Mon, 29 Jul 2024 07:10:20 +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 1sYKTw-0000000AGKw-2P9K for linux-arm-kernel@lists.infradead.org; Mon, 29 Jul 2024 07:07:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1722236864; x=1753772864; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fDqE0tBeSlSB34dZ9C+ua0ag8uXX5Nqi4XoXWGufPtw=; b=ufcfvTrRbEju8QF/hrMAiG8GDaUE9bGN12e5g4+D/emGoKar1t+7PG+e mtWw6DMWgpqpxhu2gERjek/PG8tIxPe7Q36s+UCIQgUBC9jpxcMiwAE8c xbZYYJYMXsR1yR10lgt1+LOIndle8u7Am/CKgYIBrW7eI3kPEAI/I50qh pOTSAom2PK7vZEq13IU/dipYpJ+EhUTMJsHY5Li+iWIJQzKjKDaYbeDot GOU53e6qKDj32eHcAQfysF2aoavUl20RoBpIR2xgwp2h63QedEYi7YSOW 8BCPymepg2fePNIfGZJACB24mWAytJ6mnbG509RbQWKsbvD3Z90isQioE w==; X-CSE-ConnectionGUID: qXa6hTCZRDuoKzAisfRBPw== X-CSE-MsgGUID: LdKhooi9QLqydwfPPztv2w== X-IronPort-AV: E=Sophos;i="6.09,245,1716274800"; d="scan'208";a="197213861" 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; 29 Jul 2024 00:07:43 -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; Mon, 29 Jul 2024 00:07:37 -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; Mon, 29 Jul 2024 00:07:32 -0700 From: Varshini Rajendran To: , , , , , , , , , , , CC: , Conor Dooley Subject: [PATCH v6 10/27] dt-bindings: clocks: atmel,at91rm9200-pmc: add sam9x7 clock controller Date: Mon, 29 Jul 2024 12:37:26 +0530 Message-ID: <20240729070726.1990705-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240729065603.1986074-1-varshini.rajendran@microchip.com> References: <20240729065603.1986074-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-20240729_000744_706643_CB6BBACD X-CRM114-Status: UNSURE ( 8.56 ) 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 pmc. Signed-off-by: Varshini Rajendran Acked-by: Conor Dooley Reviewed-by: Claudiu Beznea --- Changes in v6: - Corrected the subject line - Updated Reviewed-by tag --- .../devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml b/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml index c1bdcd9058ed..c9eb60776b4d 100644 --- a/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml +++ b/Documentation/devicetree/bindings/clock/atmel,at91rm9200-pmc.yaml @@ -42,6 +42,7 @@ properties: - atmel,sama5d3-pmc - atmel,sama5d4-pmc - microchip,sam9x60-pmc + - microchip,sam9x7-pmc - microchip,sama7g5-pmc - const: syscon @@ -88,6 +89,7 @@ allOf: contains: enum: - microchip,sam9x60-pmc + - microchip,sam9x7-pmc - microchip,sama7g5-pmc then: properties: