Skip to content

Commit e70ffd8

Browse files
affenull2345lag-linaro
authored andcommitted
dt-bindings: leds: sc2731: Add compatible for SC2730
The LED controller found in the SC2730 PMIC is compatible with the one found in the SC2731 PMIC. Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260222-sc27xx-mfd-cells-v1-2-69526fe74c77@abscue.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 15c9c90 commit e70ffd8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/leds/sprd,sc2731-bltc.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ description: |
1818
1919
properties:
2020
compatible:
21-
const: sprd,sc2731-bltc
21+
oneOf:
22+
- items:
23+
- enum:
24+
- sprd,sc2730-bltc
25+
- const: sprd,sc2731-bltc
26+
- const: sprd,sc2731-bltc
2227

2328
reg:
2429
maxItems: 1

0 commit comments

Comments
 (0)