On Tue, 24 Mar 2020 13:31:53 +0100, Johan Jonker wrote: > Current dts files with 'spdif' nodes are manually verified. > In order to automate this process rockchip-spdif.txt > has to be converted to yaml. > > Also rk3188.dtsi, rk3288.dtsi use an extra fallback string, > so change this in the documentation. > > Changed: > "rockchip,rk3188-spdif", "rockchip,rk3066-spdif" > "rockchip,rk3288-spdif", "rockchip,rk3066-spdif" > > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> > --- > Changed V2: > dmas and dma-names layout > --- > .../devicetree/bindings/sound/rockchip-spdif.txt | 45 ----------- > .../devicetree/bindings/sound/rockchip-spdif.yaml | 94 ++++++++++++++++++++++ > 2 files changed, 94 insertions(+), 45 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/rockchip-spdif.txt > create mode 100644 Documentation/devicetree/bindings/sound/rockchip-spdif.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>