Message ID | 1630468039-7186-1-git-send-email-sugar.zhang@rock-chips.com |
---|---|
Headers | show |
Series | Patches to update for rockchip pdm | expand |
On Wed, 01 Sep 2021 11:48:38 +0800, Sugar Zhang wrote: > This patch converts pdm bindings to yaml. > > Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> > --- > > Changes in v3: > - Fix property 'path-map' suggested by Rob Herring. > > Changes in v2: > - Fix yamllint errors. > > .../devicetree/bindings/sound/rockchip,pdm.txt | 64 ----------- > .../devicetree/bindings/sound/rockchip,pdm.yaml | 120 +++++++++++++++++++++ > 2 files changed, 120 insertions(+), 64 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/rockchip,pdm.txt > create mode 100644 Documentation/devicetree/bindings/sound/rockchip,pdm.yaml > Reviewed-by: Rob Herring <robh@kernel.org>