From patchwork Thu Sep 15 19:16:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 9334631 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E36F1601C2 for ; Thu, 15 Sep 2016 19:20:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDB76298A5 for ; Thu, 15 Sep 2016 19:20:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BE1D029A7B; Thu, 15 Sep 2016 19:20:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 44665298A5 for ; Thu, 15 Sep 2016 19:20:15 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bkcBZ-0000qg-3x; Thu, 15 Sep 2016 19:19:01 +0000 Received: from mail-pa0-x244.google.com ([2607:f8b0:400e:c03::244]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bkcAo-0000ST-7J for linux-arm-kernel@lists.infradead.org; Thu, 15 Sep 2016 19:18:15 +0000 Received: by mail-pa0-x244.google.com with SMTP id p2so2454403pap.3 for ; Thu, 15 Sep 2016 12:17:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=HqRUe5co3W4gnvWuOAnZYZugPPpEdyfzsmV9MNot1xo=; b=0ZR+p/3uB0tYsHRqRSEfX7N9KChEqG5Xb+GWYuUtzCuA9Xe+O2GhCUlJBPXaDbtdmA bF3HiBe+svWTSyKrFlSkjkYFXhyUU+9G0OEj1v5Ag0EzKy7z+gLlc5xyQ2BhQJKFDVSZ zXuUZhYbzgdv0Qy2187ldPVl5K+yMb216xf+XBMFRfBs5xssajN8oruF/gLI4h9RsY+q b98HiqnpVXv9HipShr/oDBqMA181iySsw2UcKs176VdZjaQC5zY2Hdm6J7D2BcGpo2fo dGZ7mLFxsqrzWh8+ZcTIO5aWggqsQfrq4Pww7ItoihSZznAXfMfAlTeBEBzhRrxxPjzL Q8vQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HqRUe5co3W4gnvWuOAnZYZugPPpEdyfzsmV9MNot1xo=; b=UKi9VlRSK39Z4IdQ7XJ2TQts0RAPCgfinaxftkz9XxV/1Wj4vR0KZ8ja7L0d1oMRoM dA15t+NZdckNtq77v70y7h8bolM5BKP7HZncxO4yj5K/Kthq0L2wqzRgBN3KtiWCbcHc cn9vf7gxS/PBRsuKTBTcnjdAhrXGggvmowppH1NIyRVJDvJWcUJYNnxBjfyza7rCmKAP 92lNS2pMTHfCJNps07Koq2gIYKRDbzSNiPnBj9I+RkexKvCOHYduiY3XONd2VFwYXBm+ tTWdky0DAg8kMWzbANEeiSjfP5juVbmISh+T30W4BAotcdVKTNmAH/TXItBQ2nHI1IHA ZwVA== X-Gm-Message-State: AE9vXwNXdTJMNTI0rIheQ0bBkHTbFE1QoSmuo1U44Z8wORsT8BkooPe7D5lIitH/DCPLOg== X-Received: by 10.66.85.196 with SMTP id j4mr16936660paz.40.1473967075909; Thu, 15 Sep 2016 12:17:55 -0700 (PDT) Received: from Mr.J ([49.204.230.134]) by smtp.gmail.com with ESMTPSA id m5sm6803252paw.40.2016.09.15.12.17.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Sep 2016 12:17:54 -0700 (PDT) From: Jagan Teki X-Google-Original-From: Jagan Teki To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v5 4/6] ARM: dts: imx6qdl-icore: Add usbhost support Date: Fri, 16 Sep 2016 00:46:53 +0530 Message-Id: <1473967015-8523-5-git-send-email-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473967015-8523-1-git-send-email-jagan@amarulasolutions.com> References: <1473967015-8523-1-git-send-email-jagan@amarulasolutions.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160915_121814_428598_81785A8D X-CRM114-Status: UNSURE ( 9.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Matteo Lisi , linux-kernel@vger.kernel.org, Jagan Teki , Sascha Hauer , Fabio Estevam , Michael Trimarchi , Shawn Guo MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add usbhost support for Engicam i.CoreM6 dql modules. Cc: Sascha Hauer Cc: Fabio Estevam Cc: Shawn Guo Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- Changes for v5: - none Changes for v4: - new patch arch/arm/boot/dts/imx6qdl-icore.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-icore.dtsi b/arch/arm/boot/dts/imx6qdl-icore.dtsi index b7f7102..fb77a47 100644 --- a/arch/arm/boot/dts/imx6qdl-icore.dtsi +++ b/arch/arm/boot/dts/imx6qdl-icore.dtsi @@ -54,6 +54,15 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; + + reg_usb_h1_vbus: usb_h1_vbus { + compatible = "regulator-fixed"; + regulator-name = "usb_h1_vbus"; + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + regulator-boot-on; + regulator-always-on; + }; }; &can1 { @@ -107,6 +116,12 @@ status = "okay"; }; +&usbh1 { + vbus-supply = <®_usb_h1_vbus>; + disable-over-current; + status = "okay"; +}; + &usdhc1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc1>;