From patchwork Thu Jan 30 17:33:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 861183 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 190051F0E20; Thu, 30 Jan 2025 17:36:21 +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=1738258583; cv=none; b=OLrBUdaMEvKE58wLK/uYD0BwCNnCjsDuFse6zEjBytDXYBT5Cp1zmM8useeA/hHmXnKQHacYXrHhSncKxdQOJR6uxCqENfN1mWVYPTGZFb5fOTnvmUj36405PcPW01z7LLUlmPbaKFEHfkop3CW6fuC+vFjqjWUgtiLZXBUTAvM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738258583; c=relaxed/simple; bh=wa8ECnu6CyfdlnXkwmsrBtJZO5peBMV8tGUtH+OXnzI=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=vAeoCUdLZtuceJv/I56Zf/bKc0vujuahYgqo3HGfRQrCpK2WsNC4w5oQNJe8s8wRXCFTfC3MAnJ+I8IMonBxIs5SYuAusMYzZReG6onv8DKmwqT2ZKBdUcvFyhzUOez78l20pqrNKqGjSfcQjGD59ketC+regy1yZtYFLlzyyBU= 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=DNOFYuRN; 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="DNOFYuRN" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1738258581; x=1769794581; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wa8ECnu6CyfdlnXkwmsrBtJZO5peBMV8tGUtH+OXnzI=; b=DNOFYuRNBTfhG6a4YEC9rxi5eMyxd3gXXhbJna69hyORpAYOfuTFLVV+ 25MkBwa6CeCHVXmkUMZyfeG0mpckD4Bt2qBCfEPsPGpnGPw8vG143oWMT gRRQISG8x7cicDrzDgxB0KVsiGRlpOgHmdBw3g6CyaEPeH2sNwrkvDXCJ weoBN2Mbl+jwHyCLha/+S5lyEWbglE+BCYKyEiNZ7SZVeaqjaoFrXadBw gXiraz+lZHYFqKG/MLMmzV8q6WO6VucDcZULfx5zZtUFrz3PAHAVZ/1vt psxpEFPDA/xlfQD2DLMlMct7xsLh0QYm8g7GJK6QyvT+6ixwwGXoG7I7K A==; X-CSE-ConnectionGUID: Qux6TnwtQkq+U6Cg6JCAlA== X-CSE-MsgGUID: lQ+ziQvMTPGAC6ahOBG+6g== X-IronPort-AV: E=Sophos;i="6.13,246,1732604400"; d="scan'208";a="204623005" 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; 30 Jan 2025 10:36:20 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) 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.35; Thu, 30 Jan 2025 10:35:39 -0700 Received: from ryan-Precision-3630-Tower.microchip.com (10.10.85.11) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Thu, 30 Jan 2025 10:35:39 -0700 From: To: , , , , , , , , , CC: , , , , , Ryan Wanner Subject: [PATCH 01/16] dt-bindings: mfd: syscon: add microchip,sama7d65-ddr3phy Date: Thu, 30 Jan 2025 10:33:41 -0700 Message-ID: <01181325b16c78ac50b8bab3f178b14e8f417892.1738257860.git.Ryan.Wanner@microchip.com> 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 DDR3phy compatible to DT bindings documentation Signed-off-by: Ryan Wanner --- Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index b414de4fa779b..54a6d5957e13a 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -188,6 +188,7 @@ properties: - microchip,lan966x-cpu-syscon - microchip,mpfs-sysreg-scb - microchip,sam9x60-sfr + - microchip,sama7d65-ddr3phy - microchip,sama7g5-ddr3phy - mscc,ocelot-cpu-syscon - mstar,msc313-pmsleep