Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp862855pxb; Wed, 1 Sep 2021 11:33:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxORu4xqcmVtqJfmF4hVSxyW4sGcIcqRb5nalYhPkg9rVsZlf5ZFMS9HclGnpTiR+I/2YUz X-Received: by 2002:a05:6e02:524:: with SMTP id h4mr591237ils.203.1630521193798; Wed, 01 Sep 2021 11:33:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630521193; cv=none; d=google.com; s=arc-20160816; b=BegPbh6a2CQc+QCWZvHD0fXo3zYJ+fbQMF2Oe0EGmgx0VetT6PS3pnXOBcveiKwdt/ gAzeXqp2HQjZveUCpW4G/9apcNEHhgbdnagPZ3wx/KPn60EhOR5MoN8N0mLh1O3LRkJd g8hh/1fjZpljA84gXnE2AExcwHdMj6T/CPu7uF6o/b2suAGMPMZPTVbWbzxlWYnFMckg AYY2T03aG1x8exheukZ72P3a7wTuwh0YvoLKcpyoeadowi0iMw6ECfNcIoPA9nxGVWGV QjIpHs7yGiPb73wW3pDDtx7jD69wVJ8Q0NCjReK8jaX6FCVyMd4kimD7aOK58cAYC88N Dvdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=GrCWafnMUuQwFhgvykIVrT2dfU0otfeudiL55bOMuC0=; b=W6v+zH3Ndd1J3xvzLxjRFCiZWHPiGl6gbeOLQGpvNTJJoZnZHcCiMYyIc9yrrEQ4Lw XNkuU6p6zifoJfQkHCnKblqtAHGhNOilTk+7yvul7qXONKuvk1yJvahSv+c+YX1rgwlW rty5U/3ISNSisLc7HQbaa3YuJR7JwMTcoNWi1DxcZznBHzAWgptiXNRkLXCo6Yi19AcV AJ5z5V95cB46ZX8dZY+PHYoywKPKQ8n+xS8WShsaAmeMM36pxr953hvQp6RcTzZ9Qg/M zF55Cuf17JXsfduoIOCvxRuaxbwoSzVfRggigKkFvRpCNA+NpgynAS4bykMf0G3c6QsI x8/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f8si336928ilu.107.2021.09.01.11.33.01; Wed, 01 Sep 2021 11:33:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245131AbhIAScc (ORCPT + 99 others); Wed, 1 Sep 2021 14:32:32 -0400 Received: from relay04.th.seeweb.it ([5.144.164.165]:54405 "EHLO relay04.th.seeweb.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233677AbhIAScY (ORCPT ); Wed, 1 Sep 2021 14:32:24 -0400 Received: from IcarusMOD.eternityproject.eu (unknown [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id DF24A2015D; Wed, 1 Sep 2021 20:31:25 +0200 (CEST) From: AngeloGioacchino Del Regno To: bjorn.andersson@linaro.org Cc: agross@kernel.org, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, konrad.dybcio@somainline.org, marijn.suijten@somainline.org, martin.botka@somainline.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, paul.bouchara@somainline.org, jeffrey.l.hugo@gmail.com, AngeloGioacchino Del Regno Subject: [PATCH 4/5] arm64: dts: msm8998: Move qfprom iospace to calibrated values Date: Wed, 1 Sep 2021 20:31:22 +0200 Message-Id: <20210901183123.1087392-4-angelogioacchino.delregno@somainline.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210901183123.1087392-1-angelogioacchino.delregno@somainline.org> References: <20210901183123.1087392-1-angelogioacchino.delregno@somainline.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The QFPROM iospace was (erroneously, I believe) set to the uncalibrated fuse start address, but every driver only needs - and will always only need - only calibrated values. Move the iospace forward to the calibrated values start to avoid offsetting every fuse definition. Obviously, the only defined fuse (qusb2_hstx_trim) was also fixed to remove the offset, in order to comply with this change. Signed-off-by: AngeloGioacchino Del Regno --- arch/arm64/boot/dts/qcom/msm8998.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index 625d0fd7e33d..221dc61ca5e3 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -867,14 +867,14 @@ rpm_msg_ram: memory@778000 { reg = <0x00778000 0x7000>; }; - qfprom: qfprom@780000 { + qfprom: qfprom@784000 { compatible = "qcom,qfprom"; - reg = <0x00780000 0x621c>; + reg = <0x00784000 0x621c>; #address-cells = <1>; #size-cells = <1>; - qusb2_hstx_trim: hstx-trim@423a { - reg = <0x423a 0x1>; + qusb2_hstx_trim: hstx-trim@23a { + reg = <0x23a 0x1>; bits = <0 4>; }; }; -- 2.32.0