On Wed, 19 Feb 2020 08:33:46 +0100, Lubomir Rintel wrote: > > Convert the fixed-factor-clock binding to DT schema format using > json-schema. > > While at that, fix a couple of small errors: make the file base name > match the compatible string, add an example and document the reg-names > property. > > Signed-off-by: Lubomir Rintel <lkundrak@xxxxx> > --- > .../bindings/clock/marvell,mmp2-clock.yaml | 62 +++++++++++++++++++ > .../bindings/clock/marvell,mmp2.txt | 21 ------- > 2 files changed, 62 insertions(+), 21 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml > delete mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>