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 4A010146A7A; Wed, 5 Feb 2025 14:58:45 +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=1738767525; cv=none; b=rMoISRryoNZsvqrrf2n9efBN0WELZg9pOKpMBpU9rRW92vyVcAlULhgbdaDltEZggIizx1Iy+qWSsNQ6ssJ+SLD1z0SgvcTtnB5NDS3GNLvexApIBPH/l/XLffJg7307XRtBUgKhocAN0cu/PQSUkKLb525HYtt/MwEvlnalcBA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738767525; c=relaxed/simple; bh=dSj5cDOYddYO9s7TdCzbBEuEFTm7E/GbrF3mOVfLNRw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QhQKd7BWGEpMtQIh0ALf7KxvX2/JxnmbUj7CseXvUQu5Ckic0vZJ7ffjFHVjsrEilgPlqI3bVsZ4XJ9LrR2jH3atMYwYh3HaGmrmYPVlrms+2rnrgVnS8/12ewO0dOEhOr7oZJk+IgY5FEIV743syfcGqwktHsqeIM3dEx7za48= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=hfVC0Fkt; 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="hfVC0Fkt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9A05C4CED1; Wed, 5 Feb 2025 14:58:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738767525; bh=dSj5cDOYddYO9s7TdCzbBEuEFTm7E/GbrF3mOVfLNRw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hfVC0FktzADT5m36V3sR75qmdtoIyAhw31eY/ywlgRD9ON0jDaZRYV1KP/T0b1ily uTdy4msrkHMMwvAsjiusdfgF02rchTEcKJVwd54e6R43BAxgb1KIemeHNw72cMWYbv JyziZ6HA2GBNoSpGCVDe9QdDu6Dn+FpliLrw2AlU= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Vladimir Zapolskiy , Bryan ODonoghue , Johan Hovold , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.13 416/623] arm64: dts: qcom: sc8280xp: Fix interrupt type of camss interrupts Date: Wed, 5 Feb 2025 14:42:38 +0100 Message-ID: <20250205134512.140595600@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250205134456.221272033@linuxfoundation.org> References: <20250205134456.221272033@linuxfoundation.org> User-Agent: quilt/0.68 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.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Vladimir Zapolskiy [ Upstream commit b08535cd41c27b4f32319b5bff754c9da6dc2205 ] Qualcomm IP catalog says that all CAMSS interrupts are edge rising, fix it in the CAMSS device tree node for sc8280xp SoC. Fixes: 5994dd60753e ("arm64: dts: qcom: sc8280xp: camss: Add CAMSS block definition") Signed-off-by: Vladimir Zapolskiy Reviewed-by: Bryan O'Donoghue Tested-by: Johan Hovold Link: https://lore.kernel.org/r/20241127122950.885982-5-vladimir.zapolskiy@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi index c97d1eeaf890f..c6a95db0d2a2e 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi @@ -3900,26 +3900,26 @@ "vfe3", "csid3"; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; interrupt-names = "csid1_lite", "vfe_lite1", "csiphy3", -- 2.39.5