From patchwork Mon Feb 10 21:13:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 865747 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3542024CEEF; Mon, 10 Feb 2025 21:14:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.154.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739222055; cv=none; b=H7JUAlR0tiFqjjjCnHYkdkbq2gmJ+O/s5eNzWiTvGQpgFzTTURsNwT0X5KN0CrgtAyIiAo5U203Z3+v3hF3UcwnsEuIea7Fj6aVtCS1pcCAY28MxqSpVku6Sw0nR6sRqJyn+22egAUBU8GAFhIvEwepP5Kv3/m441nsfB30VaAo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739222055; c=relaxed/simple; bh=fcOtmvaFsAS0RMEtizoTtGHisQpDgUijGPl2nL2ZIPU=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=UnSeZzO/XcMZOVE2lhNpiMFRPAoqQw94F7BeNmRGoBGJ+s/wzHKTmhm85T86RsU7cZDIm+yefNZDKP+IjIPW+OiYtqMeYq+kZqh5WHJOE0V3QxdYzIC1kiL2tBn3dIQuiFNfOGCSL/rAHpIFpvEaA7Ll/IK1uuZ+aZ4NobXDXqk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=B5KWqaaM; arc=none smtp.client-ip=68.232.154.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="B5KWqaaM" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1739222054; x=1770758054; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fcOtmvaFsAS0RMEtizoTtGHisQpDgUijGPl2nL2ZIPU=; b=B5KWqaaM5nv6RCQkgCLltN99GLGi3JcZqe9Lrwmr5N1EOcW6jy3SfIvg Fv6uz3n23OV4IojSiHNoysYA7dkLOKdXuLEgh6lGhqMP8Cy7J2niCDnbv 1EbyF+Ys+ljx/mlU4jfosDZBlEfqkkEIABWivy9tmRHpZ5x5VFRwYkNeu V27BWhIRbrWvPRLvJK2ODB7aAiPH4Wv5qhSlAgiZklKubEeTWGipRp64T +UWh/jsMm7fWf9nVSK3pdinGPWpPTSxAakGelwSHTsTuy5AV63/z9poFc jUEBwfwLKfgpGL+Q3MY9Whlnn7Jz1fHhAgzCtU54ym/Nuu/POOcoJbSt6 Q==; X-CSE-ConnectionGUID: AYqW9AG9RbOJ2Xf8Pt97Yw== X-CSE-MsgGUID: GJ57O7poT5S9OO80eV2peQ== X-IronPort-AV: E=Sophos;i="6.13,275,1732604400"; d="scan'208";a="205027972" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 10 Feb 2025 14:14:04 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) 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.35; Mon, 10 Feb 2025 14:13:45 -0700 Received: from ryan-Precision-3630-Tower.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; Mon, 10 Feb 2025 14:13:45 -0700 From: To: , , , , , , , , CC: , , , , , , "Ryan Wanner" Subject: [PATCH v2 04/15] dt-bindings: power: reset: atmel, sama5d2-shdwc: Add microchip,sama7d65-shdwc Date: Mon, 10 Feb 2025 14:13:04 -0700 Message-ID: X-Mailer: git-send-email 2.43.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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 8c58e12cdb600..2930607480ea2 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