Hi Rob, Sorry for the delay, this was promised long ago. I finally managed to get something done here this week. I still have one thing pending in the last patch, details in the patch. Regards, Sudeep Sudeep Holla (8): dt-bindings: firmware: arm,scpi: Move arm,scpi-shmem to json schema dt-bindings: firmware: arm,scmi: Move arm,scmi-shmem to json schema dt-bindings: firmware: juno,scpi: Move to sram.yaml json schema dt-bindings: firmware: amlogic,scpi: Move arm,scpi-shmem to json schema dt-bindings: firmware: arm,scpi: Convert to json schema dt-bindings: mailbox : arm,mhu: Fix arm,scpi example used here dt-bindings: firmware: amlogic,scpi: Convert to json schema dt-bindings: firmware: arm,scmi: Convert to json schema .../devicetree/bindings/arm/amlogic,scpi.txt | 27 -- .../devicetree/bindings/arm/arm,scmi.txt | 239 --------------- .../devicetree/bindings/arm/arm,scpi.txt | 219 ------------- .../devicetree/bindings/arm/juno,scpi.txt | 26 -- .../bindings/firmware/arm,scmi.yaml | 270 ++++++++++++++++ .../bindings/firmware/arm,scpi.yaml | 288 ++++++++++++++++++ .../devicetree/bindings/mailbox/arm,mhu.yaml | 10 +- .../devicetree/bindings/sram/sram.yaml | 5 + MAINTAINERS | 2 +- 9 files changed, 572 insertions(+), 514 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/amlogic,scpi.txt delete mode 100644 Documentation/devicetree/bindings/arm/arm,scmi.txt delete mode 100644 Documentation/devicetree/bindings/arm/arm,scpi.txt delete mode 100644 Documentation/devicetree/bindings/arm/juno,scpi.txt create mode 100644 Documentation/devicetree/bindings/firmware/arm,scmi.yaml create mode 100644 Documentation/devicetree/bindings/firmware/arm,scpi.yaml -- 2.25.1