From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yunzhi Li Subject: [PATCH v1 2/2] ARM: dts: rockchip: set dr_mode property for rk3288-firefly board Date: Sun, 26 Apr 2015 17:41:39 +0800 Message-ID: <1430041299-24874-2-git-send-email-lyz@rock-chips.com> References: <1430041299-24874-1-git-send-email-lyz@rock-chips.com> Return-path: In-Reply-To: <1430041299-24874-1-git-send-email-lyz@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org To: heiko@sntech.de Cc: cf@rock-chips.com, hl@rock-chips.com, yk@rock-chips.com, gauravsh@google.com, alberto@google.com, wulf@rock-chips.com, Yunzhi Li , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org rk3288-firefly board use the dwc2 usb otg controller as a host controller and the device mode not used, so the dr_mode should be "host" then the dwc2 usb otg controller will work at host only mode Signed-off-by: Yunzhi Li --- arch/arm/boot/dts/rk3288-firefly.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi index e6f873a..a861776 100644 --- a/arch/arm/boot/dts/rk3288-firefly.dtsi +++ b/arch/arm/boot/dts/rk3288-firefly.dtsi @@ -466,6 +466,7 @@ }; &usb_otg { + dr_modr = "host"; status = "okay"; }; -- 2.0.0