From patchwork Tue Oct 17 09:06:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 116049 Delivered-To: patch@linaro.org Received: by 10.140.22.163 with SMTP id 32csp4637950qgn; Tue, 17 Oct 2017 02:08:18 -0700 (PDT) X-Google-Smtp-Source: AOwi7QAF1Q6mj8Zrmn0t2yJ6AX/5yEILthd/4rTJCi6O6chYv9HlwD6JJt3euYZsqXb3g5VsHuZw X-Received: by 10.98.139.132 with SMTP id e4mr11280759pfl.172.1508231298594; Tue, 17 Oct 2017 02:08:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1508231298; cv=none; d=google.com; s=arc-20160816; b=Vne2JBo6oQoNc970PrObhGfCxUD8v16jjrcyCy3PkJxtehTifzAO6oM6RoC6bQ6Fj3 8NegsU6B2cDLLn/8taP3goRyi4ocorm39as6g0ZBAraf/0nCH6YDmvLFy0v/XDhKKcWf niGnY9Zy9R1lFUCXAcgjbWcDPIT6dLSALFhjExd2xDupM6p9KVUiDLLoybcgfmIIbEE+ OGH5zZUtSoUtJ53Mn7Mz4YQgu09tD0N5UBbtpSm/ODfCsVObeoEYVQ/rIEVTo3ZrKOmo HtyvPDlb/350VMaf0JK++NW4GHd+0GGlUEKOOZQpCUaIJgiZErrBoHZAxyeEja0VUNH9 J+BQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:cc:references:in-reply-to:references:in-reply-to :message-id:date:subject:to:from:delivered-to :arc-authentication-results; bh=9Uz6+IcEa52hEZgWdWoxL9pE/vE04rv8qKdDt1/qkls=; b=mKfTQrdGduTCudSZnCv62EKQKE+3bUV6mMkKJj67iGS9wVbJah+0xIKHIb5fAmWy/j w0ZW5xPCDP1SvtiY/23SUy3FVeFFBTxRImLiwPwNYHcyoG1sRfCRrmOwXdTjDws+4m5+ yZfa/jP2wAnqoMS/XudEmj+9KGHtFZq1kC0bNsRgI9B5/EJVjnYA5RZgu1ktELOuhxcg 7y17pznFMVvGsCnArGRcfDv8rJerVPe5smFiuB535zFzN6mqXvxO+oShUHbIbboqt/yD H4RwRon9sGjhDLPeXBf2vC/2uNl+GJNTvr0fRS2OoCkpAU/dREXonszdaASlvrDEhBXO QXjg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [131.252.210.177]) by mx.google.com with ESMTPS id e7si3820052pfb.298.2017.10.17.02.08.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Oct 2017 02:08:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) client-ip=131.252.210.177; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D65546E62C; Tue, 17 Oct 2017 09:06:53 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54]) by gabe.freedesktop.org (Postfix) with ESMTP id 0FE076E61D for ; Tue, 17 Oct 2017 09:06:48 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id 79435208C1; Tue, 17 Oct 2017 11:06:46 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr [90.63.216.87]) by mail.free-electrons.com (Postfix) with ESMTPSA id 53BD1208BD; Tue, 17 Oct 2017 11:06:46 +0200 (CEST) From: Maxime Ripard To: Daniel Vetter , David Airlie , Chen-Yu Tsai , Maxime Ripard Subject: [PATCH 22/23] arm: dts: sun8i: a711: Enable USB OTG Date: Tue, 17 Oct 2017 11:06:29 +0200 Message-Id: <95434e5704d3cf721f011de76526575222e58bd6.1508231063.git-series.maxime.ripard@free-electrons.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: References: In-Reply-To: References: Cc: Mark Rutland , Thomas Petazzoni , plaes@plaes.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Quentin Schulz , Rob Herring , Mylene Josserand , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, icenowy@aosc.io X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts index 98dc0c22160b..e4d08bff3158 100644 --- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts +++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts @@ -337,7 +337,14 @@ status = "okay"; }; +&usb_otg { + dr_mode = "otg"; + status = "okay"; +}; + &usbphy { + usb0_id_det-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* PH11 */ + usb0_vbus-supply = <®_drivevbus>; usb1_vbus_supply = <®_vmain>; usb2_vbus_supply = <®_vmain>; status = "okay";