diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2025-03-08 02:08:21 +0300 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2025-03-12 04:02:13 +0300 |
| commit | 69676b5ff212c1ee03e427919626482c6b410d0c (patch) | |
| tree | 75b1f9df934649c31f9a2cf32334daf35f42bf5b | |
| parent | 5935d1f1ea152b6382638b545ce76ffe3cc05c68 (diff) | |
| download | linux-69676b5ff212c1ee03e427919626482c6b410d0c.tar.xz | |
dt-bindings: fsi: ibm,p9-scom: Add "ibm,fsi2pib" compatible
The "ibm,fsi2pib" compatible was originally in the binding, but it
changed to "ibm,p9-scom" in the end. However, both compatibles are in
use, so just support both.
Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Link: https://lore.kernel.org/r/20250307230822.832936-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml b/Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml index 8cd14a70bedf..b106f5212ea9 100644 --- a/Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml +++ b/Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml @@ -16,6 +16,7 @@ description: properties: compatible: enum: + - ibm,fsi2pib - ibm,p9-scom - ibm,i2cr-scom |
