From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (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 BC98A1F1313; Tue, 3 Dec 2024 17:31:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.249 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733247094; cv=none; b=W58p7ZOhGQ9WwURATpEuU7mWnlNqZJOVG1DZnNV7+aYnN1V47ivHl6wXs5koM11smPs+Skcenh1Z1lJjwZzYCo5R6ex0OFymIOD7Thqm1syaDA7lDuGLS5hPLW6NzeiaNtjXq2aXoNt2nbgVqUzZhT73/9/nCLGOhxuHP7520eU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733247094; c=relaxed/simple; bh=4W6Ljw5ccKpZp8SJtKIqfI0RGcTeU3hYocSrKC0F+jo=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=LdSALr1rdLhh4lyt6c3kUb1FyO3Bx06TADBRIABDpURopm6wxdmzumzl2FZgrgCxyGZPSBGI048eYTUlm17Q4ynmR42a5M1yfpvzDAOjfVmwiar0MLetyHgUAZ4PPthmYySuqaNmaT7WOVzjFeP163Ww6VHDd8vIQ2rHKww8kxA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=H1ghTFpN; arc=none smtp.client-ip=198.47.23.249 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="H1ghTFpN" Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 4B3HVFYq119982; Tue, 3 Dec 2024 11:31:15 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1733247075; bh=p+tSzolGkmBrDvCvq5Iu8PT4xPYtDmYuDhLjv2Mm2mw=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=H1ghTFpNce83E1gYTV8aLCjXSXQsXMOD5wAkzjHyTkVIMpwhJdN7Z79Kv91nALJOB TCH+rLusf4CocMkaEyOG9eT67xXFxdWM4JchwmgG+/AU/iE9lrjAPmNf94ISWwKFWd T0spWuwcdCQ6RNdniU4g/V10fkLUw48bDRGHGctk= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4B3HVFAx069929; Tue, 3 Dec 2024 11:31:15 -0600 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 3 Dec 2024 11:31:15 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 3 Dec 2024 11:31:15 -0600 Received: from lelvsmtp5.itg.ti.com ([10.249.42.149]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4B3HVEpP094200; Tue, 3 Dec 2024 11:31:14 -0600 From: Andrew Davis To: Nishanth Menon , Vignesh Raghavendra , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , , Andrew Davis Subject: [PATCH 2/4] dt-bindings: soc: ti: ti,j721e-system-controller: Add ICSSG ctrl property Date: Tue, 3 Dec 2024 11:31:11 -0600 Message-ID: <20241203173113.90009-2-afd@ti.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241203173113.90009-1-afd@ti.com> References: <20241203173113.90009-1-afd@ti.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea Add a pattern property for icssg-ctrl which can be part of this controller. Signed-off-by: Andrew Davis --- .../bindings/soc/ti/ti,j721e-system-controller.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml index 378e9cc5fac2a..9ba9cb100ab30 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml @@ -68,6 +68,12 @@ patternProperties: description: The node corresponding to SoC chip identification. + "^icssg-ctrl@[0-9a-f]+$": + type: object + $ref: /schemas/mfd/syscon.yaml# + description: + This is the ICSSG control region. + required: - compatible - reg -- 2.39.2