Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1290460imu; Thu, 13 Dec 2018 12:30:38 -0800 (PST) X-Google-Smtp-Source: AFSGD/VpSn/ZAzj5scoZYL2b6LpQo2M7mL5q5Mck2Xfs6KIfmcPJLjQ6207WF0VhRjF/WeHbx4k/ X-Received: by 2002:a63:d655:: with SMTP id d21mr249050pgj.280.1544733038416; Thu, 13 Dec 2018 12:30:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544733038; cv=none; d=google.com; s=arc-20160816; b=doOOTM0KXf/di3jQ1Ba5oNEqJLfJrmqPrEMZa8w6Al7VD69Uh6wRyQ64IrfYI8dd6L Njf6WLtVFVeRxhfuCMJPz4W84PDRe1y7Rtl6QBzdMIImGBPVwzTw9UYHhwPdnXV6A1DU 0/WAZPAIl8bgprPBNUoQ3FfrpRtdJj+hB+sHPXjl38TqM8T4Uy3ZHSiGcnnVeiFPBf5F BJdGldGKcAUiAG7+1oUlhBZ6YLgtVZ0p4GUT4fiLcSQf+dt+SVGR8DwaaumbyAdN5lvj ZfEdx/eKKvBXaojQ6MldVJvioeaKAjhRUVRKziL6vulRInAEssUQHOIeOC8eVo8WOstu e9mw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=4ZeNkJMJLXK8NX7pHQtlWYM3XwqJ/JnUIMrg4uXbKj0=; b=U0HU6ZvDMe0HE2qMIF7ZK8FfqRUUAnk4npCbugRUx7sLIZPbcFFYNkfO3pSrOkueF/ uoPflxYVxP+12rwu5gRRW8Mj1SMwxo3z1YxtrpNe3ClEZb+1q0WI1jOpjsQcx/HEEkJ3 pkIrMtxY18A+wriB53lUkLI3R64inLfsR8VqePdYj00YFfRIxXOEbYxeLV6gcpzqbetD LPqZ7GDh3pGBwX1csZum3eVwJISbD6THtvPMcj6CTKD4d4SK9U0iM0132n6waq6H5PU1 0c2UqseAzZ6ukJbJdrsVGexOB/H3CnXAYq8duc9sX7oSw6DuECEEstDhDY9G8VjpCXa+ KFMg== 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 124si2114834pgg.397.2018.12.13.12.30.20; Thu, 13 Dec 2018 12:30:38 -0800 (PST) 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 S1728388AbeLMU12 (ORCPT + 99 others); Thu, 13 Dec 2018 15:27:28 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:37948 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726457AbeLMU12 (ORCPT ); Thu, 13 Dec 2018 15:27:28 -0500 X-IronPort-AV: E=Sophos;i="5.56,349,1539615600"; d="scan'208";a="2555751" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 14 Dec 2018 05:22:23 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.37.69]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 1CE6640F76C4; Fri, 14 Dec 2018 05:22:20 +0900 (JST) From: Fabrizio Castro To: Rob Herring , Mark Rutland Cc: Fabrizio Castro , Greg Kroah-Hartman , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH] usb: gadget: udc: renesas_usb3: Add bindings for r8a774c0 Date: Thu, 13 Dec 2018 20:22:18 +0000 Message-Id: <1544732538-7049-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document RZ/G2E (R8A774C0) SoC bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/usb/renesas_usb3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt b/Documentation/devicetree/bindings/usb/renesas_usb3.txt index d366555..35039e7 100644 --- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt +++ b/Documentation/devicetree/bindings/usb/renesas_usb3.txt @@ -3,6 +3,7 @@ Renesas Electronics USB3.0 Peripheral driver Required properties: - compatible: Must contain one of the following: - "renesas,r8a774a1-usb3-peri" + - "renesas,r8a774c0-usb3-peri" - "renesas,r8a7795-usb3-peri" - "renesas,r8a7796-usb3-peri" - "renesas,r8a77965-usb3-peri" -- 2.7.4