diff options
author | Abel Vesa <[email protected]> | 2024-05-07 14:07:44 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-05-08 19:46:10 +0100 |
commit | 345fbbca3f76b7904219c0bf953dd6dc906680dd (patch) | |
tree | e79438042e5bc2b480df443684eb2979e42b2809 | |
parent | e72efb5d4f0470fbbe310ecd75770e2fdc97682b (diff) |
dt-bindings: spmi: Deprecate qcom,bus-id
As it is optional and no platform is actually using the secondary bus,
deprecate the qcom,bus-id property. For newer platforms that implement
SPMI PMIC ARB v7 in HW, the X1E80100 approach should be used.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Abel Vesa <[email protected]>
Link: https://lore.kernel.org/r/[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]>
-rw-r--r-- | Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml b/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml index f983b4af6db9..51daf1b847a9 100644 --- a/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml +++ b/Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml @@ -92,6 +92,7 @@ properties: description: > SPMI bus instance. only applicable to PMIC arbiter version 7 and beyond. Supported values, 0 = primary bus, 1 = secondary bus + deprecated: true required: - compatible |