From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) (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 44325165EE8; Tue, 3 Dec 2024 17:31:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.234 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733247083; cv=none; b=GGSXQlSE+op7KQKoe9fw77+Lgbj4WOYZ6gzWcHCEZdV+A3o/78MLIWr6+LmBJJxuMyR+igbIcrZHnrQAoNnVO1+kPtElY5/VfGuWAPKzo7Y65ci9BY3NfDFplJdtGdziK+b1HJsqPEyNpHEgYgSZCSMWeBc5UQKbsssAU07M0/c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733247083; c=relaxed/simple; bh=+2pxCQD4e6s/9+ZWl2ovqUImqvga181qExr2P/If48s=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=jHVcmgRQ61rs7rfYA3l0g9t0c0UfxTHfCo2i0m+3+hCVFEwl2/lJenHIL3Gf66DuIuufZ0tFprh1uyXzmFZQ4PG4PnYzSH9DM5cAbZKvx0rExt08tNtNcyjMmS1xY/GsFAHfVOHAF3aFpBefKqUz4VpYurejwVZhsofLFmktuHo= 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=HQ4DOlp0; arc=none smtp.client-ip=198.47.23.234 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="HQ4DOlp0" Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 4B3HVFGf1917216 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); 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=gizMFS0YArsyHASDoydvIeTsKDRLaHGSpkoEFxovd3Y=; h=From:To:CC:Subject:Date; b=HQ4DOlp0WT7Khna4dN0txHeAqI91w81flZ5bFNgCM1GHr0lqOqEE8xfDrBnGGvgTq fsGgWx+B+g0EHuBJxQe3LWb2KTWWO7pZoAc2V1EZhL3XcptJJrCBm664JPPmrvJ/zD E63+lV0U+CVamjKId4cZu7GpGHfE9fxZqw5Fod5s= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4B3HVFAA069926; Tue, 3 Dec 2024 11:31:15 -0600 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE112.ent.ti.com (157.170.170.23) 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:14 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE104.ent.ti.com (157.170.170.34) 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:14 -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 4B3HVEpO094200; 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 1/4] dt-bindings: mfd: syscon: Add ti,am654-icssg-ctrl compatible Date: Tue, 3 Dec 2024 11:31:10 -0600 Message-ID: <20241203173113.90009-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 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 TI ICSSG control registers compatible. This is a region found in the TI AM65 CTRL_MMR0 register space[0]. Each instance is used to control a an ICSSG's RGMII delay and GPO mode. [0] https://www.ti.com/lit/pdf/spruid7 Signed-off-by: Andrew Davis --- 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 b414de4fa779b..34943d9fc0ab5 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -115,6 +115,7 @@ select: - ti,am625-dss-oldi-io-ctrl - ti,am62p-cpsw-mac-efuse - ti,am654-dss-oldi-io-ctrl + - ti,am654-icssg-ctrl - ti,j784s4-acspcie-proxy-ctrl - ti,j784s4-pcie-ctrl - ti,keystone-pllctrl @@ -213,6 +214,7 @@ properties: - ti,am625-dss-oldi-io-ctrl - ti,am62p-cpsw-mac-efuse - ti,am654-dss-oldi-io-ctrl + - ti,am654-icssg-ctrl - ti,j784s4-pcie-ctrl - ti,keystone-pllctrl - const: syscon -- 2.39.2