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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 C5482C433DF for ; Mon, 13 Jul 2020 07:10:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A0EE020791 for ; Mon, 13 Jul 2020 07:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594624211; bh=jGSk/z7yOHASf5gSx5c/Q8/vy5u3h8bdD5nxDNQVYTU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OqNQywf9BDcJpmPRCNWBylWLoVm2TiySxx684AK0hN6XIIhvmvr6c02mQNOY816RK B8AXnrZCETizF0tMSE0KQl/AohAF7lX4PU9dV4vU+DlLvhPayQ4idJPA2rtBrGl03b A/HI4XcusDuLfNYG26nG3C7PjtB4c8yWIgeY0H+Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725985AbgGMHKL (ORCPT ); Mon, 13 Jul 2020 03:10:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:44634 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725818AbgGMHKK (ORCPT ); Mon, 13 Jul 2020 03:10:10 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8BF972067D; Mon, 13 Jul 2020 07:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594624210; bh=jGSk/z7yOHASf5gSx5c/Q8/vy5u3h8bdD5nxDNQVYTU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ge30XAU9b+9Oh3BtF3tRlD9SnXuSmSVQHu+DKNvc+ugRYCHvHaTHztQ48iRoIq9C4 Ex7IoSzAYDnXLqmdEhD76evf0HUPFGpz0riyR+5YULfei3LokaFtRAQdnBs7CdqjbJ OMXNmJrxjpxmV365DkHYpQZoXmvjkvtHBMv20vRU= Date: Mon, 13 Jul 2020 15:10:06 +0800 From: Shawn Guo To: Ran Wang Cc: Li Yang , Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: ls1043a: update USB nodes status to match board config Message-ID: <20200713071005.GJ12113@dragon> References: <20200707074031.13943-1-ran.wang_1@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200707074031.13943-1-ran.wang_1@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jul 07, 2020 at 03:40:31PM +0800, Ran Wang wrote: > ls1043a-rdb and ls1043a-qds board’s default HW config (such as > pin mux selection) would not enable some USB controllers’ > data path, which causing over-current detected on those > controllers. This will hit the case of ‘xhci driver prevent bus suspend > if a root hub port detected over-current condition’, causing system > failed to be suspended. So disable them in device tree to resolve this > issue. > > Signed-off-by: Ran Wang Applied, thanks.