From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Subject: [PATCH] Add USB hooks into NanoBone DTS file Date: Wed, 14 Oct 2015 14:30:48 +0100 Message-ID: <561E5908.8010004@newflow.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" Cc: lkml , devicetree , Tony Lindgren , Russell King , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: linux-omap@vger.kernel.org Add USB hooks into NanoBone DTS file Signed-off-by: Mark Jackson --- arch/arm/boot/dts/am335x-nano.dts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am335x-nano.dts b/arch/arm/boot/dts/am335x-nano.dts index 5ed4ca6..b86937a 100644 --- a/arch/arm/boot/dts/am335x-nano.dts +++ b/arch/arm/boot/dts/am335x-nano.dts @@ -375,6 +375,23 @@ wp-gpios = <&gpio3 18 0>; }; +&usb { + status = "okay"; +}; + +&usb_ctrl_mod { + status = "okay"; +}; + +&usb0_phy { + status = "okay"; +}; + +&usb0 { + status = "okay"; + dr_mode = "host"; +}; + #include "tps65217.dtsi" &tps { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: mpfj@newflow.co.uk (Mark Jackson) Date: Wed, 14 Oct 2015 14:30:48 +0100 Subject: [PATCH] Add USB hooks into NanoBone DTS file Message-ID: <561E5908.8010004@newflow.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add USB hooks into NanoBone DTS file Signed-off-by: Mark Jackson --- arch/arm/boot/dts/am335x-nano.dts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am335x-nano.dts b/arch/arm/boot/dts/am335x-nano.dts index 5ed4ca6..b86937a 100644 --- a/arch/arm/boot/dts/am335x-nano.dts +++ b/arch/arm/boot/dts/am335x-nano.dts @@ -375,6 +375,23 @@ wp-gpios = <&gpio3 18 0>; }; +&usb { + status = "okay"; +}; + +&usb_ctrl_mod { + status = "okay"; +}; + +&usb0_phy { + status = "okay"; +}; + +&usb0 { + status = "okay"; + dr_mode = "host"; +}; + #include "tps65217.dtsi" &tps { -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753297AbbJNNxM (ORCPT ); Wed, 14 Oct 2015 09:53:12 -0400 Received: from 217-155-41-104.dsl.in-addr.zen.co.uk ([217.155.41.104]:42603 "EHLO centos1.newflow.co.uk" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S932189AbbJNNxJ (ORCPT ); Wed, 14 Oct 2015 09:53:09 -0400 X-Greylist: delayed 1338 seconds by postgrey-1.27 at vger.kernel.org; Wed, 14 Oct 2015 09:53:09 EDT From: Mark Jackson Subject: [PATCH] Add USB hooks into NanoBone DTS file To: "linux-omap@vger.kernel.org" Cc: lkml , devicetree , Tony Lindgren , Russell King , "linux-arm-kernel@lists.infradead.org" Organization: Newflow Ltd Message-ID: <561E5908.8010004@newflow.co.uk> Date: Wed, 14 Oct 2015 14:30:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add USB hooks into NanoBone DTS file Signed-off-by: Mark Jackson --- arch/arm/boot/dts/am335x-nano.dts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am335x-nano.dts b/arch/arm/boot/dts/am335x-nano.dts index 5ed4ca6..b86937a 100644 --- a/arch/arm/boot/dts/am335x-nano.dts +++ b/arch/arm/boot/dts/am335x-nano.dts @@ -375,6 +375,23 @@ wp-gpios = <&gpio3 18 0>; }; +&usb { + status = "okay"; +}; + +&usb_ctrl_mod { + status = "okay"; +}; + +&usb0_phy { + status = "okay"; +}; + +&usb0 { + status = "okay"; + dr_mode = "host"; +}; + #include "tps65217.dtsi" &tps { -- 1.9.1