[PATCH 4/4 v5] dt-bindings: mfd: rk808: Convert bindings to yaml
Rob Herring
robh at kernel.org
Thu Mar 3 18:56:43 PST 2022
On Thu, 03 Mar 2022 14:39:58 -0600, Chris Morgan wrote:
> From: Chris Morgan <macromorgan at hotmail.com>
>
> Convert the rk808 bindings into yaml format. clock-output-names varies
> in maxItems depending on whether or not the clock-cells is 0 or 1. For
> the rk805, rk809, and rk817. This preserves behavior with the existing
> driver handling setting the clock for these specific PMICs. When this
> driver is corrected and the devicetrees updated this logic can be
> removed (since the rk805, rk808, and rk817 only have one actual clock).
>
> Signed-off-by: Chris Morgan <macromorgan at hotmail.com>
> ---
> .../devicetree/bindings/mfd/rk808.txt | 465 ------------------
> .../bindings/mfd/rockchip,rk805.yaml | 219 +++++++++
> .../bindings/mfd/rockchip,rk808.yaml | 257 ++++++++++
> .../bindings/mfd/rockchip,rk809.yaml | 284 +++++++++++
> .../bindings/mfd/rockchip,rk817.yaml | 330 +++++++++++++
> .../bindings/mfd/rockchip,rk818.yaml | 282 +++++++++++
> 6 files changed, 1372 insertions(+), 465 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/mfd/rk808.txt
> create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml
> create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml
> create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml
> create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml
> create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml
>
Reviewed-by: Rob Herring <robh at kernel.org>
More information about the Linux-rockchip
mailing list