Skip to content

Commit e7abf71

Browse files
cristiccbroonie
authored andcommitted
regulator: dt-bindings: fcs,fan53555: Add support for RK860X
Add compatibles to support Rockchip RK860X regulators. RK8600/RK8601 are pretty similar to the FAN53555 regulators, while RK8602/RK8603 are a bit different, having a wider voltage selection range. Signed-off-by: Cristian Ciocaltea <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c5d5b55 commit e7abf71

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

Documentation/devicetree/bindings/regulator/fcs,fan53555.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
enum:
18-
- fcs,fan53555
19-
- fcs,fan53526
20-
- silergy,syr827
21-
- silergy,syr828
22-
- tcs,tcs4525
17+
oneOf:
18+
- enum:
19+
- fcs,fan53555
20+
- fcs,fan53526
21+
- rockchip,rk8600
22+
- rockchip,rk8602
23+
- silergy,syr827
24+
- silergy,syr828
25+
- tcs,tcs4525
26+
- items:
27+
- const: rockchip,rk8601
28+
- const: rockchip,rk8600
29+
- items:
30+
- const: rockchip,rk8603
31+
- const: rockchip,rk8602
2332

2433
reg:
2534
maxItems: 1

0 commit comments

Comments
 (0)