On Fri, 25 Jun 2021 13:17:43 +0200, Johan Jonker wrote: > Current dts files with 'io-domains' nodes are manually verified. > In order to automate this process rockchip-io-domain.txt has to be > converted to YAML. > > Changed: > Add supply properties for: > rockchip,rk3328-io-voltage-domain > rockchip,rv1108-io-voltage-domain > rockchip,rv1108-pmu-io-voltage-domain > > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> > --- > > Changed V2: > move grf part in separate patch > modify pin description > > --- > > note for rob+dt: > unevaluatedProperties and > allOf: > -if: > doesn't seem to work. > Changed to > allOf: > - $ref: > --- > .../bindings/power/rockchip-io-domain.txt | 135 --------- > .../bindings/power/rockchip-io-domain.yaml | 330 +++++++++++++++++++++ > 2 files changed, 330 insertions(+), 135 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.txt > create mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>