From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751147AbdENDYG (ORCPT ); Sat, 13 May 2017 23:24:06 -0400 Received: from mail-pf0-f172.google.com ([209.85.192.172]:33415 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbdENDYE (ORCPT ); Sat, 13 May 2017 23:24:04 -0400 Date: Sat, 13 May 2017 20:23:59 -0700 From: Bjorn Andersson To: John Stultz Cc: lkml , Stephen Boyd , Srinivas Kandagatla , Nicolas Dechesne , Andy Gross , Rob Clark , Vinay Simha , David Brown , Rob Herring Subject: Re: [PATCH 1/2] ARM: dts: qcom-apq8064: Collapse usb support into one node Message-ID: <20170514032359.GA69278@Bjorns-MacBook-Pro-2.local> References: <1494623898-27230-1-git-send-email-john.stultz@linaro.org> <1494623898-27230-2-git-send-email-john.stultz@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494623898-27230-2-git-send-email-john.stultz@linaro.org> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 12 May 14:18 PDT 2017, John Stultz wrote: > From: Stephen Boyd > > We currently have three device nodes for the same USB hardware > block, as evident by the reuse of the same reg address multiple > times. Now that the chipidea driver fully supports OTG with the > MSM wrapper we can collapse the three nodes into one USB device > node, reflecting the true nature of the hardware. > > Since we're here, we also mark the irq trigger flags correctly, > as IRQ_TYPE_LEVEL_HIGH instead of IRQ_TYPE_NONE. > > Cc: Bjorn Andersson Acked-by: Bjorn Andersson Regards, Bjorn