From patchwork Wed Mar 8 12:36:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Gerhold X-Patchwork-Id: 661860 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7F0BC64EC4 for ; Wed, 8 Mar 2023 13:45:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231501AbjCHNpu (ORCPT ); Wed, 8 Mar 2023 08:45:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231933AbjCHNpZ (ORCPT ); Wed, 8 Mar 2023 08:45:25 -0500 Received: from mx.kernkonzept.com (serv1.kernkonzept.com [IPv6:2a01:4f8:1c1c:b490::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C93CA6A406 for ; Wed, 8 Mar 2023 05:44:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kernkonzept.com; s=mx1; h=Content-Transfer-Encoding:MIME-Version:Message-Id :Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=WlXRewEJFvIoy+L9dwIgvESfgt98IneCSo08niNe2CM=; b=kn3LYHhP7CvYm8qMQSx4FNFHBj SqsZaqmVNkRJMvD8D2GXl6v6hyyKqTmUl0A+abEibfJwxFtZaUIf6/fOgp9UKlfQ7i4LEoZVzfmlH M4o2fgPUXJEmCaIxjV7umAt0PaiqU3YFRO0ZukSBpEwH7Nlp4yaJZLLSNthqg7fbAwynaBpF+vWXz DT8qN4SCTW6w4kd413GjH1k9bFnMQ68XFIZW6Z46nxDXuPKUf/078yu4zSh3qcvGJq+IksdEgqfko bN0jcERGQA1I43zM2fjrjo1MF/Lcc+Ek+7g0npCuoLV3ZUdNCrnswJGu1ZQmgCtURabCI2Dkb/hSC l41+cqNQ==; Received: from [10.22.3.24] (helo=kernkonzept.com) by mx.kernkonzept.com with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) id 1pZt1w-00FCip-0f; Wed, 08 Mar 2023 13:36:28 +0100 From: Stephan Gerhold To: Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Stephan Gerhold Subject: [PATCH] arm64: dts: qcom: msm8916: Fix tsens_mode unit address Date: Wed, 8 Mar 2023 13:36:17 +0100 Message-Id: <20230308123617.101211-1-stephan.gerhold@kernkonzept.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The reg address of the tsens_mode nvmem cell is correct but the unit address does not match (0xec vs 0xef). Fix it. No functional change. Fixes: 24aafd041fb2 ("arm64: dts: qcom: msm8916: specify per-sensor calibration cells") Signed-off-by: Stephan Gerhold Reviewed-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 0733c2f4f379..0d5283805f42 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -503,7 +503,7 @@ tsens_base2: base2@d7 { bits = <1 7>; }; - tsens_mode: mode@ec { + tsens_mode: mode@ef { reg = <0xef 0x1>; bits = <5 3>; };