From: Joakim Zhang <qiangqing.zhang@nxp.com>
To: davem@davemloft.net, kuba@kernel.org, robh+dt@kernel.org,
shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com,
bruno.thomsen@gmail.com
Cc: linux-imx@nxp.com, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH V1 0/3] dt-bindings: net: fec: convert fsl,*fec bindings to yaml
Date: Fri, 16 Jul 2021 18:29:08 +0800 [thread overview]
Message-ID: <20210716102911.23694-1-qiangqing.zhang@nxp.com> (raw)
This patch set intends to convert fec binding into scheme, and fixes
when do dtbs_check on ARCH arm.
One notice is that there are below logs for some dts when do dtbs_check:
ethernet@2188000: More than one condition true in oneOf schema:
We found that fec node in these dts all have "interrupts-extended"
property, and schema default is:
'oneOf': [{'required': ['interrupts']},
{'required': ['interrupts-extended']}],
so we don't know if it is a common issue or need be fixed in specific
bindings.
Joakim Zhang (3):
dt-bindings: net: fec: convert fsl,*fec bindings to yaml
ARM: dts: imx35: correct node name for FEC
ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" property
.../devicetree/bindings/net/fsl,fec.yaml | 213 ++++++++++++++++++
.../devicetree/bindings/net/fsl-fec.txt | 95 --------
arch/arm/boot/dts/imx35.dtsi | 2 +-
arch/arm/boot/dts/imx7-mba7.dtsi | 1 -
arch/arm/boot/dts/imx7d-mba7.dts | 1 -
5 files changed, 214 insertions(+), 98 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/fsl,fec.yaml
delete mode 100644 Documentation/devicetree/bindings/net/fsl-fec.txt
--
2.17.1
next reply other threads:[~2021-07-16 10:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-16 10:29 Joakim Zhang [this message]
2021-07-16 10:29 ` [PATCH V1 1/3] dt-bindings: net: fec: convert fsl,*fec bindings to yaml Joakim Zhang
2021-07-19 22:45 ` Rob Herring
2021-07-20 9:58 ` Joakim Zhang
2021-07-20 16:32 ` Rob Herring
2021-07-16 10:29 ` [PATCH V1 2/3] ARM: dts: imx35: correct node name for FEC Joakim Zhang
2021-07-16 10:29 ` [PATCH V1 3/3] ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" property Joakim Zhang
2021-07-16 19:40 ` [PATCH V1 0/3] dt-bindings: net: fec: convert fsl,*fec bindings to yaml patchwork-bot+netdevbpf
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=20210716102911.23694-1-qiangqing.zhang@nxp.com \
--to=qiangqing.zhang@nxp.com \
--cc=bruno.thomsen@gmail.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).