diff options
author | Lad Prabhakar <[email protected]> | 2022-04-11 14:43:05 +0200 |
---|---|---|
committer | Damien Le Moal <[email protected]> | 2022-04-14 10:21:06 +0900 |
commit | 8feecea4de7ee1bd9712947bb85d495b1d1e438d (patch) | |
tree | 17b5b35b664a747d96c0cf55f4ff6fff582c7149 | |
parent | 35577381b55ffb4d87cdc9c0d0ada0e81a7d3657 (diff) |
dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support
Document SATA support for the RZ/G2H SoC, no driver change required.
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Marian-Cristian Rotariu <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Damien Le Moal <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml index c060c7914cae..c4e4a9eab658 100644 --- a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml +++ b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml @@ -26,6 +26,7 @@ properties: - items: - enum: - renesas,sata-r8a774b1 # RZ/G2N + - renesas,sata-r8a774e1 # RZ/G2H - renesas,sata-r8a7795 # R-Car H3 - renesas,sata-r8a77965 # R-Car M3-N - const: renesas,rcar-gen3-sata # generic R-Car Gen3 or RZ/G2 |