Document SATA support for the RZ/G2H, no driver change required. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com> Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu...@bp.renesas.com> Acked-by: Rob Herring <r...@kernel.org> Reviewed-by: Geert Uytterhoeven <geert+rene...@glider.be> --- Hi All,
This patch is part of series [1] (original patch [2]) where rest of the patches have been picked up by the respective maintainers. I haven't received any response for the RESEND patch [3] so resending again. [1] https://patchwork.kernel.org/project/linux-renesas-soc/ list/?series=319563 [2] https://patchwork.kernel.org/patch/11668061/ [3] https://patchwork.kernel.org/project/linux-renesas-soc/ patch/20200921072206.15182-1-prabhakar.mahadev-lad...@bp.renesas.com/ Cheers, Prabhakar --- Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml index d06096a7ba4b..2ad2444f1042 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 -- 2.17.1