From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755401AbbCFEkl (ORCPT ); Thu, 5 Mar 2015 23:40:41 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:38153 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755352AbbCFEki (ORCPT ); Thu, 5 Mar 2015 23:40:38 -0500 Date: Fri, 6 Mar 2015 12:40:16 +0800 From: Shawn Guo To: Matt Porter Cc: Sascha Hauer , Devicetree List , Linux ARM Kernel List , Linux Kernel Mailing List Subject: Re: [PATCH] ARM: dts: imx: Add dr_mode host setting to all host-only usb instances Message-ID: <20150306044014.GQ20455@dragon> References: <1425045960-14191-1-git-send-email-mporter@konsulko.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425045960-14191-1-git-send-email-mporter@konsulko.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 27, 2015 at 09:06:00AM -0500, Matt Porter wrote: > 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 Applied, thanks.