Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp304777ybb; Tue, 24 Mar 2020 23:19:07 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsYmVM5JZyOnY/VxfXyuve2KcyVFo//zgjzePrimJwy13h8ddfAmKHOmjh5gifXsjgaF/0w X-Received: by 2002:a9d:7590:: with SMTP id s16mr1343618otk.250.1585117147567; Tue, 24 Mar 2020 23:19:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585117147; cv=none; d=google.com; s=arc-20160816; b=koxalQDWUrjmMkAT8CrQ4aGN6FwIPos6xNXKEoWjBdYr2bWy2tGI8ajOoY0nGzl2jA VFqZtxmRmg88e0wrRCuW8Hx5maZDX1xS8FxXosW22Z+FtSvRMpT/volMh0oW7hU0eBWA z3gSO9gkqX8pktY5me8TmHBAi2Qxln4eUCcWNUye1KbZMfB4zkFbj8nWshWVG/9wAh2h 0Gu75ym7miY828LNnvmc/YbgwFJswTOXdSfh6V53pZocRmvtYyeEiLrLiwrNFJBqJ1FX 4V+Nqm8nO3LZRDnQcPULvFq4NoK7jPnIoxpl3wuLXWRqOnU/MWjBIgwFXQyys3+RES0/ oWgw== 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=jZUWQd/oaO92+AaFByx6QG60zfBk7e65c8x5jCj1TW4=; b=U4IGLQMZ0WwSb87jFKkWFKgfKKcRlv6SxI9s7sW002hclbWm/bNScr1Yfk29Wf4bKQ pzO+2U7Qewa7vWpR1Kpt9ub3jRILV0KzEIYTx6h9IfRg/ebJvOpe+RBfMkSJx3vRsM3Y B11t6+P6Wovyvpy0Gh5xZh1ukCHYkQfUJPyoqVRPYzNY540JyITuSoTJpQOuPDV67pgL /MAMIkj8TpHRpqbcQO4Lm/On86yjYIrg4gSB3Iu1TM2cuipVQx2+nnOaSj9i2ekzgBO4 HfW+h+bLlWe+p077vl/OwRAY5KiYMprsFbszRk27G21/WQmU4GvGhlklWCo2MuGPodDD xytA== 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 z62si9990415oiz.23.2020.03.24.23.18.56; Tue, 24 Mar 2020 23:19:07 -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 S1726658AbgCYGSd (ORCPT + 99 others); Wed, 25 Mar 2020 02:18:33 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:33105 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725832AbgCYGSc (ORCPT ); Wed, 25 Mar 2020 02:18:32 -0400 X-IronPort-AV: E=Sophos;i="5.72,303,1580742000"; d="scan'208";a="42571632" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 25 Mar 2020 15:18:30 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id E1D37400C45F; Wed, 25 Mar 2020 15:18:29 +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 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: add r8a77961 support Date: Wed, 25 Mar 2020 15:18:19 +0900 Message-Id: <1585117100-8359-2-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1585117100-8359-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1585117100-8359-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 --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt index 7734b21..0a65901 100644 --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt @@ -18,6 +18,8 @@ Required properties: SoC. "renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796 SoC. + "renesas,usb2-phy-r8a77961" if the device is a part of an + R8A77961 SoC. "renesas,usb2-phy-r8a77965" if the device is a part of an R8A77965 SoC. "renesas,usb2-phy-r8a77990" if the device is a part of an -- 2.7.4