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 A7CAD242D9B; Wed, 25 Feb 2026 01:29:56 +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=1771982996; cv=none; b=FfH48JIH4OotJsyc3hZngVp/LnwnQckXHhnSmI8kkthL2lTGtEKRQzVRLn5O6TfoFJmgoHfbCCl0OTP9OTOFKE5yLpXtOqFe9vCACCTXqVHa5YzoyCEEoZ4gym2NRbJOKLVp5QgdGcomdnQsYi+IRcLEg7iwA3VttNER6PjkoKI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771982996; c=relaxed/simple; bh=vUbrtn9/YAAScGBJhiFNi/6y9ZDwcgBvUiDK44ksf7o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=U+3a99E5wD3GlLTMCoIAqXv7AoOxLyI+9Fi23yjADxoRFluDWOcKKRWGT9PvKJzX9V8i874UbFTCific5h+6rDA3xb6OxDSUVPmQhM2YY0n1UfWrF5Nxx39N5kIhgaG4IFlfDcosobpmmJo7RbHnQOxSMNzfO7lRzc7+/lgGYlU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KXnkTjMN; 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="KXnkTjMN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EE6CC116D0; Wed, 25 Feb 2026 01:29:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771982996; bh=vUbrtn9/YAAScGBJhiFNi/6y9ZDwcgBvUiDK44ksf7o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KXnkTjMN+gh8yhvsRb7P3zek0CBDcNlL6pho9KscodofSZT+LvE9utC3SSc5CoeS3 eqlbX2eMUL+s9k/pcrDE7AlUuaLa3eJXWEK0I6FZ37T0uBrq5rMq+Ugk+LhbMcXlk5 MK6E7TSKAjGIibNYCbCu6nM05aOjxZvRwy2bi1t8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Vladimir Zapolskiy , Konrad Dybcio , Dmitry Baryshkov , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.19 160/781] arm64: dts: qcom: msm8994-octagon: Fix Analog Devices vendor prefix of AD7147 Date: Tue, 24 Feb 2026 17:14:29 -0800 Message-ID: <20260225012403.579422994@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260225012359.695468795@linuxfoundation.org> References: <20260225012359.695468795@linuxfoundation.org> User-Agent: quilt/0.69 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.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Vladimir Zapolskiy [ Upstream commit 7db5fbe508deedec6c183d5056cf3c504c027f40 ] Trivial change, Analog Devices vendor prefix is "adi", but there is a valid "ad" vendor prefix of another company, this may explain why the issue hasn't been discovered by the automatic tests. A problem of not described compatible value is out of this change scope. Fixes: c636eeb751f6 ("arm64: dts: qcom: msm8994-octagon: Add AD7147 and APDS9930 sensors") Signed-off-by: Vladimir Zapolskiy Reviewed-by: Konrad Dybcio Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20251226003923.3341904-1-vladimir.zapolskiy@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi b/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi index 4c983b10dd925..7ace3540ef0a0 100644 --- a/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi @@ -378,7 +378,7 @@ &blsp2_i2c1 { status = "okay"; sideinteraction: touch@2c { - compatible = "ad,ad7147_captouch"; + compatible = "adi,ad7147_captouch"; reg = <0x2c>; pinctrl-names = "default", "sleep"; -- 2.51.0