diff options
author | Matt Porter <mporter@konsulko.com> | 2015-02-27 09:06:00 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-30 16:42:23 +0800 |
commit | 3ec481ed05a5d4b567d5063483a0fdca5b81a6ae (patch) | |
tree | 90829515460a08df668346182ebdc59104f0028a /arch/arm/boot/dts/imx28.dtsi | |
parent | 27b0b9d8515f1315ba3ec848aa58cf936200fe07 (diff) | |
download | blackbird-op-linux-3ec481ed05a5d4b567d5063483a0fdca5b81a6ae.tar.gz blackbird-op-linux-3ec481ed05a5d4b567d5063483a0fdca5b81a6ae.zip |
ARM: dts: imx: Add dr_mode host setting to all host-only usb instances
The chipidea driver adds an extra line of spam to the log when a
host-only chipidea instance is left set to the default of a dual role
controller.
[ 2.010873] ci_hdrc ci_hdrc.1: doesn't support gadget
Set the dr_mode property to host on all the host-only nodes
to avoid this warning.
Signed-off-by: Matt Porter <mporter@konsulko.com>
Acked-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 47f68ac868d4..02330f4aba41 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -1197,6 +1197,7 @@ interrupts = <92>; clocks = <&clks 61>; fsl,usbphy = <&usbphy1>; + dr_mode = "host"; status = "disabled"; }; |