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 D807F6FDE1; Mon, 29 Jan 2024 17:14:49 +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=1706548489; cv=none; b=hF8rw6nm7MHcfahWgcL0awImOCR0MzhedxAh48GSSUj71wmIim1Wd86rSwPl2+fc3ziPXr6ksao5vb+rKU3P8qUjlrfno73buCWTMTJgH3lhtHxDFrIR/OQ13FU9pvWlVsn6mceakBQWSzBmG0JOsFcvHq+zBXSVlXLLDPq6/vw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706548489; c=relaxed/simple; bh=rr4zxNfWhYmwViLeGQ5EZ05BUnX7DrpfjFQSk1vkNSM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=LORJnwjax6Ew4ji5CJaAY+6XCLnSgR2ufVglpB6zd9bXv7J5HFbXahJLAwFOtD8D+HgWzl17f2m10hm4jJk4VQoYpsZ5s2xoAd7m2zrK6BfsAGQDFNFkkn6lbK7a3Nj9e9Ji70NJ973rc6l35Ury19Wu/o6j0KsmbRwyWMnHoFA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=v9QA2kqZ; 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="v9QA2kqZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A299DC43390; Mon, 29 Jan 2024 17:14:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706548489; bh=rr4zxNfWhYmwViLeGQ5EZ05BUnX7DrpfjFQSk1vkNSM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=v9QA2kqZf8yRaDq7EC+//iXuiKAcRoCWgGGzE0C6wPzmo2pm8jVn12VwQs99L3+iX rJvns4ui97LTJjCb1UaL1O490cuzJtZjcMfXKYuj4SbKCfCgE8bodADohAWIZ4apKO n04qPPsxX7VcJSxlgVZLVHNhlnzjr9FEiL4F0sjA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Vinod Koul , Johan Hovold , Bjorn Andersson Subject: [PATCH 6.6 086/331] arm64: dts: qcom: sc8180x: fix USB wakeup interrupt types Date: Mon, 29 Jan 2024 09:02:30 -0800 Message-ID: <20240129170017.450885022@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240129170014.969142961@linuxfoundation.org> References: <20240129170014.969142961@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Johan Hovold commit 0dc0f6da3d43da8d2297105663e51ecb01b6f790 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: b080f53a8f44 ("arm64: dts: qcom: sc8180x: Add remoteprocs, wifi and usb nodes") Cc: stable@vger.kernel.org # 6.5 Cc: Vinod Koul Signed-off-by: Johan Hovold Link: https://lore.kernel.org/r/20231120164331.8116-7-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/sc8180x.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -2562,8 +2562,8 @@ reg = <0 0x0a6f8800 0 0x400>; interrupts = , , - , - ; + , + ; interrupt-names = "hs_phy_irq", "ss_phy_irq", "dm_hs_phy_irq", @@ -2636,8 +2636,8 @@ power-domains = <&gcc USB30_SEC_GDSC>; interrupts = , , - , - ; + , + ; interrupt-names = "hs_phy_irq", "ss_phy_irq", "dm_hs_phy_irq", "dp_hs_phy_irq";