On Wed, 12 May 2021 14:23:44 +0200, Johan Jonker wrote: > Current dts files with 'grf' nodes are manually verified. > In order to automate this process grf.txt has to be > converted to YAML. > > Most compatibility strings are in use with "simple-mfd" added. > > Changed compatibles: > "rockchip,rk3066-grf", "syscon", "simple-mfd" > "rockchip,rk3188-grf", "syscon", "simple-mfd" > > Add description already in use: > "rockchip,rv1108-pmugrf", "syscon" > > Add new descriptions for: > "rockchip,rk3568-grf", "syscon", "simple-mfd" > "rockchip,rk3568-pmugrf", "syscon", "simple-mfd" > > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> > --- > > Changed V5: > changed compatibles for rk3066/rk3188 > add rockchip-usb-phy.yaml > > Changed V4: > revert separate schemas for each 'if' subset > add additionalProperties > move properties to top level > > Changed V3: > remove select > change unevaluatedProperties > add separate schemas for each 'if' subset > > Changed V2: > add rockchip,rk3328-grf-gpio.yaml > rename grf-gpio nodename > --- > .../devicetree/bindings/soc/rockchip/grf.txt | 61 ----- > .../devicetree/bindings/soc/rockchip/grf.yaml | 260 +++++++++++++++++++++ > 2 files changed, 260 insertions(+), 61 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/soc/rockchip/grf.txt > create mode 100644 Documentation/devicetree/bindings/soc/rockchip/grf.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>