Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp305475ybb; Tue, 24 Mar 2020 23:20:24 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuWuzkMddralLX798lhJoiTPQ/6Z+e5HR0e5/isKiTA9t3MvU8Zl0cftbFbSStVr3EX7P0c X-Received: by 2002:a4a:2cc6:: with SMTP id o189mr612093ooo.20.1585117224384; Tue, 24 Mar 2020 23:20:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585117224; cv=none; d=google.com; s=arc-20160816; b=SysEN1utvGCIlRzvTu7deMqSItk9UbTTsUGncvoi5KvuLG4BgHCCo1rJb51mH54RAr Ie414lQJ+2Ggj8TJwh9zDxRvhOslbQz4SPsOJURz9l2nU3Wd9paeJhyAe4QZSycF7TFS jq5gUtXZ3qlPNZ5Th4kohoZTJCU3JOm8wRtqGYRT4lH9BLfmX/vLITihVBh3Y3X7kDTI IRBa7Kzjht++B6u1DOeNLsj2oEsunYxvmMQiBw228Z2MfG0btNZNFjT47uOtIngEuJvF kSyfbiYOyqrrQgm7QZyo5166i2RAVZ2kA17bWMr1jZ2+p//9ZyY/j1orly5M6lfRRLTn RSBA== 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=xWn8IOBrZhjOFrFYRKPQXr0TyA5Niv7XnWyexxNIA30=; b=IupBn4b2DKGK32s/5sfuNW46Yzq4ZiurVgS2sf8h0hMJErVNG88VYnmaR/xxjhhrKb DSOHL6kqU8vkDhJQW6FD+w6DuGQuqMuiGEhEpCy4If2oorg29vYt6mQQ02jj2jp3NdxH vsgGeue+SgKFK/5J4Ai8L0oFTC2T9H1tGOgiCHe2w9DxDzoJdIw63d+zUW4BOt0Lt6no W0u5eKLunvoqy3qLkaY8sjgTICPqXa75rbSwm3gQAHJMnqHIYNv+tSLTpl0YBqlOP+z0 orhSz8n/UPiRXMUGVVd2ChfWziOf4SrC7hXnh5P716JLNjy9+JQaFRr4nhwWvLhzyY6r H8oA== 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 109si5254228otv.36.2020.03.24.23.20.11; Tue, 24 Mar 2020 23:20:24 -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 S1727280AbgCYGSf (ORCPT + 99 others); Wed, 25 Mar 2020 02:18:35 -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 S1726264AbgCYGSf (ORCPT ); Wed, 25 Mar 2020 02:18:35 -0400 X-IronPort-AV: E=Sophos;i="5.72,303,1580742000"; d="scan'208";a="42571635" 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 14ABF4000FAF; Wed, 25 Mar 2020 15:18:30 +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 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: add r8a77961 support Date: Wed, 25 Mar 2020 15:18:20 +0900 Message-Id: <1585117100-8359-3-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-usb3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt index 0fe433b..99c17c6 100644 --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt @@ -15,6 +15,8 @@ Required properties: SoC. "renesas,r8a7796-usb3-phy" if the device is a part of an R8A7796 SoC. + "renesas,r8a77961-usb3-phy" if the device is a part of an + R8A77961 SoC. "renesas,r8a77965-usb3-phy" if the device is a part of an R8A77965 SoC. "renesas,rcar-gen3-usb3-phy" for a generic R-Car Gen3 or RZ/G2 -- 2.7.4