From patchwork Fri Jul 28 10:24:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 708381 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 2FEAFC41513 for ; Fri, 28 Jul 2023 10:25:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235842AbjG1KZr (ORCPT ); Fri, 28 Jul 2023 06:25:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235840AbjG1KZ1 (ORCPT ); Fri, 28 Jul 2023 06:25:27 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D869444AE; Fri, 28 Jul 2023 03:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690539897; x=1722075897; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0QaZS3L2UJX/OqrxdZfZKqcfVOJsQ3ebCPwt06q93PU=; b=SZ5rl0+xa5Ce1zCDqPPbvSXvylN3+XTI5K9cD8seBmVc5E15tgzs1qX3 swNYiv9C7+w+pwW3gpGAiUV0LdIgnxv4UE+gTjQ1OwMzlTiMttoCgJBor 5s9J16GnZ8wEURo/V6cQ1dMWG4kc6PCoyuuIzelq5dyeylwyxkWoojG2G tS0HwIrE704x51bdn3nrbQlNrH1zbbOwY0GzYo9k9J9OgklME4XJUIicQ 1qXwIXHI7DJ5clO3eE51q2wGc1UXinHlulYcdJNfxKlSFH4bdqdlh1x39 nK98baZsNUZAYaIMBVSvSwAhEzUr+JhKQo70euMQFQ+DZilayuC0Jb3PK g==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="225812955" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:24:14 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) 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:24:13 -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:24:09 -0700 From: Varshini Rajendran To: , , , , , , , , , , CC: Subject: [PATCH v3 07/50] dt-bindings: power: reset: atmel, sama5d2-shdwc: add sam9x7 Date: Fri, 28 Jul 2023 15:54:07 +0530 Message-ID: <20230728102407.265617-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Add shutdown controller DT bindings. Signed-off-by: Varshini Rajendran Acked-by: Sebastian Reichel --- .../devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml b/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml index 8c58e12cdb60..0735ceb7c103 100644 --- a/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml +++ b/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml @@ -22,6 +22,9 @@ properties: - enum: - atmel,sama5d2-shdwc - microchip,sam9x60-shdwc + - items: + - const: microchip,sam9x7-shdwc + - const: microchip,sam9x60-shdwc reg: maxItems: 1