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 5E0CA1DFD8C; Wed, 19 Feb 2025 09:15:37 +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=1739956537; cv=none; b=RZvEQ8xcWb3kpucmbwZOmdJYF1vbtoteRiX7c5SvJ8cOYQNXPKwO6fbmklNkNBv7Bk9yMIx5ogfLavajjK1MRtM5MiTcqQBOlYeMg88QCGusATWliMUjVV7aUNWM5x7HGRoKvU28oDoaN9QvrCw6fSiwzsK2hjq0Ca/RDzzeaLw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739956537; c=relaxed/simple; bh=4fg8NoJrCa7aF3o8ZcSpbIOxOt+xalegBJAn1HcUWuY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=JF4fUNj1MKbd0VtxUb/1AMJra+aSCqHDArGp8DuKFjmX/0Wp5K2QTjzxJlEOj42jEDoZzd3V0eCGN5+vdM7vzm5WNkJYg4DA2FaBLzx12j6OReQDBkoug6WJiUZQYrs9t2BtoFCBzTa5jkpg8+TVKMjW8wReAEPpzfBZb6WTLnA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qjjn1hUw; 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="qjjn1hUw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D90E0C4CEE6; Wed, 19 Feb 2025 09:15:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1739956537; bh=4fg8NoJrCa7aF3o8ZcSpbIOxOt+xalegBJAn1HcUWuY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qjjn1hUwtNt8uqpyMvBiXy5bmsh/wquiIcxl4SOQ1MiJfrL1cnLYH/Ch2J61FQEqn ad3ULEviavEGcmV4qcH9jZG3+QophxDnvm5MuBOIG2bdeziluHWyC4WRrjnsnxG4I3 tc8IcVgKHMEJuBXnbfdmS8swBLLT433lKc9mPUOc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Vladimir Zapolskiy , Bryan ODonoghue , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.1 180/578] arm64: dts: qcom: sm8250: Fix interrupt types of camss interrupts Date: Wed, 19 Feb 2025 09:23:04 +0100 Message-ID: <20250219082700.045080950@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250219082652.891560343@linuxfoundation.org> References: <20250219082652.891560343@linuxfoundation.org> User-Agent: quilt/0.68 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: Vladimir Zapolskiy [ Upstream commit 6c7bba42ebc3da56e64d4aec4c4a31dd454e05fd ] Qualcomm IP catalog says that all CAMSS interrupts is edge rising, fix it in the CAMSS device tree node for sm8250 SoC. Fixes: 30325603b910 ("arm64: dts: qcom: sm8250: camss: Add CAMSS block definition") Signed-off-by: Vladimir Zapolskiy Reviewed-by: Bryan O'Donoghue Link: https://lore.kernel.org/r/20241127122950.885982-7-vladimir.zapolskiy@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index e0935da96cd6a..eb500cb67c86c 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -3291,20 +3291,20 @@ "vfe_lite0", "vfe_lite1"; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + ; interrupt-names = "csiphy0", "csiphy1", "csiphy2", -- 2.39.5