From: Manivannan Sadhasivam Date: Wed, 7 Jan 2026 14:11:23 +0000 (+0530) Subject: dt-bindings: ata: sata: Document the graph port X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbd8ef484773580edfcaa3f54d7f27986c7cd1c;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Rob Herring (Arm) Signed-off-by: Damien Le Moal --- diff --git a/Documentation/devicetree/bindings/ata/sata-common.yaml b/Documentation/devicetree/bindings/ata/sata-common.yaml index 58c9342b99255..97cd69ebf3318 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 + ...