Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Otto Pflüger and committed by
Alexandre Belloni
b2b0dcaa b47bcab6

+6 -1
+6 -1
Documentation/devicetree/bindings/rtc/sprd,sc2731-rtc.yaml
··· 13 13 14 14 properties: 15 15 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 17 22 18 23 reg: 19 24 maxItems: 1