From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752446AbdGGUPx (ORCPT ); Fri, 7 Jul 2017 16:15:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:50686 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034AbdGGUPv (ORCPT ); Fri, 7 Jul 2017 16:15:51 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B3B2D22BDF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh@kernel.org MIME-Version: 1.0 In-Reply-To: References: <1498587806-24781-1-git-send-email-alcooperx@gmail.com> <1498587806-24781-3-git-send-email-alcooperx@gmail.com> <20170706141840.lanfxjdrkaqvv3vz@rob-hp-laptop> From: Rob Herring Date: Fri, 7 Jul 2017 15:15:29 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 2/8] usb: bdc: Add Device Tree binding document for Broadcom BDC driver To: Al Cooper Cc: Al Cooper , "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman , Mark Rutland , Felipe Balbi , yuan linyu , Florian Fainelli , "open list:USB SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , BCM Kernel Feedback Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please only post plain text emails. On Fri, Jul 7, 2017 at 2:03 PM, Al Cooper wrote: > > > On Thu, Jul 6, 2017 at 10:18 AM, Rob Herring wrote: >> >> On Tue, Jun 27, 2017 at 02:23:20PM -0400, Al Cooper wrote: >> > Add Device Tree binding document for Broadcom USB Device >> > Controller (BDC). >> > >> > Signed-off-by: Al Cooper >> > --- >> > .../devicetree/bindings/usb/brcm,bdc-udc.txt | 28 ++++++++++++++++++++++ >> > 1 file changed, 28 insertions(+) >> > create mode 100644 Documentation/devicetree/bindings/usb/brcm,bdc-udc.txt >> > >> > diff --git a/Documentation/devicetree/bindings/usb/brcm,bdc-udc.txt b/Documentation/devicetree/bindings/usb/brcm,bdc-udc.txt >> > new file mode 100644 >> > index 0000000..4eeaddb >> > --- /dev/null >> > +++ b/Documentation/devicetree/bindings/usb/brcm,bdc-udc.txt >> > @@ -0,0 +1,28 @@ >> > +Broadcom USB Device Controller (BDC) >> > +==================================== >> > + >> > +Required properties: >> > + >> > +- compatible: must be one of: >> > + "brcm,bdc-udc-v0.16" >> > + "brcm,bdc-udc" >> >> Isn't "bdc-udc" redundant? > > > I'll change the base name to "brcm-udc" Well, it should be "brcm," with the vendor prefix followed by a comma. If the block is known as the BDC, then I'd use that. Rob