Skip to content

Commit 9aa45ca

Browse files
lumaggregkh
authored andcommitted
dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Add SAR2130P compatible
SAR2130P has SPMI v7 arbiter. Although it has only a single bus configuration, use the new bindings for v7 platforms. Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9125ede commit 9aa45ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ description: |
1919
2020
properties:
2121
compatible:
22-
const: qcom,x1e80100-spmi-pmic-arb
22+
oneOf:
23+
- items:
24+
- const: qcom,sar2130p-spmi-pmic-arb
25+
- const: qcom,x1e80100-spmi-pmic-arb
26+
- const: qcom,x1e80100-spmi-pmic-arb
2327

2428
reg:
2529
items:

0 commit comments

Comments
 (0)