From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0ADA0C56201 for ; Tue, 24 Nov 2020 11:24:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B427D2075A for ; Tue, 24 Nov 2020 11:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732640AbgKXLYb (ORCPT ); Tue, 24 Nov 2020 06:24:31 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:49129 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729105AbgKXLYa (ORCPT ); Tue, 24 Nov 2020 06:24:30 -0500 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id AAB6924034D; Tue, 24 Nov 2020 11:24:27 +0000 (UTC) From: Alexandre Belloni To: ludovic.desroches@microchip.com, "cristian.birsan@microchip.com" , robh+dt@kernel.org, nicolas.ferre@microchip.com Cc: Alexandre Belloni , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/3] ARM: dts: at91: add pincontrol node for USB Host Date: Tue, 24 Nov 2020 12:24:26 +0100 Message-Id: <160621703704.1091306.12505608015388486536.b4-ty@bootlin.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201118120019.1257580-1-cristian.birsan@microchip.com> References: <20201118120019.1257580-1-cristian.birsan@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Nov 2020 14:00:16 +0200, cristian.birsan@microchip.com wrote: > The pincontrol node is needed for USB Host since Linux v5.7-rc1. Without > it the driver probes but VBus is not powered because of wrong pincontrol > configuration. The patch was tested on SAM9x60EK, SAMA5D4-EK and SAMA5D3-EK. > > Cristian Birsan (3): > ARM: dts: sam9x60: add pincontrol for USB Host > ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host > ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host > > [...] Applied, thanks! [1/3] ARM: dts: at91: sam9x60: add pincontrol for USB Host commit: 5ba6291086d2ae8006be9e0f19bf2001a85c9dc1 [2/3] ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host commit: be4dd2d448816a27c1446f8f37fce375daf64148 [3/3] ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host commit: e1062fa7292f1e3744db0a487c4ac0109e09b03d Best regards, -- Alexandre Belloni