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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA0BDC4332F for ; Sat, 31 Dec 2022 07:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230138AbiLaHjx (ORCPT ); Sat, 31 Dec 2022 02:39:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229514AbiLaHjw (ORCPT ); Sat, 31 Dec 2022 02:39:52 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A1C911175; Fri, 30 Dec 2022 23:39:51 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A82DEB80184; Sat, 31 Dec 2022 07:39:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BDAC8C433EF; Sat, 31 Dec 2022 07:39:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672472388; bh=TbG6cv/YLAHYJhLgQKAODUCdlCQYiEACzAqRj80DFKw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p015iKkPZ5dzdyZyK1whqrk+J6+zfuzz8GvGnLSWik4Y80g41rWrZ38PLqi1xQec/ JaHYQ34I3O9Y2MO72udRpMm7hoi2ZEO9C+2UudHo85ZQYjTQQXYL38Uo/th79eXROG yFiEr4b3dbMHVADaKutmUjXIM6D4JaL+2trZAPnXCorpgBj97rtf9vhyLgcC9l/HMp OoOtHmcSJlrkWQAD0us3rm4/fhIhaezPU+6kv6EqmWO0UxkpmiFKbCJ5yOH7MagT/9 2epSyvimqmIMkzxng6JNzC1XyJSWbrsGRE7s6gEd6QpsQNsVd9EP7MKLSTZb7wIHMY GfcdLrXD+r5dA== Date: Sat, 31 Dec 2022 15:39:39 +0800 From: Shawn Guo To: Philippe Schenker Cc: devicetree@vger.kernel.org, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Rob Herring , Philippe Schenker , Andrejs Cainikovs , Fabio Estevam , Krzysztof Kozlowski , Marcel Ziswiler , NXP Linux Team , Pengutronix Kernel Team , Sascha Hauer , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/5] Unify USB Over Current Settings on Toradex Boards Message-ID: <20221231073938.GL6112@T480> References: <20221122155439.456142-1-dev@pschenker.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221122155439.456142-1-dev@pschenker.ch> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Nov 22, 2022 at 04:54:33PM +0100, Philippe Schenker wrote: > From: Philippe Schenker > > > This patchset intends to disable the USB Over Current for Toradex i.MX > boards using the USB chipidea driver. > > We do this on the Carrier-Board device-trees due to the reason, that if > a customer of us inheriting the module-level device-tree (named -.dtsi) > does not inherit settings from us that may be incorrect for his > use-case. > > > Philippe Schenker (5): > ARM: dts: apalis-imx6: Disable usb over-current > ARM: dts: colibri-imx6: Disable usb over-current > ARM: dts: colibri-imx6ull: Disable usb over-current > ARM: dts: colibri-imx7: Disable usb over-current > arm64: dts: verdin-imx8mm: Disable usb over-current Applied all, thanks!