On Mon, 22 Jun 2020 07:49:26 -0700, Douglas Anderson wrote: > From: Ravi Kumar Bokka <rbokka@xxxxxxxxxxxxxx> > > This switches the bindings over from txt to yaml. > > Signed-off-by: Ravi Kumar Bokka <rbokka@xxxxxxxxxxxxxx> > Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > --- > > Changes in v4: > - Maintainer now listed as Srinivas. > - Example under "soc" to get #address-cells and #size-cells. > > Changes in v3: > - Split conversion to yaml into separate patch new in v3. > - Use 'const' for compatible instead of a 1-entry enum. > - Changed filename to match compatible string. > - Add #address-cells and #size-cells to list of properties. > - Fixed up example. > > .../bindings/nvmem/qcom,qfprom.yaml | 50 +++++++++++++++++++ > .../devicetree/bindings/nvmem/qfprom.txt | 35 ------------- > 2 files changed, 50 insertions(+), 35 deletions(-) > create mode 100644 Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml > delete mode 100644 Documentation/devicetree/bindings/nvmem/qfprom.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>