[PATCH] dt-bindings: fsi: ibm,p9-scom: Add "ibm,fsi2pib" compatible

Rob Herring (Arm) posted 1 patch 11 months ago
Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: fsi: ibm,p9-scom: Add "ibm,fsi2pib" compatible
Posted by Rob Herring (Arm) 11 months ago
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>
---
 Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
2.47.2
Re: [PATCH] dt-bindings: fsi: ibm,p9-scom: Add "ibm,fsi2pib" compatible
Posted by Rob Herring (Arm) 11 months ago
On Fri, 07 Mar 2025 17:08:21 -0600, Rob Herring (Arm) wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/fsi/ibm,p9-scom.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!