Hi, This converts all MIPI HSI subystem DT bindings to YAML. I ran the following tests: 1. Check binding files make -j$(nproc) dt_binding_check DT_SCHEMA_FILES=/hsi/ 2. Check OMAP3 and nokia-modem DT make -j$(nproc) CHECK_DTBS=y ti/omap/omap3-n900.dtb ti/omap/omap3-n950.dtb ti/omap/omap3-n9.dtb 3. Check OMAP4 DT (OMAP4 HSI is not used upstream, so one is enough) make -j$(nproc) CHECK_DTBS=y ti/omap/omap4-droid4-xt894.dtb FWIW I noticed a lots of warnings for OMAP3 & OMAP4, but none related to HSI/SSI. Greetings, -- Sebastian --- Sebastian Reichel (3): dt-bindings: hsi: hsi-client: convert to YAML dt-bindings: hsi: nokia-modem: convert to YAML dt-bindings: hsi: omap-ssi: convert to YAML .../devicetree/bindings/hsi/client-devices.txt | 44 ----- .../devicetree/bindings/hsi/hsi-client.yaml | 84 +++++++++ .../devicetree/bindings/hsi/nokia-modem.txt | 59 ------- .../devicetree/bindings/hsi/nokia-modem.yaml | 101 +++++++++++ Documentation/devicetree/bindings/hsi/omap-ssi.txt | 102 ----------- .../devicetree/bindings/hsi/ti,omap-ssi.yaml | 196 +++++++++++++++++++++ 6 files changed, 381 insertions(+), 205 deletions(-) --- base-commit: 4cece764965020c22cff7665b18a012006359095 change-id: 20240325-hsi-dt-binding-a5d662e3d601 Best regards, -- Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>