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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible

The SPMI multi-master Arbiter found on Eliza is version 7.2.0, yet
driver-wise, still compatible with the one featured on Hamoa (X1E80100),
which is 7.0.1.

So document the Eliza compatible and allow Hamoa one as fallback.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260313-eliza-bindings-spmi-v3-1-b8ff1e0a6171@oss.qualcomm.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Abel Vesa and committed by
Rob Herring (Arm)
8880c202 3ee3d8a4

+3 -1
+3 -1
Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml
··· 24 24 compatible: 25 25 oneOf: 26 26 - items: 27 - - const: qcom,sar2130p-spmi-pmic-arb 27 + - enum: 28 + - qcom,eliza-spmi-pmic-arb 29 + - qcom,sar2130p-spmi-pmic-arb 28 30 - const: qcom,x1e80100-spmi-pmic-arb 29 31 - const: qcom,x1e80100-spmi-pmic-arb 30 32