From patchwork Wed Jul 3 10:26:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 13721745 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 8518BC2BD09 for ; Wed, 3 Jul 2024 10:27:10 +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=38dgoUC1q2KGYkluSAq+xs7Vv1YOIlXk/7BFGOu188I=; b=bsbSxV0JDEotMz0sV3K72pTDdF 4HL+L7BeqXRebfXvAzwycnGsAMk1B6fCXzYkkQtt+Ez69uLF3jC1f2bT54EysThGxm+l52yGNhNed lYCLl+UVp5srYLiJsoTggfUN1WF4cSMOhh5tl/Ttk/Kl9hLCUw9fPrwi9q9diSRrX39sOjL8TkVDL 81x1qra+lLoJe2vvZ50wYUMHF51wLnsnb2gJRVDpQruoELayeK16yKuon8kCTHOP4obKnyTX3ith4 1nXQicFBiwJYptKtXR3uTesslxb5z3dlTQF9C7ygDIELp+2RToqMlgOleem3PSMNGL9QuQ69AUo7W Prnsbnfg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOxCW-00000009kfB-17JO; Wed, 03 Jul 2024 10:27:00 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOxCH-00000009kdl-0uew for linux-arm-kernel@lists.infradead.org; Wed, 03 Jul 2024 10:26:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1720002405; x=1751538405; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OZONZC0L9/k87HW5rUnW1mTWkoq/e2Ggm9W9MinqYHw=; b=giZcWoV6wm9H0iqIkHrwv4dr2XQMhS2MFIEK3o6HkmLBn2FPIjMvegpE cVBXUSr3Cf9ziZ3IWue/0wEppO99PeBVZ/B4NC4MRER/Of6yc11I6dvG8 99azue29D34uUL4syYg3+gPIA4XviAnrE6Km8tHbSkc5rY59zmjqDmBaa 5CdWqAyi9Llbrhi+F0mm3ws5BYDURfnPmyaJMpc6iu8Rr28iZUQp6HOAb /jRMD9rZxfM6FIY6qzciyOeWmAm4ZTzt2Y797Na6V0aZPhbZ+Obj++Ubh m/TmOKAU8y4wdsa+JMwvHzVtqgGI7+YvLIiRQZrUvrzm5h363+QyYvvcp A==; X-CSE-ConnectionGUID: Pkzf6S+tQ2Ka0F87qiXpUQ== X-CSE-MsgGUID: tETn17lJQ2yW9FQYd1PnBQ== X-IronPort-AV: E=Sophos;i="6.09,181,1716274800"; d="scan'208";a="31414851" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 03 Jul 2024 03:26:43 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) 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:26:30 -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:26:26 -0700 From: Varshini Rajendran To: , , , , , , , , , CC: Krzysztof Kozlowski Subject: [PATCH v5 01/27] dt-bindings: atmel-sysreg: add sam9x7 Date: Wed, 3 Jul 2024 15:56:21 +0530 Message-ID: <20240703102621.195333-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_032645_284968_3AED04E7 X-CRM114-Status: UNSURE ( 9.15 ) 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 RAM controller & SFR DT bindings. Signed-off-by: Varshini Rajendran Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/atmel-sysregs.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt index 67a66bf74895..1339298203c6 100644 --- a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt +++ b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt @@ -11,7 +11,8 @@ PIT Timer required properties: shared across all System Controller members. PIT64B Timer required properties: -- compatible: Should be "microchip,sam9x60-pit64b" +- compatible: Should be "microchip,sam9x60-pit64b" or + "microchip,sam9x7-pit64b", "microchip,sam9x60-pit64b" - reg: Should contain registers location and length - interrupts: Should contain interrupt for PIT64B timer - clocks: Should contain the available clock sources for PIT64B timer. @@ -31,7 +32,8 @@ RAMC SDRAM/DDR Controller required properties: "atmel,at91sam9g45-ddramc", "atmel,sama5d3-ddramc", "microchip,sam9x60-ddramc", - "microchip,sama7g5-uddrc" + "microchip,sama7g5-uddrc", + "microchip,sam9x7-ddramc", "atmel,sama5d3-ddramc". - reg: Should contain registers location and length Examples: @@ -63,6 +65,7 @@ required properties: "atmel,-sfrbu", "syscon" can be "sama5d3", "sama5d4" or "sama5d2". It also can be "microchip,sam9x60-sfr", "syscon". + It also can be "microchip,sam9x7-sfr", "microchip,sam9x60-sfr", "syscon". - reg: Should contain registers location and length sfr@f0038000 {