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 C6903134A8; Tue, 24 Oct 2023 07:12:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dvuPMG3m" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1ED6BC433CA; Tue, 24 Oct 2023 07:12:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698131575; bh=6CW+3Mmz6AosZy/4MFTzdVXxgv6Dow6fy47mc3T3cbY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dvuPMG3mLH4cjcaxdM5ceCtggaqLCvzsX/2dPTTtS5NUxh2/1joGMNATqlf2bSCeF j6vqYdacne5LP0g6zwKGtySpTPtQ5obiwNCstYK2tBs/xSiU9JGrgRPx712CFLkems n8+zCAq9bQULzmV38+BedJXQmNC9/am05bbI07dvLq6S4AKIvF163KiZ53WRc3oekU 5hs83xnaew8KGnCMugp+tFHq+Hz1OlzS9Ii56ZoFhQOextA1HgX4GnC3aVjKA6OFZO BPQKB/WwTL/RWeogVgJbau3jPxR8qycQnSmMEQEDlbOiLtu1DhVD8OgXBcAnT7Yczi sirlvGaXQfSrw== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qvBbD-0003dv-1g; Tue, 24 Oct 2023 09:13:11 +0200 Date: Tue, 24 Oct 2023 09:13:11 +0200 From: Johan Hovold To: Krishna Kurapati PSSNV Cc: Thinh Nguyen , Greg Kroah-Hartman , Philipp Zabel , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Felipe Balbi , Wesley Cheng , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, quic_pkondeti@quicinc.com, quic_ppratap@quicinc.com, quic_jackp@quicinc.com, ahalaney@redhat.com, quic_shazhuss@quicinc.com Subject: Re: [PATCH v13 08/10] arm64: dts: qcom: sc8280xp: Add multiport controller node for SC8280 Message-ID: References: <20231007154806.605-1-quic_kriskura@quicinc.com> <20231007154806.605-9-quic_kriskura@quicinc.com> Precedence: bulk X-Mailing-List: devicetree@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: On Mon, Oct 23, 2023 at 11:04:38PM +0530, Krishna Kurapati PSSNV wrote: > On 10/23/2023 9:39 PM, Johan Hovold wrote: > > On Sat, Oct 07, 2023 at 09:18:04PM +0530, Krishna Kurapati wrote: > > The interrupt order does not match the binding, where the power event > > interrupts come first. > > > > And we probably also want the hs_phy_irqs here after fixing the > > incomplete binding. > > You want to update the driver code for this as well ? I have no problem > in adding it in DT and binding but not in driver. Possibly both. > >> + usb_2_dwc3: usb@a400000 { > >> + compatible = "snps,dwc3"; > >> + reg = <0 0x0a400000 0 0xcd00>; > >> + interrupts = ; > > > > I'd also like to know what that second dwc3 interrupt is for and whether > > it should be defined here as well. > > Second interrupts is for HW acceleration I believe for which support is > not there currently. But the interrupt is there. And devicetree describes the hardware, not the implementation, as I've pointed out before. Johan