All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] dt-bindings: mmc: Convert orion/dove bindings to JSON schema
@ 2022-04-19  2:46 ` Chris Packham
  0 siblings, 0 replies; 24+ messages in thread
From: Chris Packham @ 2022-04-19  2:46 UTC (permalink / raw)
  To: ulf.hansson, robh+dt, krzk+dt, andrew, gregory.clement,
	sebastian.hesselbarth, adrian.hunter, nico
  Cc: linux-mmc, devicetree, linux-kernel, linux-arm-kernel, Chris Packham

This is a small series converting the device tree bindings for the orion and
dove sdhci controllers to JSON schema.

The first 2 patches update the dtsi files to use a node name enforces by the
schema. These need to be applied for the schema to validate correctly.

The next 2 patches convert the old text binding to JSON schema.

Chris Packham (4):
  ARM: dts: mvebu: Update mvsdio node names to match schema
  ARM: dts: dove: Update sdio-host node names to match schema
  dt-bindings: mmc: convert orion-sdio to JSON schema
  dt-bindings: mmc: convert sdhci-dove to JSON schema

 .../bindings/mmc/marvell,dove-sdhci.yaml      | 44 +++++++++++++++++++
 .../bindings/mmc/marvell,orion-sdio.yaml      | 44 +++++++++++++++++++
 .../devicetree/bindings/mmc/orion-sdio.txt    | 16 -------
 .../devicetree/bindings/mmc/sdhci-dove.txt    | 14 ------
 arch/arm/boot/dts/armada-370-xp.dtsi          |  2 +-
 arch/arm/boot/dts/armada-375.dtsi             |  2 +-
 arch/arm/boot/dts/dove.dtsi                   |  4 +-
 arch/arm/boot/dts/kirkwood-6192.dtsi          |  2 +-
 arch/arm/boot/dts/kirkwood-6281.dtsi          |  2 +-
 arch/arm/boot/dts/kirkwood-6282.dtsi          |  2 +-
 10 files changed, 95 insertions(+), 37 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/marvell,dove-sdhci.yaml
 create mode 100644 Documentation/devicetree/bindings/mmc/marvell,orion-sdio.yaml
 delete mode 100644 Documentation/devicetree/bindings/mmc/orion-sdio.txt
 delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-dove.txt

-- 
2.35.1


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

end of thread, other threads:[~2022-04-21 13:56 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19  2:46 [PATCH v2 0/4] dt-bindings: mmc: Convert orion/dove bindings to JSON schema Chris Packham
2022-04-19  2:46 ` Chris Packham
2022-04-19  2:46 ` [PATCH v2 1/4] ARM: dts: mvebu: Update mvsdio node names to match schema Chris Packham
2022-04-19  2:46   ` Chris Packham
2022-04-19 12:08   ` Andrew Lunn
2022-04-19 12:08     ` Andrew Lunn
2022-04-19  2:46 ` [PATCH v2 2/4] ARM: dts: dove: Update sdio-host " Chris Packham
2022-04-19  2:46   ` Chris Packham
2022-04-19 12:09   ` Andrew Lunn
2022-04-19 12:09     ` Andrew Lunn
2022-04-19  2:46 ` [PATCH v2 3/4] dt-bindings: mmc: convert orion-sdio to JSON schema Chris Packham
2022-04-19  2:46   ` Chris Packham
2022-04-19 12:10   ` Andrew Lunn
2022-04-19 12:10     ` Andrew Lunn
2022-04-21 13:54   ` Ulf Hansson
2022-04-21 13:54     ` Ulf Hansson
2022-04-19  2:46 ` [PATCH v2 4/4] dt-bindings: mmc: convert sdhci-dove " Chris Packham
2022-04-19  2:46   ` Chris Packham
2022-04-19  7:39   ` Krzysztof Kozlowski
2022-04-19  7:39     ` Krzysztof Kozlowski
2022-04-19 12:11   ` Andrew Lunn
2022-04-19 12:11     ` Andrew Lunn
2022-04-21 13:54   ` Ulf Hansson
2022-04-21 13:54     ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.