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 34C06146A7A; Wed, 5 Feb 2025 14:49:22 +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=1738766962; cv=none; b=dw+IDcYAHTnJbGly6bWVIo7RkntrscOO6vD403OfTwql15TrrrIGQ9KVwGaJdLSt9cE6heQ8lwOwE7LKzmLkM7ue7FLo+ZZFNwzziuVzXESiFPAHbPEq4SY8F9EoZqWSgfgBGksCkiz4zqoo/8bKgixZ9DmyWJ1Ay6T9czhmiBc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738766962; c=relaxed/simple; bh=L0CsuTzTGeNXDWn4JUM8lInZlz6Gov8d+9rlqKxlXc8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ABWmYvLP8RRcTRZhfka1cmDXx4lm8ZyNcsYng6PnIA0sqYOsI5e+Eb0ZlVXFue8BapPetJR3fo+DURikZa+AGDsI2rpPsvxQa1Tx38rvlcyMflxCnM/A9KVt36t0rRDLt0TU3T7gnyRSzH/+wjBdpnXK4W0NgKfIetm8jFuqEaQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=HaCr9OUx; 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="HaCr9OUx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 908D7C4CED6; Wed, 5 Feb 2025 14:49:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738766962; bh=L0CsuTzTGeNXDWn4JUM8lInZlz6Gov8d+9rlqKxlXc8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HaCr9OUxLWQhXVxqQ+XxpkfST0Es1YxGkHqA477W1s+VX9a2jYe67noESV39bqm1h X3uEc7WIpW6Cw9chiL7hIfhVkv39adOPvIDXp2nNb+hMmergy1SMfQvnv+vbaXcXwY 7FtQcFwHF0z+kiV3QP4b/bAeIDQMCgWWGXxw7o7E= 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.12 386/590] arm64: dts: qcom: sm8250: Fix interrupt types of camss interrupts Date: Wed, 5 Feb 2025 14:42:21 +0100 Message-ID: <20250205134510.036256812@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250205134455.220373560@linuxfoundation.org> References: <20250205134455.220373560@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.12-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 22d99e4cf96d2..faa36d17b9f2c 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -4481,20 +4481,20 @@ "vfe_lite0", "vfe_lite1"; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + ; interrupt-names = "csiphy0", "csiphy1", "csiphy2", -- 2.39.5