From patchwork Wed Mar 26 15:35:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 14030263 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 26004C36008 for ; Wed, 26 Mar 2025 16:02:40 +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=JbKMCNxPp6IvfrHgAU84c0A0g8QVQHqMEYZXuQB61QE=; b=Bw3qvSa/H3OPf49ABJxvG0wY6y Qo/APN+/1tWVhDJBtbB7NaAQZwu6gw32TPBpVEIo8KltA5ms3cT4AL+geHDOAMtfI/NHX/qsTXrxj mU0JGY8t3oqb7trPQsI/atYyvvN4fniVvX5Bb5w3YSxOW4tS7tI4pUKIaYwkrZT6+eeLL9ozGAk/1 8kAZ6kTMSrZgdoQy3hCCRyNzdLNDbcE73x3FPSJnGw19tNY4S3aGnV2+AjDInzD7+lcqqe1CYNxsY nx+gIRhOh7iWn4b4whHig/UrhLOsafv2+tQiHpJyc4W5+EJbSamrEJCyJmvcmZIRfdwaRUZelojp7 swYUm6yA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.1 #2 (Red Hat Linux)) id 1txTCx-00000008wHJ-1P6l; Wed, 26 Mar 2025 16:02:23 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.98.1 #2 (Red Hat Linux)) id 1txSnx-00000008sfh-1CDL for linux-arm-kernel@lists.infradead.org; Wed, 26 Mar 2025 15:36:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1743003393; x=1774539393; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jOJz2FR/B0tRpFsFUS+2kPu1QtdKBp50iFZ5wBb9Z9c=; b=wTpTsPiRIR6rKbLS8jAgWPG9ZzFBpXUZmiDh/VbYhftsLza2/cXCiSqT ix4zb9X8W0xBsI/fEPHb/JIdWM6eLZaBxmYNM2khrVmcxWLrXwEc52zI5 PoZ34aCj1S+YRbommd/eqYTuYGwM0TDBMdKEZDVbkdPVra2lYP9e6e3zV M9FE3e1Nx/XehFp/ikEyetvKg+xs25z7qpg5j41/9a8uWnv1bNyzj9C/C +1LVeLF4Z+NnU4MhqGKMmcHvRHoOdXyCu+lNA/skt9lUXAQ0juipV/Kmv 0gD1LG48iJJLr5Dk/sW6BlSjYTTtuO1T15C7JFaWh2rk/SMhoLN4inf5H Q==; X-CSE-ConnectionGUID: NRxSiTFnT3ucBnaYj7CaZg== X-CSE-MsgGUID: rr3bYGrkS0erqMBYCgToHg== X-IronPort-AV: E=Sophos;i="6.14,278,1736838000"; d="scan'208";a="44096098" 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; 26 Mar 2025 08:36:29 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.44; Wed, 26 Mar 2025 08:35:50 -0700 Received: from ryan-Precision-3630-Tower.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.44 via Frontend Transport; Wed, 26 Mar 2025 08:35:50 -0700 From: To: , , , , , , , , CC: , , , , , Ryan Wanner Subject: [PATCH v4 02/11] dt-bindings: power: reset: atmel,sama5d2-shdwc: Add microchip,sama7d65-shdwc Date: Wed, 26 Mar 2025 08:35:35 -0700 Message-ID: <24666308604d3eb9f2b8c64d4a466c6fd77120e9.1742936082.git.Ryan.Wanner@microchip.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250326_083633_335901_5455D799 X-CRM114-Status: UNSURE ( 8.27 ) 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 From: Ryan Wanner Add SAMA7D65 SHDWC compatible to DT bindings documentation Signed-off-by: Ryan Wanner Acked-by: Rob Herring (Arm) --- .../devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml b/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml index 0735ceb7c103..9c34249b2d6d 100644 --- a/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml +++ b/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml @@ -16,6 +16,11 @@ description: | properties: compatible: oneOf: + - items: + - enum: + - microchip,sama7d65-shdwc + - const: microchip,sama7g5-shdwc + - const: syscon - items: - const: microchip,sama7g5-shdwc - const: syscon