From patchwork Thu Jan 30 17:33:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 860955 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 C5E091F1302; Thu, 30 Jan 2025 17:36:22 +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=1738258584; cv=none; b=XZ+pdUVqayXAzx7oVrnFPOSxFcS/YsENN3cRwSQJGlNGtmx5VwGO8SKtBCNHoD/AT+z3NS6K6viZ0WwXfSb9b3MHay3l95pIqhsXQtxM/z5PCnCFoc+H4mXv5JTHeFVyuOkgFzjZd6G1iUqqrqDAJ51I0t4uc2CFmsWh6tZlGfI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738258584; c=relaxed/simple; bh=1frEjnWos7xcTbH7EyH3SMbUoW/LsoRaxAhO9WzR9c8=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=U6eBSocJXsbL7gf7ZKuA39Vd6AgPANys5AJtquXyj+sQD4rmMreyG9h5ZbYm0lZ7fq7OmyBa2EVlW2mNMQJhLkiXxLjGW2QJLs3f+72Ccv0hrnuR26/iw11DsEC0Yck7gIlejX/E9VF02iIb7H521nsE1BsnD3buhZQk8xBaRsk= 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=ooi8TB3+; 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="ooi8TB3+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1738258582; x=1769794582; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1frEjnWos7xcTbH7EyH3SMbUoW/LsoRaxAhO9WzR9c8=; b=ooi8TB3+ayTa9ELkUcPgg9idYS8PNr6yJcwT7AfURoS5t0kchMwcMKdM 6F5snY4eQe8dezn2Y4ThqDR/sCKGjcFn/Cpc7ZhUv5VHSdPaiRwMGM2dJ xHz82OhboO2yn3vwtHAaE297X+2Zt+zbAoLdioymkFjl61RX0cavFogsu oI1GQMC/pdmRimPe+XoBQBVxiX9TDj61nIytSAGTPW6vSZaoqKuMshqwp m2MRac/sLcuegsctK41FtLRcynoyI7mC9gobXXbpCMDuSmATfK5QgLUoE sj0AqIavuxtAKxhovHjs6hYOEgo47NeFqeE9UBfwBLWzq+khSWvYR032O A==; X-CSE-ConnectionGUID: Qux6TnwtQkq+U6Cg6JCAlA== X-CSE-MsgGUID: UDCpp6ScRyK54LsAtu0LDg== X-IronPort-AV: E=Sophos;i="6.13,246,1732604400"; d="scan'208";a="204623008" 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:40 -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:40 -0700 From: To: , , , , , , , , , CC: , , , , , Ryan Wanner Subject: [PATCH 02/16] dt-bindings: mfd: syscon: add microchip,sama7d65-sfrbu Date: Thu, 30 Jan 2025 10:33:42 -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 SFRBU compatible string to DT bindings documentation Signed-off-by: Ryan Wanner --- Documentation/devicetree/bindings/mfd/syscon.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index 54a6d5957e13a..25c4ed6cbf5d1 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -90,6 +90,7 @@ select: - microchip,lan966x-cpu-syscon - microchip,mpfs-sysreg-scb - microchip,sam9x60-sfr + - microchip,sama7d65-sfrbu - microchip,sama7g5-ddr3phy - mscc,ocelot-cpu-syscon - mstar,msc313-pmsleep @@ -188,6 +189,7 @@ properties: - microchip,lan966x-cpu-syscon - microchip,mpfs-sysreg-scb - microchip,sam9x60-sfr + - microchip,sama7d65-sfrbu - microchip,sama7d65-ddr3phy - microchip,sama7g5-ddr3phy - mscc,ocelot-cpu-syscon