linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/3] dt-bindings: net: fec: convert fsl,*fec bindings to yaml
@ 2021-07-16 10:29 Joakim Zhang
  2021-07-16 10:29 ` [PATCH V1 1/3] " Joakim Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Joakim Zhang @ 2021-07-16 10:29 UTC (permalink / raw)
  To: davem, kuba, robh+dt, shawnguo, s.hauer, kernel, festevam, bruno.thomsen
  Cc: linux-imx, netdev, devicetree, linux-kernel, linux-arm-kernel

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-07-20 16:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 10:29 [PATCH V1 0/3] dt-bindings: net: fec: convert fsl,*fec bindings to yaml Joakim Zhang
2021-07-16 10:29 ` [PATCH V1 1/3] " 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

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).