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: 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>

authored by

Otto Pflüger and committed by
Lee Jones
e70ffd8f 15c9c907

+6 -1
+6 -1
Documentation/devicetree/bindings/leds/sprd,sc2731-bltc.yaml
··· 18 18 19 19 properties: 20 20 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 22 27 23 28 reg: 24 29 maxItems: 1