Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2935672pxk; Mon, 21 Sep 2020 00:23:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwHE8GYjoV7v1V4KS1Ahkxlpj5W9YGsDCO2higQgm9+Y55PPieT2KWBPJbhEegrjr3z1Yib X-Received: by 2002:a17:906:250a:: with SMTP id i10mr47601915ejb.202.1600673019660; Mon, 21 Sep 2020 00:23:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600673019; cv=none; d=google.com; s=arc-20160816; b=eHlUp/aQsOLVLBQrp+gVomscg/+2Du9O6OErxjE1bTaOV/waqLWZP17RG9ZscXj8GK sV+pamZIM6OLrXy++ZAIQ8r2FTUqcVPuZSxMMvcLXKS7JsucRTNnv0WBOohsFIfnQbBD zPUXYxDBeVgkT5cyAaY7VO5g5ksc3wM6SJS0yID9CLREiKX2RytSBWTxkPznYzYjlAR6 auwFsTp7ufZmt/Er1sNzPm/vkdCr7jm8OcLL4TsgNv69X4AS2d/ShS4FHFfgEyquSUw3 jJoelwzwdpkBfp1XEvJeUcd+uKpNq42mzyHvEqtGd2qIxxUfEacAOkADJu3bUWfpRywa tVJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=NxMH1gONiVgQQwDQteAzliEPyHmGVIDwmV4kpdd9FmE=; b=Vays0mO3IGZLImuxNsHzV47AoaaXhbzttEulIfTul+eZob/x0m7SyrunwkoGctz4Ph Sel5BZR7QpFITOQ8aATUk3u7HtDv2FX8NGRfBiPn8xhleoLvbrURwZpqwlUSYRjaa7Vy VZHGhW9/0qQHd5uO+grZc7RUrwFXYp++Mnjw5GY1nleka8NRydRIXl+GKW5bpALOGjhf uwJ+rP7dv1LFRRW9omnpv0j1XG1wryuwg/XvE/6OBUr6hjNffvPlJRoCHpzwpljpTjmF 2EljeTofKLImxUCE1gi1pKdYfQNfs4bME3qT1NSp4FKZL5XknpWqjN85p/P035su2fDp i2aQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b4si7804311edt.521.2020.09.21.00.23.16; Mon, 21 Sep 2020 00:23:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726442AbgIUHWP (ORCPT + 99 others); Mon, 21 Sep 2020 03:22:15 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:24357 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726244AbgIUHWP (ORCPT ); Mon, 21 Sep 2020 03:22:15 -0400 X-IronPort-AV: E=Sophos;i="5.77,285,1596466800"; d="scan'208";a="57556396" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 21 Sep 2020 16:22:13 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id C4BF741C23B7; Mon, 21 Sep 2020 16:22:11 +0900 (JST) From: Lad Prabhakar To: Jens Axboe Cc: Rob Herring , Geert Uytterhoeven , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Lad Prabhakar , Prabhakar Subject: [RESEND PATCH] dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support Date: Mon, 21 Sep 2020 08:22:06 +0100 Message-Id: <20200921072206.15182-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document SATA support for the RZ/G2H, no driver change required. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Acked-by: Rob Herring Reviewed-by: Geert Uytterhoeven --- Hi All, This patch is part of series [1] (orignal patch [2]) where rest of the patches have been picked up by the respective maintainers so just resending this patch. I have included the Acks' from the maintainers. [1] https://patchwork.kernel.org/project/linux-renesas-soc/ list/?series=319563 [2] https://patchwork.kernel.org/patch/11668061/ 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