Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4396674ybb; Tue, 7 Apr 2020 06:46:45 -0700 (PDT) X-Google-Smtp-Source: APiQypJ5AxUQfTZQbwKJ0yJzfI6bVxsAenvjmMYIm4Sjoh1ZLVYV1pNfYC1hevGX72Kp/8+J3E+Q X-Received: by 2002:a05:6830:19ce:: with SMTP id p14mr1592744otp.362.1586267204814; Tue, 07 Apr 2020 06:46:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586267204; cv=none; d=google.com; s=arc-20160816; b=RM1stMFVc+5syb2ncJxH3HPtKY5cJA6sLOUfYane+ci9PA45rj3AwJhz4LcYt9Amqr FixE7pAKxRaJJbv0SLw7JT3orFXhMni/muPRB1s7MmUOLYiCkLQ5oaVR9ShdNlUQ+M55 cjPYj7qFm/2S2nqCIogDpnmXGhY98aQGkR0TBO4uNnT4dqnh4QC8xpYnCXWsfa6WLnbp EdTcHuHacqPU8SWq7raxwigGMVnMfvj8jqRcIO5oQht/3WOzc9kvWiWBuHHPOB9KJAnV +GFW4ZVzLotZNC62jWP8AdC8mL2GOgPAFL313DO6OyP9nwOQsQi7u4LxQbFxzJ0ggYPF KMKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=CV2fBC2ZqrLa2FxPqs1WDnk0Kpo/21Yll5+6XpJNadU=; b=IxCNU8woEpZDvv2IHXodFPSX/DdRysm0gguUrc92pEvAqYSY2xa7pWGmiXTdTN6WxM uHF7PUiw1neD3llUwsAFPpeTbYLrzpWaY9R33Xj/+Y9TvLox1S+CI8eeI3ZmdY7uQblQ khLPHdKQHkd8AzUlTAt+M6Z+QzXcO4nLGa0hZR0Zg6a3MSqoQDrB6NgLOh4IqjyPnL9d JofLOoCcLrSXX/LOEgOxto7HrDc3PTJzBn543cVW42/iaHKmugNXNJz2EzBd4WJdfLQy qtVwfwdV2G7kYyizLwUJtwKEsL8rR5c8WL0UiDEQux7bW5pS5K8T6JwmKRMuT/QxI8t7 /F2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e22si1220712oob.87.2020.04.07.06.46.30; Tue, 07 Apr 2020 06:46:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728776AbgDGNpv (ORCPT + 99 others); Tue, 7 Apr 2020 09:45:51 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:26079 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728482AbgDGNpv (ORCPT ); Tue, 7 Apr 2020 09:45:51 -0400 X-Originating-IP: 86.202.105.35 Received: from localhost (lfbn-lyo-1-9-35.w86-202.abo.wanadoo.fr [86.202.105.35]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id B8FB3240006; Tue, 7 Apr 2020 13:45:48 +0000 (UTC) Date: Tue, 7 Apr 2020 15:45:48 +0200 From: Alexandre Belloni To: cristian.birsan@microchip.com Cc: balbi@kernel.org, gregkh@linuxfoundation.org, nicolas.ferre@microchip.com, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com Subject: Re: [PATCH 3/7] usb: gadget: at91_udc: Update DT binding documentation Message-ID: <20200407134548.GJ3628@piout.net> References: <20200407122852.19422-1-cristian.birsan@microchip.com> <20200407122852.19422-4-cristian.birsan@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200407122852.19422-4-cristian.birsan@microchip.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The prefix for this patch should be dt-bindings: usb: On 07/04/2020 15:28:48+0300, cristian.birsan@microchip.com wrote: > From: Cristian Birsan > > Add sam9x60 binding. > > Signed-off-by: Cristian Birsan > --- > Documentation/devicetree/bindings/usb/atmel-usb.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt > index 44e80153b148..bae2b928a014 100644 > --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt > +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt > @@ -82,6 +82,7 @@ Required properties: > "atmel,at91sam9rl-udc" > "atmel,at91sam9g45-udc" > "atmel,sama5d3-udc" > + "microchip,sam9x60-udc" > - reg: Address and length of the register set for the device > - interrupts: Should contain usba interrupt > - clocks: Should reference the peripheral and host clocks > -- > 2.17.1 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com