From: lizhi2@eswincomputing•com
To: devicetree@vger•kernel.org, andrew+netdev@lunn•ch,
davem@davemloft•net, edumazet@google•com, kuba@kernel•org,
robh@kernel•org, krzk+dt@kernel•org, conor+dt@kernel•org,
netdev@vger•kernel.org, pabeni@redhat•com,
mcoquelin.stm32@gmail•com, alexandre.torgue@foss•st.com,
rmk+kernel@armlinux•org.uk, pjw@kernel•org, palmer@dabbelt•com,
aou@eecs•berkeley.edu, alex@ghiti•fr,
linux-riscv@lists•infradead.org,
linux-stm32@st-md-mailman•stormreply.com,
linux-arm-kernel@lists•infradead.org,
linux-kernel@vger•kernel.org, maxime.chevallier@bootlin•com
Cc: ningyu@eswincomputing•com, linmin@eswincomputing•com,
pinkesh.vaghela@einfochips•com, pritesh.patel@einfochips•com,
weishangjuan@eswincomputing•com, horms@kernel•org,
Zhi Li <lizhi2@eswincomputing•com>
Subject: [PATCH net-next v7 3/4] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible
Date: Mon, 27 Apr 2026 15:25:41 +0800 [thread overview]
Message-ID: <20260427072541.1174-1-lizhi2@eswincomputing.com> (raw)
In-Reply-To: <20260427072353.1114-1-lizhi2@eswincomputing.com>
From: Zhi Li <lizhi2@eswincomputing•com>
Document ESWIN EIC7700 SoC compatible for syscon registers.
Signed-off-by: Zhi Li <lizhi2@eswincomputing•com>
---
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 e22867088063..7d3365601249 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -62,6 +62,7 @@ select:
- cirrus,ep7209-syscon3
- cnxt,cx92755-uc
- econet,en751221-chip-scu
+ - eswin,eic7700-syscfg
- freecom,fsg-cs2-system-controller
- fsl,imx93-aonmix-ns-syscfg
- fsl,imx93-wakeupmix-syscfg
@@ -175,6 +176,7 @@ properties:
- cirrus,ep7209-syscon3
- cnxt,cx92755-uc
- econet,en751221-chip-scu
+ - eswin,eic7700-syscfg
- freecom,fsg-cs2-system-controller
- fsl,imx93-aonmix-ns-syscfg
- fsl,imx93-wakeupmix-syscfg
--
2.25.1
next prev parent reply other threads:[~2026-04-27 7:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-27 7:23 [PATCH net-next v7 0/4] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing lizhi2
2026-04-27 7:24 ` [PATCH net-next v7 1/4] dt-bindings: ethernet: eswin: add clock sampling control lizhi2
2026-04-29 1:28 ` Andrew Lunn
2026-04-27 7:25 ` [PATCH net-next v7 2/4] net: stmmac: eic7700: enable clocks before syscon access and correct RX sampling timing lizhi2
2026-04-29 1:06 ` Jakub Kicinski
2026-04-30 6:43 ` 李志
2026-04-30 23:35 ` Jakub Kicinski
2026-05-06 2:10 ` 李志
2026-05-12 5:39 ` 李志
2026-05-12 23:13 ` Jakub Kicinski
2026-05-14 2:25 ` 李志
2026-04-27 7:25 ` lizhi2 [this message]
2026-04-27 19:05 ` [PATCH net-next v7 3/4] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible Conor Dooley
2026-04-27 7:26 ` [PATCH net-next v7 4/4] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller lizhi2
2026-04-29 1:41 ` Andrew Lunn
2026-04-30 7:05 ` 李志
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260427072541.1174-1-lizhi2@eswincomputing.com \
--to=lizhi2@eswincomputing$(echo .)com \
--cc=alex@ghiti$(echo .)fr \
--cc=alexandre.torgue@foss$(echo .)st.com \
--cc=andrew+netdev@lunn$(echo .)ch \
--cc=aou@eecs$(echo .)berkeley.edu \
--cc=conor+dt@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=edumazet@google$(echo .)com \
--cc=horms@kernel$(echo .)org \
--cc=krzk+dt@kernel$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=linmin@eswincomputing$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-riscv@lists$(echo .)infradead.org \
--cc=linux-stm32@st-md-mailman$(echo .)stormreply.com \
--cc=maxime.chevallier@bootlin$(echo .)com \
--cc=mcoquelin.stm32@gmail$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=ningyu@eswincomputing$(echo .)com \
--cc=pabeni@redhat$(echo .)com \
--cc=palmer@dabbelt$(echo .)com \
--cc=pinkesh.vaghela@einfochips$(echo .)com \
--cc=pjw@kernel$(echo .)org \
--cc=pritesh.patel@einfochips$(echo .)com \
--cc=rmk+kernel@armlinux$(echo .)org.uk \
--cc=robh@kernel$(echo .)org \
--cc=weishangjuan@eswincomputing$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox