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 D485844C9D; Thu, 7 Dec 2023 15:35:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="skRHYHMD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9DED9C433C8; Thu, 7 Dec 2023 15:35:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701963322; bh=+zfjQi8iFYxQ1XqThCcwk/c3AH2+riGtH+b0LPOSIzo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=skRHYHMDxLiFKOLTrHNOHah/wqB2plWPQGFhUuWNm62TGxdR0hKss9PLzeBikvuvA Y7uFRK5sTGBPpeI7roMn3NEnDuiguXMIguuUwOutCMGLjl2RLemzFr+VcIbo02fYG6 Bl4NirJSbEOGpRVs5MeAPliIN8Y7dc053KgGKq+mNJxWj8kLEbqEXJ/JF+LPlwZycI bLctMsaSiRS3n/O6D4rPHDy5qq6/5TsfgJG7UhdTYpD3dTOlYNoS/4YrtmV9eAQpBZ udnw6bjtJXvAH/xkCS7JQnGoFgNE5OCiD9vMT46/dfaft3AIKSEIylvXUPhTuXdUNH RnjvXjoF3gBRg== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1rBGQ8-0000rl-2y; Thu, 07 Dec 2023 16:36:12 +0100 Date: Thu, 7 Dec 2023 16:36:12 +0100 From: Johan Hovold To: Krishna Kurapati Cc: Thinh Nguyen , Greg Kroah-Hartman , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Wesley Cheng , Conor Dooley , cros-qcom-dts-watchers@chromium.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, quic_ppratap@quicinc.com, quic_jackp@quicinc.com Subject: Re: [PATCH v2 6/6] arm64: dts: qcom: Add missing interrupts for qcs404/ipq5332 Message-ID: References: <20231204100950.28712-1-quic_kriskura@quicinc.com> <20231204100950.28712-7-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: <20231204100950.28712-7-quic_kriskura@quicinc.com> On Mon, Dec 04, 2023 at 03:39:50PM +0530, Krishna Kurapati wrote: > For qcs404 and ipq5332, certain interrupts are missing in DT. > Add them to ensure they are in accordance to bindings. Here too you can say something about the remote wakeup functionality that this potentially enables (at least on ipq5332 with the current Linux implementation). Johan