From mboxrd@z Thu Jan 1 00:00:00 1970 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 54CB4C433FE for ; Thu, 3 Mar 2022 14:13:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233937AbiCCON6 (ORCPT ); Thu, 3 Mar 2022 09:13:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233994AbiCCONx (ORCPT ); Thu, 3 Mar 2022 09:13:53 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 334DB18CC31; Thu, 3 Mar 2022 06:13:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1646316786; x=1677852786; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mw3l0iGOywkqPQnUnJMMMA0UyYwQBMd/QJwYxJQH7p0=; b=Qw0XZz4qj0lyluD0ZfsC5zMYDIgusdHnFS7uKVHox2b/D9dZwsP+8wq1 S5saiqbw8Nzi74TT4LbN3lcM5i+IVgBT/FRq2VtchYp83osx8UnFN2DJC KF/QpsG7IT6jqx9Nj8C+nfjIWBUXA2ExRF45N5oaoLfUbhAbkXkjEQKEA 5v07XretxI9NEukbY9NtRh10KkwEahV4All2UC7BJ5ERJ+5lC/PDsM+c3 RZim1DW/UhCSyTLSD065y9gIxvqsSzK1g9fgg3rbbruXuqKhpJPfRw4So 4FytA+2lmd8sDQcsyTxruu/5EBaY23y75fkRqaCq6Ff05UF5VQZ+4+DFH w==; X-IronPort-AV: E=Sophos;i="5.90,151,1643698800"; d="scan'208";a="155125707" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 03 Mar 2022 07:13:01 -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.2375.17; Thu, 3 Mar 2022 07:12:59 -0700 Received: from ROB-ULT-M68701.amer.actel.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 3 Mar 2022 07:12:54 -0700 From: Sergiu Moga To: , , , , , CC: , , , , Sergiu Moga Subject: [PATCH v2 5/5] dt-bindings: rtc: at91: Add SAMA7G5 compatible strings list Date: Thu, 3 Mar 2022 16:06:26 +0200 Message-ID: <20220303140626.38129-6-sergiu.moga@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220303140626.38129-1-sergiu.moga@microchip.com> References: <20220303140626.38129-1-sergiu.moga@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add compatible strings list for SAMA7G5. Signed-off-by: Sergiu Moga --- Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml index 5a639c0ec2c0..d87aa67b442f 100644 --- a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml @@ -21,6 +21,10 @@ properties: - items: - const: microchip,sam9x60-rtt - const: atmel,at91sam9260-rtt + - items: + - const: microchip,sama7g5-rtt + - const: microchip,sam9x60-rtt + - const: atmel,at91sam9260-rtt reg: maxItems: 1 -- 2.25.1