summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>2026-01-07 17:11:23 +0300
committerDamien Le Moal <dlemoal@kernel.org>2026-01-14 13:23:20 +0300
commitbcbd8ef484773580edfcaa3f54d7f27986c7cd1c (patch)
treec859a7136b55ede6d56f86c6e7a60ac41e60e4de
parent0ea84089dbf62a92dc7889c79e6b18fc89260808 (diff)
downloadlinux-bcbd8ef484773580edfcaa3f54d7f27986c7cd1c.tar.xz
dt-bindings: ata: sata: Document the graph port
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> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/ata/sata-common.yaml3
1 files changed, 3 insertions, 0 deletions
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
+
...