On Sat, 26 Mar 2022 13:09:41 +0100, Johan Jonker wrote: > Current dts files with RK3288 'cru' nodes are manually verified. > In order to automate this process rockchip,rk3288-cru.txt has to be > converted to YAML. > > Changed: > Add properties to fix notifications by clocks.yaml for example: > clocks > clock-names > > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> > --- > .../bindings/clock/rockchip,rk3288-cru.txt | 67 --------------- > .../bindings/clock/rockchip,rk3288-cru.yaml | 83 +++++++++++++++++++ > 2 files changed, 83 insertions(+), 67 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt > create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>