Message ID | 20230405194721.821536-2-cristian.ciocaltea@collabora.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Add support for Rockchip RK860X regulators | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 05/04/2023 21:47, Cristian Ciocaltea wrote: > Add compatibles to support Rockchip RK860X regulators. > > RK8600/RK8601 are compatible with Fairchild FAN53555 regulators, while > RK8602/RK8603 are a bit different, having a wider voltage selection > range. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/regulator/fcs,fan53555.yaml b/Documentation/devicetree/bindings/regulator/fcs,fan53555.yaml index c0dbba843f70..687eda31ad90 100644 --- a/Documentation/devicetree/bindings/regulator/fcs,fan53555.yaml +++ b/Documentation/devicetree/bindings/regulator/fcs,fan53555.yaml @@ -17,6 +17,10 @@ properties: enum: - fcs,fan53555 - fcs,fan53526 + - rockchip,rk8600 + - rockchip,rk8601 + - rockchip,rk8602 + - rockchip,rk8603 - silergy,syr827 - silergy,syr828 - tcs,tcs4525
Add compatibles to support Rockchip RK860X regulators. RK8600/RK8601 are compatible with Fairchild FAN53555 regulators, while RK8602/RK8603 are a bit different, having a wider voltage selection range. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> --- Documentation/devicetree/bindings/regulator/fcs,fan53555.yaml | 4 ++++ 1 file changed, 4 insertions(+)