Skip to content

Commit b2b0dca

Browse files
affenull2345alexandrebelloni
authored andcommitted
dt-bindings: rtc: sc2731: Add compatible for SC2730
The RTC block found in the SC2730 PMIC is compatible with the one found in the SC2731 PMIC. Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de> Link: https://patch.msgid.link/20260329-sc27xx-mfd-cells-v3-1-9158dee41f74@abscue.de Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent b47bcab commit b2b0dca

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/rtc/sprd,sc2731-rtc.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ maintainers:
1313

1414
properties:
1515
compatible:
16-
const: sprd,sc2731-rtc
16+
oneOf:
17+
- items:
18+
- enum:
19+
- sprd,sc2730-rtc
20+
- const: sprd,sc2731-rtc
21+
- const: sprd,sc2731-rtc
1722

1823
reg:
1924
maxItems: 1

0 commit comments

Comments
 (0)