From patchwork Fri Jul 28 10:25:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 707676 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 117D9C0015E for ; Fri, 28 Jul 2023 10:26:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235811AbjG1K0n (ORCPT ); Fri, 28 Jul 2023 06:26:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235880AbjG1K0O (ORCPT ); Fri, 28 Jul 2023 06:26:14 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77B424C03; Fri, 28 Jul 2023 03:25:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690539936; x=1722075936; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=sRLGSv7OHPaSSgY+DXCN/5ykvJ8nOKn3Qv2L9vPlPD0=; b=A91Ri5tWVTt5AOhYGgAIEsFaVrXgTKs9VNO/VH3y9uBihaJBDnnIJOC4 GdB7Fi8/31wKVlo9mYex5unyKT0+we/1dUfkl082eR+IM+0+KqqP4oN+l f+wmcQQJIaClseK5Zh/gldz6cZGmSA7pYe2+6wjaknqmAjg2H8FzyCP9R qDbYLcw1e3nx0AxSTjYfNd6pB1nP2J5ApmOI48CHpgprfmag/bfp1jFFP kG/n5cW1WRfbSvK0L5Qwnr0H/XdXZ7GXb+p/z6mT32DXMdWeSaUfbuHVU a4JHnabVghL7j2yJ8Lc6Reo0obTYtu39v7wd+TJ3ZVPjU5qJZSFeGotTb A==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="222728663" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:25:31 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) 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.21; Fri, 28 Jul 2023 03:25:27 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:25:22 -0700 From: Varshini Rajendran To: , , , , , , , , , CC: Subject: [PATCH v3 14/50] dt-bindings: mfd: at91: Add SAM9X7 compatible string Date: Fri, 28 Jul 2023 15:55:15 +0530 Message-ID: <20230728102515.265971-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document sam9x7 DT for flexcom. Signed-off-by: Varshini Rajendran --- Documentation/devicetree/bindings/mfd/atmel-flexcom.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt index 9d837535637b..af692e8833a5 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-flexcom.txt @@ -6,6 +6,7 @@ at boot time according to the device tree. Required properties: - compatible: Should be "atmel,sama5d2-flexcom" + or "microchip,sam9x7-flexcom", "atmel,sama5d2-flexcom" - reg: Should be the offset/length value for Flexcom dedicated I/O registers (without USART, TWI or SPI registers). - clocks: Should be the Flexcom peripheral clock from PMC.