On 10/03/2022 02:35, Rob Herring wrote: > Convert the QEMU fw-cfg binding to DT schema format. As this binding is > also used on Risc-V now, drop any architecture references and move to a > common location. The fw-cfg interface has also gained some DMA support > which is coherent, so add the missing 'dma-coherent'. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > .../devicetree/bindings/arm/fw-cfg.txt | 38 ------------- > .../bindings/firmware/qemu,fw-cfg-mmio.yaml | 54 +++++++++++++++++++ > 2 files changed, 54 insertions(+), 38 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/fw-cfg.txt > create mode 100644 Documentation/devicetree/bindings/firmware/qemu,fw-cfg-mmio.yaml > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof