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 1A9C31537AC; Wed, 5 Feb 2025 14:24:09 +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=1738765449; cv=none; b=qBoQV6hgcUrTAh3xSgdyGQfn68IsSj0eJ56EkZSsDM3Nt279LlRH+Gvq1F+ZeaK1vIxyOclioh6XkDTXq/S9g/ud0Fx1vhSXGjoya53XFYZQkHuDkTDfvtNqOBl8OmWWHrihk+b9ls240u5kl45y8YJag980wyDUo8VxgmMaLeY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738765449; c=relaxed/simple; bh=Dwl3F8ORH6aWYP3lbCD7RIusrS8LlTCmqouHPFiWovc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Z+PKbz6tUnf5N2JAoVTDEO0ToBA3SRHRRNUTJBLJKQutdxth2VTwhUAFDaF53bArqitoqZqvhevRfF/GEnw1wpCE90AIOCIVLSL7LeRzBRTawhi7hyjN9q7L4G/tgs/ZZIC36wRygReb6Y9PhSg73/Vm8cmhFa3CJo/b7XfUFXk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=lOZYr3v1; 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="lOZYr3v1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E787C4CED1; Wed, 5 Feb 2025 14:24:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738765449; bh=Dwl3F8ORH6aWYP3lbCD7RIusrS8LlTCmqouHPFiWovc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lOZYr3v1GeH7xiom+TPP5tC+rVbTxnHer+wGARx/o1apNamxEd8JdakojW9RsHJxM 4HrKXf+6JnpzpU09xCVQggZ6O8gpWrai3iEqh7o3P95XdKFwxbrGzh/zsB2xFRky5I wN0GVQ0lYowJcuBh443vQq4AHNzIMHYNByg5hQ/g= 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.6 268/393] arm64: dts: qcom: sdm845: Fix interrupt types of camss interrupts Date: Wed, 5 Feb 2025 14:43:07 +0100 Message-ID: <20250205134430.566071414@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250205134420.279368572@linuxfoundation.org> References: <20250205134420.279368572@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.6-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 dcdc8a0cd1819..4ea693a075856 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -4244,16 +4244,16 @@ "vfe1", "vfe_lite"; - interrupts = , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + ; interrupt-names = "csid0", "csid1", "csid2", -- 2.39.5