From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD5071CA9C; Mon, 25 Mar 2024 12:30:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711369826; cv=none; b=LjsMouAH+N2dTy1kDjJWJllGpPzhQuZx2Dn/t3REDyulpQuMXSo0wLMKt1tZnEcOE6tdEVSBeu7XXmJ4cuMu70HmkHS1iBm4UtKHRhHlrmSi1I66KYSIxuV36xIRrURSa8ynd08p21Io3ITQgwkcvTYmP+ZYSAiM97mjiW3euVI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711369826; c=relaxed/simple; bh=uSA6b/rXUkeindQUeRTDu0X18aB4WbICa7Pj8OSlW6U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Uqm/voBRvg5GhZmQYYJDIEhXifOogyO2dbsK+ZbWWkRsSYv7au2avF/w33fJRZGY+bVf5Q9Yvns7G1Fqler6euq4IOwjPTa2GwK7bRqW1VXpCdMPtPCz2lstf1oRs9KJLM03GdesQcJTQIyLMlGnvoJomcXYHn2Lz7HlZhPJcDI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nrQlwVvS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nrQlwVvS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3792FC433F1; Mon, 25 Mar 2024 12:30:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711369826; bh=uSA6b/rXUkeindQUeRTDu0X18aB4WbICa7Pj8OSlW6U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nrQlwVvSO+ZUSTM9MvRT2mHQAYNtQN7mSFORV2D8DevnHh4u89hQJuwObevqhRGyc 7TsTel3bGmTRVyl3/3iwYlyCLypIN198PRM4jiFzbGp8dC3vhFFUIAkwis36BP77qL CXjgrVzC0MgwDDCT6id46mvHALNzWADTA/qf2rn4+IkBe3//bqG4BYcXP+wZ72hPkB Pgx/93GYDdYVwRucrJYm/KDjVVvvZIU/7RIyhwWGF8t4rS+/vXJgrt9LaCpGqpmVRw yiGe2Egf8XpYo9q0I40IldEx/ffe3C6i76I+8IXvOUvQ6l4X+cQsAgMH6Jl7M9Sunc IFfH+1LLe8/CA== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1rojTE-000000001Qs-3iyO; Mon, 25 Mar 2024 13:30:32 +0100 Date: Mon, 25 Mar 2024 13:30:32 +0100 From: Johan Hovold To: Krishna Kurapati Cc: Krzysztof Kozlowski , Rob Herring , Bjorn Andersson , Wesley Cheng , Konrad Dybcio , Greg Kroah-Hartman , Conor Dooley , Thinh Nguyen , Felipe Balbi , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, quic_ppratap@quicinc.com, quic_jackp@quicinc.com, Rob Herring Subject: Re: [PATCH v16 1/9] dt-bindings: usb: Add bindings for multiport properties on DWC3 controller Message-ID: References: <20240307062052.2319851-1-quic_kriskura@quicinc.com> <20240307062052.2319851-2-quic_kriskura@quicinc.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240307062052.2319851-2-quic_kriskura@quicinc.com> On Thu, Mar 07, 2024 at 11:50:44AM +0530, Krishna Kurapati wrote: > Add bindings to indicate properties required to support multiport > on Synopsys DWC3 controller. > > Signed-off-by: Krishna Kurapati > Reviewed-by: Bjorn Andersson > Reviewed-by: Rob Herring Reviewed-by: Johan Hovold