On Thu, 21 May 2020 11:13:52 +0200, Lubomir Rintel wrote: > Convert the marvell,mmp2-ccic binding to DT schema format using > json-schema. While at that this drops the "func" and "phy" clocks. > > The driver consumes clocks with those names, but it's not clear > what are they for and they are not used in DT systems. "phy" is > probably a clock for the sensor and it would belong in the sensor > node. > > Signed-off-by: Lubomir Rintel <lkundrak@xxxxx> > > --- > Changes since v1: > - Fix indentation > - Drop clocks other than "axi" > - s/GPL-2.0-or-later/GPL-2.0-only/ > > .../bindings/media/marvell,mmp2-ccic.txt | 50 ---------- > .../bindings/media/marvell,mmp2-ccic.yaml | 97 +++++++++++++++++++ > 2 files changed, 97 insertions(+), 50 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/marvell,mmp2-ccic.txt > create mode 100644 Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > Applied, thanks!