Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1366568ybb; Wed, 25 Mar 2020 22:30:36 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsdFt3McWI4cEIJcCXHa/6LVy0ATGZ/4KReavpa6p6uQbUHjVqAdBUjUFC+dhAAXj+SDhxn X-Received: by 2002:aca:d503:: with SMTP id m3mr657118oig.165.1585200636668; Wed, 25 Mar 2020 22:30:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585200636; cv=none; d=google.com; s=arc-20160816; b=q3jQ22QXgoOVmPFibPlMSSPpXlN8HzBB30rYELQmeeqO4TMbFM9iiUMnlU0PFMZLgo kTPcSf6pXlswycZNmDc0+fn20y03QTQbCbCQpm+fuR+z02CeSTGHaLpgum1lJVW/dNG4 i4TQPPtbw9tFm5q52JqslGj8c8P3lyQhcVfRfwKF7Uukub+ZsxkHpdg0lXG0RjfAYeJG K0uZy5HyVMGxOQuNjLu1gpiaE/4T+4CRZn+RsQUFUtQIce7BcLjDpic/J+zOQPsZwKm3 cP2+ovFoEM9DgYAftMuPleAqYf22BXQ3No9a7bupxSzq9DSULtczYwD+QfaaCJNotzkz P5cw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=Xqau0XsBXic5x1y4LO23RSn1ah+cw5TUFDI11lP3Q6U=; b=mGS3RTvVaT1xrHL8IZ/Mo62YlNbXrdz13nT/dxPZCijWIZHMnt4+9dqS4ryK/QhiN8 ju3xX1Rgcy5eJysqYFWl4Vw/6b9p2se4MhGtTRU9l1XO61UDDp1+a71zJCNgy47FJpqi 7LsYkU35uZ83v6AEVibUZ4L/LY67vm/BOH0PnxQ6eSu5QhbIs6gIwL/RxVpzW+0ty8Ho TiohkIot0+H2P0hwV3zbjO+cI5OAF8hwjhlW9mdnha7K1ZPfuqaFxoAsTgn7dB8lVcWX jugOxkOQcgBDphoOGUYbAax7pxUb8us9Qvkqhc2mMeUy7m3yNdi/eZh3t/7SxDLyutL3 bk9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y110si656325otb.71.2020.03.25.22.30.24; Wed, 25 Mar 2020 22:30:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727695AbgCZF3m (ORCPT + 99 others); Thu, 26 Mar 2020 01:29:42 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:11387 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726298AbgCZF33 (ORCPT ); Thu, 26 Mar 2020 01:29:29 -0400 X-IronPort-AV: E=Sophos;i="5.72,307,1580742000"; d="scan'208";a="42883300" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 26 Mar 2020 14:29:27 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 57C3B4004BA6; Thu, 26 Mar 2020 14:29:27 +0900 (JST) From: Yoshihiro Shimoda To: kishon@ti.com, robh+dt@kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v2 2/4] dt-bindings: phy: renesas: usb2-phy: add r8a77961 support Date: Thu, 26 Mar 2020 14:29:17 +0900 Message-Id: <1585200559-30033-3-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1585200559-30033-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1585200559-30033-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds support for r8a77961 (R-Car M3-W+). Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml b/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml index c0e1af6..41eb766 100644 --- a/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml @@ -23,6 +23,7 @@ properties: - renesas,usb2-phy-r8a774c0 # RZ/G2E - renesas,usb2-phy-r8a7795 # R-Car H3 - renesas,usb2-phy-r8a7796 # R-Car M3-W + - renesas,usb2-phy-r8a77961 # R-Car M3-W+ - renesas,usb2-phy-r8a77965 # R-Car M3-N - renesas,usb2-phy-r8a77990 # R-Car E3 - renesas,usb2-phy-r8a77995 # R-Car D3 -- 2.7.4