提交 2d2879e1 编写于 作者: V Vinod Koul 提交者: Greg Kroah-Hartman

dt-bindings: spmi: Add qcom,bus-id

For PMIC arbiter version 7 and beyond we need to define if we are using
primary or secondary bus, so add a new property of qcom,bus-id
Signed-off-by: NVinod Koul <vkoul@kernel.org>
Acked-by: NRob Herring <robh@kernel.org>
Reviewed-by: NBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221110100755.4032505-2-vkoul@kernel.orgSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 02c39bbb
...@@ -85,6 +85,14 @@ properties: ...@@ -85,6 +85,14 @@ properties:
description: > description: >
which of the PMIC Arb provided channels to use for accesses which of the PMIC Arb provided channels to use for accesses
qcom,bus-id:
$ref: /schemas/types.yaml#/definitions/uint32
minimum: 0
maximum: 1
description: >
SPMI bus instance. only applicable to PMIC arbiter version 7 and beyond.
Supported values, 0 = primary bus, 1 = secondary bus
required: required:
- compatible - compatible
- reg-names - reg-names
...@@ -113,5 +121,7 @@ examples: ...@@ -113,5 +121,7 @@ examples:
interrupt-controller; interrupt-controller;
#interrupt-cells = <4>; #interrupt-cells = <4>;
qcom,bus-id = <0>;
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册