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 79E7415EA8C; Mon, 29 Jan 2024 17:10:35 +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=1706548235; cv=none; b=e3YOAwqL/scCfGtAflddlZayCDabt/ayrrYkZ+hpVArRTdgQBgOx/EeXmzzcL/seKcisnKWRn5nWFKaOjGzPAVIkPMwMkN62PODbLwTubcblRwDoRSO1ESOVpO0sC3jqSR+lx6VN19yrFWdCGFhXqp+tAj5L5aS+pNMjN/GrCik= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706548235; c=relaxed/simple; bh=t9KLQKY2zMvxBtZkO7z2vR06dxCK616k82LPWLW44qM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Iu9FljBzxb81pl1IYpVJa9UKhLDmGp4Zk7RwjRZRPqCBVb8iCLdXstfzO/+QpqKh2lGo6i+hJpnb67WlThT1lnt9vK3dVSiCoe0XCZUAw+BmP4DhFBEyVAX6EyFXSBuekt9L0ukPpouoBPkQN/o2yrzhAtsG/HdV02yXbhy2yN0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KuWRVPxA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KuWRVPxA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF8BEC43390; Mon, 29 Jan 2024 17:10:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706548234; bh=t9KLQKY2zMvxBtZkO7z2vR06dxCK616k82LPWLW44qM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KuWRVPxAWi8MgPkBNrQpCJwssFT+kR3000zmVJDgrRp65QUKzDUpyt7J/d4vY/0Q5 GMtJiDTyfnQ3fHqNjnxonbrYp9NfNPZJWbHm77ZnXMtSljduBEsX69ZUmruHR62Ydu lM9DVE+ptXZjTYtE5MoaE3vq+xoBuegRV9N+Otes= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jonathan Marek , Jack Pham , Johan Hovold , Bjorn Andersson Subject: [PATCH 6.1 036/185] arm64: dts: qcom: sm8150: fix USB wakeup interrupt types Date: Mon, 29 Jan 2024 09:03:56 -0800 Message-ID: <20240129165959.748717140@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240129165958.589924174@linuxfoundation.org> References: <20240129165958.589924174@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Johan Hovold commit 54524b6987d1fffe64cbf3dded1b2fa6b903edf9 upstream. The DP/DM wakeup interrupts are edge triggered and which edge to trigger on depends on use-case and whether a Low speed or Full/High speed device is connected. Fixes: 0c9dde0d2015 ("arm64: dts: qcom: sm8150: Add secondary USB and PHY nodes") Fixes: b33d2868e8d3 ("arm64: dts: qcom: sm8150: Add USB and PHY device nodes") Cc: stable@vger.kernel.org # 5.10 Cc: Jonathan Marek Cc: Jack Pham Signed-off-by: Johan Hovold Reviewed-by: Jack Pham Link: https://lore.kernel.org/r/20231120164331.8116-11-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -3630,8 +3630,8 @@ interrupts = , , - , - ; + , + ; interrupt-names = "hs_phy_irq", "ss_phy_irq", "dm_hs_phy_irq", "dp_hs_phy_irq"; @@ -3679,8 +3679,8 @@ interrupts = , , - , - ; + , + ; interrupt-names = "hs_phy_irq", "ss_phy_irq", "dm_hs_phy_irq", "dp_hs_phy_irq";