[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220419024611.1327525-1-chris.packham@alliedtelesis.co.nz>
Date: Tue, 19 Apr 2022 14:46:07 +1200
From: Chris Packham <chris.packham@...iedtelesis.co.nz>
To: ulf.hansson@...aro.org, robh+dt@...nel.org, krzk+dt@...nel.org,
andrew@...n.ch, gregory.clement@...tlin.com,
sebastian.hesselbarth@...il.com, adrian.hunter@...el.com,
nico@...xnic.net
Cc: linux-mmc@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Chris Packham <chris.packham@...iedtelesis.co.nz>
Subject: [PATCH v2 0/4] dt-bindings: mmc: Convert orion/dove bindings to JSON schema
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
Powered by blists - more mailing lists