]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: leds: sc2731: Add compatible for SC2730
authorOtto Pflüger <otto.pflueger@abscue.de>
Sun, 22 Feb 2026 13:16:46 +0000 (14:16 +0100)
committerLee Jones <lee@kernel.org>
Tue, 10 Mar 2026 09:23:17 +0000 (09:23 +0000)
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>
Documentation/devicetree/bindings/leds/sprd,sc2731-bltc.yaml

index 97535d6dc47a7c5627f70d6522ec57cb864b44b9..2ae5cc31e623e2e83a1fe4b148b3ed8f8fe98547 100644 (file)
@@ -18,7 +18,12 @@ description: |
 
 properties:
   compatible:
-    const: sprd,sc2731-bltc
+    oneOf:
+      - items:
+          - enum:
+              - sprd,sc2730-bltc
+          - const: sprd,sc2731-bltc
+      - const: sprd,sc2731-bltc
 
   reg:
     maxItems: 1