Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Vinod Koul <vkoul@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221110100755.4032505-2-vkoul@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Vinod Koul and committed by
Greg Kroah-Hartman
2d2879e1 02c39bbb

+10
+10
Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml
··· 85 85 description: > 86 86 which of the PMIC Arb provided channels to use for accesses 87 87 88 + qcom,bus-id: 89 + $ref: /schemas/types.yaml#/definitions/uint32 90 + minimum: 0 91 + maximum: 1 92 + description: > 93 + SPMI bus instance. only applicable to PMIC arbiter version 7 and beyond. 94 + Supported values, 0 = primary bus, 1 = secondary bus 95 + 88 96 required: 89 97 - compatible 90 98 - reg-names ··· 121 113 122 114 interrupt-controller; 123 115 #interrupt-cells = <4>; 116 + 117 + qcom,bus-id = <0>; 124 118 }; 125 119