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 57EEB16DEB1; Wed, 5 Feb 2025 14:58:55 +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=1738767535; cv=none; b=jo/oJZL+gK1gF1uAqL4NMPO62wgoTdn4RCab0gfeTTMZ8DhuZa+mxXrTHqaxK53T1Dw6E6LljMYMDNUTvutdetR8Y7dtYXnsKX2l6blzI6hVIEo/upEYOP7Kag82zsDIKWtiijUBMl3AJNW5JfLk7mpNSrdQhMIXfdLp0DEmKGM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738767535; c=relaxed/simple; bh=bYJ5SQ8q8ZRBFHEPgjjH4o7JEP1WWF2eoewe72SZC58=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Tf5oBRzurZytD29kcHqsAl4bCKPBMPHTqKKu3FrRze+2srTZDZj1USsl5ezqN37qIUr9/IPdB0J97T2EjyLdnR8pQjgJUqKtIP0QxXno6og+3l6SE+wZLLIyn3TaEXCw/ZrrR63K/9Y1BDi010b3GMhla5kfhaZP29Se8LFC/Wg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rIhLdvkc; 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="rIhLdvkc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2F2DC4CED1; Wed, 5 Feb 2025 14:58:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738767535; bh=bYJ5SQ8q8ZRBFHEPgjjH4o7JEP1WWF2eoewe72SZC58=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rIhLdvkcnSWhRXBG5MYP814sAyZm7WCScwgZtXx5ZNR76fZz+1L9X+h7jLauXOBqH nQuOEE2rR3oGGE0BeldUw5h9K5rdEbQqhlfcljLKNVmmZ61+P6dg/Eem+/IjBApGzx +iHv976SSEBFRpwenNNuE7reKw8TICL1rR0TQqmU= 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.13 417/623] arm64: dts: qcom: sdm845: Fix interrupt types of camss interrupts Date: Wed, 5 Feb 2025 14:42:39 +0100 Message-ID: <20250205134512.178886923@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 cb96722b728e81ad97f5b5b20dea64cd294a5452 ] Qualcomm IP catalog says that all CAMSS interrupts is edge rising, fix it in the CAMSS device tree node for sdm845 SoC. Fixes: d48a6698a6b7 ("arm64: dts: qcom: sdm845: Add CAMSS ISP node") Signed-off-by: Vladimir Zapolskiy Reviewed-by: Bryan O'Donoghue Link: https://lore.kernel.org/r/20241127122950.885982-6-vladimir.zapolskiy@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 1ed794638a7ce..cb9fae39334c8 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -4326,16 +4326,16 @@ "vfe1", "vfe_lite"; - interrupts = , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + ; interrupt-names = "csid0", "csid1", "csid2", -- 2.39.5