]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: mfd: rk808: Convert bindings to yaml
authorChris Morgan <macromorgan@hotmail.com>
Thu, 19 May 2022 16:17:31 +0000 (11:17 -0500)
committerLee Jones <lee.jones@linaro.org>
Fri, 20 May 2022 12:08:15 +0000 (13:08 +0100)
commit83c3a1a3cefc6f2c3e4ec1f7bc0dceac1c4e0f0a
treecdd7b17909e16461f3c5c5b38fbfab9f56d54c9f
parent0d1e6fadd32a04032110002d569e3d62aecc8c6e
dt-bindings: mfd: rk808: Convert bindings to yaml

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).

Note this patch was previously sent as a series, all of the patches in
the series except this one have been committed to mainline.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220519161731.1168-1-macroalpha82@gmail.com
Documentation/devicetree/bindings/mfd/rk808.txt [deleted file]
Documentation/devicetree/bindings/mfd/rockchip,rk805.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/mfd/rockchip,rk818.yaml [new file with mode: 0644]