Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp2282589ybb; Fri, 27 Mar 2020 02:34:43 -0700 (PDT) X-Google-Smtp-Source: ADFU+vviQOXBEBEH92OJ0+m6yOJIXwDQSZugyeQmQiJD1uO1jzAS+soa5Ss/zftA2HgNTuql/mgi X-Received: by 2002:a9d:64cd:: with SMTP id n13mr9624305otl.274.1585301683186; Fri, 27 Mar 2020 02:34:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585301683; cv=none; d=google.com; s=arc-20160816; b=NsLafOWFdDEhj6865VOQWPHwroryh6pIjR5m0KCulL8vfgS1BKVbaEEGciLcVCl6Vx 7fcxL1O5H5geDalm/UkXczuDEd/cwnUT0ANZlHN3tzcb7fNM5yphXDIqN7BLz/pFROtH bMuphBXVFGHWt51nVjiyWfRXWvY67Ojbra/cz8c5XQzmQRJAWiC5NXoqoiP0xiHPkAvG WVOsnyHnNFMWCqhhCLGYZsAHW6jq8WONqkR/zyZyzeA3d2SPPDIQ/7g0fIWPQUCAWXbv mvmopsjwISB6BYzq+/qjHoVgkZ2FMEKtTsjiYPrGnzcMA01eIQqV/xytFGMFVYsxogIK wKpw== 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=BcQ2R18JsVrqTM2wh0l0e3ulRaJkUwDDpTIzI8lQ6PY=; b=b1LRphhL67uXfJpCaWgtin4bGxV22vMcuPxLl/q1TFR3ZbMvEIAX8AIyl3m3DUywPV AeKeWL+mB+cDFXpHKQgy+TzcWQzMb/i9vhBbYS9yAKGg/ZmijvsuTAVA+a9637St7+pl 9kpA8rIRP+/2M+3T8p6r/csFfUB7yMFxII9jx4QibP7gMclJzXwjio1jH1KkqB7wYQWN liTDUVr2k56dUG7R/mbzR6lsgVsBWfq0CmQbifpdMtR/bln7sxF5mig0OJwtOvSOuTNb c2UuxiqP8LaB+A8UfsDYiOw32djt9fmL9Fl1ZeAW0NEa2/krUViRAySGSvuIFfqhuCQX ESlg== 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 z16si2737645otj.5.2020.03.27.02.34.28; Fri, 27 Mar 2020 02:34:43 -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 S1727370AbgC0JeL (ORCPT + 99 others); Fri, 27 Mar 2020 05:34:11 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:25118 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726465AbgC0JeH (ORCPT ); Fri, 27 Mar 2020 05:34:07 -0400 X-IronPort-AV: E=Sophos;i="5.72,311,1580742000"; d="scan'208";a="42803710" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 27 Mar 2020 18:34:05 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 2EBD6420E964; Fri, 27 Mar 2020 18:34:05 +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 v4 2/4] dt-bindings: phy: renesas: usb2-phy: add r8a77961 support Date: Fri, 27 Mar 2020 18:33:54 +0900 Message-Id: <1585301636-24399-3-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1585301636-24399-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1585301636-24399-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 7681e47..440f09f 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