[PATCH v5 1/5] dt-bindings: ata: sata: Document the graph port

Manivannan Sadhasivam via B4 Relay posted 5 patches 1 month ago
There is a newer version of this series
[PATCH v5 1/5] dt-bindings: ata: sata: Document the graph port
Posted by Manivannan Sadhasivam via B4 Relay 1 month ago
From: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>

An external connector like M.2 could expose the SATA interface to the
plugin cards. So add the graph port to establish link between the SATA Port
and the connector node.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/ata/sata-common.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/ata/sata-common.yaml b/Documentation/devicetree/bindings/ata/sata-common.yaml
index 58c9342b9925..97cd69ebf331 100644
--- a/Documentation/devicetree/bindings/ata/sata-common.yaml
+++ b/Documentation/devicetree/bindings/ata/sata-common.yaml
@@ -54,4 +54,7 @@ $defs:
           each port can have a Port Multiplier attached thus allowing to
           access more than one drive by means of a single SATA port.
 
+      port:
+        $ref: /schemas/graph.yaml#/properties/port
+
 ...

-- 
2.48.1
Re: [PATCH v5 1/5] dt-bindings: ata: sata: Document the graph port
Posted by Damien Le Moal 3 weeks, 4 days ago
On 1/7/26 15:11, Manivannan Sadhasivam via B4 Relay wrote:
> From: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
> 
> An external connector like M.2 could expose the SATA interface to the
> plugin cards. So add the graph port to establish link between the SATA Port
> and the connector node.
> 
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>

I applied this patch to the libata tree, for-6.20 branch. Thanks !


-- 
Damien Le Moal
Western Digital Research
Re: [PATCH v5 1/5] dt-bindings: ata: sata: Document the graph port
Posted by Rob Herring (Arm) 3 weeks, 5 days ago
On Wed, 07 Jan 2026 19:41:23 +0530, Manivannan Sadhasivam wrote:
> An external connector like M.2 could expose the SATA interface to the
> plugin cards. So add the graph port to establish link between the SATA Port
> and the connector node.
> 
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/ata/sata-common.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>