From nobody Sat Sep 21 17:03:12 2024 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 15B60C25B08 for ; Wed, 17 Aug 2022 08:09:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234143AbiHQIJG (ORCPT ); Wed, 17 Aug 2022 04:09:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233371AbiHQIIx (ORCPT ); Wed, 17 Aug 2022 04:08:53 -0400 Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 629B451415 for ; Wed, 17 Aug 2022 01:08:52 -0700 (PDT) Received: by mail-wr1-x42b.google.com with SMTP id ba1so4720936wrb.5 for ; Wed, 17 Aug 2022 01:08:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=XFhFdGS4gab18LiNO0E9EIMJdc3E4TwobGsMEPo69aw=; b=6SH+adSirsQoZZ7hs2noCxi688TUpUJhcU0j79bRwxs/rHH8544iWt2GNS+4gkg1Kt c+MnCThDyXByjMNz0sV7zovfXokhtb0HR/SiCUCAGgZHY0OS2dOtmQz/bAHKDxmS8GJk vP0AxBjik0XVs6MwvhVZfc/BIJ3GZgclGg5oneyMi5gs/wKyEWhyRkUi27jZtM43z5h9 0XHhLuJDzHRsazjbBd6fWRBVaxIiBV4K5FfofPp0Ny+k0SgGARP21sXNORwQXC94c9eB NId4tZ6/v6t8A5eX7JGmiiZ8PasGUvXyQ3V0NUGQq6KPtV6WQg49X6tJ7PSlv+yxb6An wBcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=XFhFdGS4gab18LiNO0E9EIMJdc3E4TwobGsMEPo69aw=; b=ana5wEuNOr8g0YkRp8TyHt13nC588Xb1Deb8CjWR9op0a5n82+zGYoKcQB6T3Cnbu0 V9/ECBdaHncKk+Q4MuhmEXguACGFcLz3zH8CvrLlR/SkiDnt1KAndDAWhn4PMx1/ptYz Wij8qRJeuP0+3k6mO6YwK+yz2zYv0vcn2E1Qvl9zEJzZ9ZIMF4ZmfozR/r0hqKklDQvO YpFND3rifzfCKIbYWxDI4xPn88eDkbj3Rw5v3DKAU3x/YAqFwU41ZpTcS8sHyDUFQVrB J5fJOm6TOI4uZmSum5092NqmAsHjl7ukCsqZ090fBgysL4qAAe7BQvn5kYh6OP+0RSXo 9BBw== X-Gm-Message-State: ACgBeo2oKAVwjcp69ZiAal99B5pC+3uWcXPgfV+UXMtl7ErFLOLGbtYt y/a21h4d1+al/7IwyntLca8wTg== X-Google-Smtp-Source: AA6agR51Zl6xt+vxQT7gT7KACFEBbbFyESTGV94CTa/rv4g0vzVgLg37XjUImbsILtMPON9atLrVTQ== X-Received: by 2002:a5d:6f05:0:b0:223:8bfc:dd0f with SMTP id ay5-20020a5d6f05000000b002238bfcdd0fmr13349400wrb.547.1660723730931; Wed, 17 Aug 2022 01:08:50 -0700 (PDT) Received: from Balsam-ThinkPad-T480.civfrance.com (58.188.158.77.rev.sfr.net. [77.158.188.58]) by smtp.gmail.com with ESMTPSA id u15-20020a05600c19cf00b003a54d610e5fsm1391992wmq.26.2022.08.17.01.08.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Aug 2022 01:08:50 -0700 (PDT) From: bchihi@baylibre.com To: rafael@kernel.org, rui.zhang@intel.com, daniel.lezcano@linaro.org, amitk@kernel.org Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, khilman@baylibre.com, mka@chromium.org, robh+dt@kernel.org, krzk+dt@kernel.org, matthias.bgg@gmail.com, p.zabel@pengutronix.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, james.lo@mediatek.com, fan.chen@mediatek.com, louis.yu@mediatek.com, rex-bc.chen@mediatek.com, abailon@baylibre.com Subject: [PATCH v9,5/7] arm64: dts: mt8195: Add efuse node to mt8195 Date: Wed, 17 Aug 2022 10:07:55 +0200 Message-Id: <20220817080757.352021-6-bchihi@baylibre.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220817080757.352021-1-bchihi@baylibre.com> References: <20220817080757.352021-1-bchihi@baylibre.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Alexandre Bailon Add efuse node. This will be required by the thermal driver to get the calibration data. Signed-off-by: Alexandre Bailon Co-developed-by: Balsam CHIHI Signed-off-by: Balsam CHIHI --- arch/arm64/boot/dts/mediatek/mt8195.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts= /mediatek/mt8195.dtsi index 066c14989708..95967a0196d8 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -733,6 +733,18 @@ u2_intr_p3: usb2-intr-p3@189,2 { reg =3D <0x189 0x2>; bits =3D <7 5>; }; + + lvts_efuse_data1: lvts1-calib@1bc { + reg =3D <0x1bc 0x14>; + }; + + lvts_efuse_data2: lvts2-calib@1d0 { + reg =3D <0x1d0 0x38>; + }; + + svs_calibration: calib@580 { + reg =3D <0x580 0x64>; + }; }; =20 u3phy2: t-phy@11c40000 { --=20 2.34.1