[PATCH 0/5] dt-bindings: spi: omap-spi: Convert to json-schema

From: Aswath Govindraju
Date: Wed Jun 02 2021 - 08:34:44 EST


Convert the omap-spi device tree binding documentation to json-schema.
The property ti,pindir-d0-out-d1-in is expected to be of type boolean.

All ti,pindir-d0-out-d1-in occurences are fixed before changing the
binding to avoid dtbs_check warnings.

Aswath Govindraju (5):
ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema
ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema
arm64: dts: ti: am65: align ti,pindir-d0-out-d1-in property with
dt-shema
arm64: dts: ti: k3-am642-evm: align ti,pindir-d0-out-d1-in property
with dt-shema
dt-bindings: spi: omap-spi: Convert to json-schema

.../devicetree/bindings/spi/omap-spi.txt | 48 -------
.../devicetree/bindings/spi/omap-spi.yaml | 126 ++++++++++++++++++
arch/arm/boot/dts/am335x-cm-t335.dts | 2 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 4 +-
arch/arm64/boot/dts/ti/k3-am642-evm.dts | 2 +-
.../boot/dts/ti/k3-am65-iot2050-common.dtsi | 2 +-
.../arm64/boot/dts/ti/k3-am654-base-board.dts | 2 +-
7 files changed, 132 insertions(+), 54 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/spi/omap-spi.txt
create mode 100644 Documentation/devicetree/bindings/spi/omap-spi.yaml

--
2.17.1