From patchwork Thu Jan 30 17:33:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 861182 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 0E7F21F0E27; Thu, 30 Jan 2025 17:36:23 +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=SiruLjAOO2Me+uZjqLtgIFY6X4cOekki7nPzNDLRKTWvWmsDX52Kb4t2Q9dHmrRMhw7ovj1GWUnfsKA7Gjs34wwM7c6Lg9Bc4nTq7HuZFpMs10Uhv6Zc7s2pGYvn1cUiZ5xrv/tdWrIhT2YCqp3dcyxJdBRCWaRDpS0ZAx6lp8E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738258584; c=relaxed/simple; bh=Fb436NRz70oTKLq9Kkjdb0oIgB7HP4oP2RLulPS2VjY=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eLeq2pRlaNcUxER+bxNb+ULJRkT1IQP72RmpL/7148DMRJ9BL0fu8/Xx20IQURPDeHTxgfnI2qau1H3coUUmH5lx0xzt4X7ZYtx9a6lVsEwwWILHK7/6rQZgz+rSFTBWSZOFQcgumkZWVxLCoP7towSACkXbASJj+pBiFkAG7yU= 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=WEGc92IB; 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="WEGc92IB" 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=Fb436NRz70oTKLq9Kkjdb0oIgB7HP4oP2RLulPS2VjY=; b=WEGc92IByZaWa4ZeUw5w/i5GB7Z7+DO8ix5V+7sVQ+/gy+xPeoMPkn/j TlZZBrSohxTTkBg+ZRcexRhpDB4MI/E+LjxYqnQb01hkmg9uqNzvoCO6/ /WK3ExZ9QhR8ifx9MsmDxsy6Tu+KtNywcKSxxoZyFAe9xkSYjslOAqw2R W36VU8BfYxzxc4yD3aokFQ0hhN/OYHnVC05afw9yOtUsiE51bU9YzjEiF 5JQu8lkwfGoXGPzwWrkLxYAIADgGQcf1oeenyXodkbQg5VQbJhVJH1XhW LYs0Jsjt9D9EC1s2xBxgSVHKrrl/leGH0MD1I/f1/zdUibV62Foc33Ie5 A==; X-CSE-ConnectionGUID: Qux6TnwtQkq+U6Cg6JCAlA== X-CSE-MsgGUID: KP0hDFVcTWu/DvrDoSnASQ== X-IronPort-AV: E=Sophos;i="6.13,246,1732604400"; d="scan'208";a="204623009" 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 03/16] dt-bindings: sram: Add microchip,sama7d65-sram Date: Thu, 30 Jan 2025 10:33:43 -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 microchip,sama7d65-sram compatibility to DT binding documentation. Signed-off-by: Ryan Wanner --- Documentation/devicetree/bindings/sram/sram.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/sram/sram.yaml b/Documentation/devicetree/bindings/sram/sram.yaml index 7c1337e159f23..3071c5075ee48 100644 --- a/Documentation/devicetree/bindings/sram/sram.yaml +++ b/Documentation/devicetree/bindings/sram/sram.yaml @@ -31,6 +31,7 @@ properties: - amlogic,meson-gxbb-sram - arm,juno-sram-ns - atmel,sama5d2-securam + - microchip,sama7d65-securam - nvidia,tegra186-sysram - nvidia,tegra194-sysram - nvidia,tegra234-sysram