From nobody Sun Sep 22 09:25:22 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 8DD89C433EF for ; Mon, 21 Feb 2022 06:41:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243001AbiBUGlj (ORCPT ); Mon, 21 Feb 2022 01:41:39 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:42044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345377AbiBUGko (ORCPT ); Mon, 21 Feb 2022 01:40:44 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22C64443D1; Sun, 20 Feb 2022 22:39:46 -0800 (PST) X-UUID: 41e69ec60373412db8bb90b98bef808b-20220221 X-UUID: 41e69ec60373412db8bb90b98bef808b-20220221 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 303966659; Mon, 21 Feb 2022 14:39:41 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 21 Feb 2022 14:39:40 +0800 Received: from mtksdaap41.mediatek.inc (172.21.77.4) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 21 Feb 2022 14:39:40 +0800 From: Roger Lu To: Matthias Brugger , Enric Balletbo Serra , Kevin Hilman , Rob Herring , Nicolas Boichat , Stephen Boyd , Philipp Zabel CC: Fan Chen , HenryC Chen , Xiaoqing Liu , Charles Yang , Angus Lin , Mark Rutland , Nishanth Menon , Roger Lu , , , , , , , Guenter Roeck , Jia-wei Chang Subject: [PATCH v23 2/7] arm64: dts: mt8183: add svs device information Date: Mon, 21 Feb 2022 14:39:34 +0800 Message-ID: <20220221063939.14969-3-roger.lu@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20220221063939.14969-1-roger.lu@mediatek.com> References: <20220221063939.14969-1-roger.lu@mediatek.com> MIME-Version: 1.0 X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add compatible/reg/irq/clock/efuse setting in svs node. Signed-off-by: Roger Lu Acked-by: AngeloGioacchino Del Regno Reviewed-by: AngeloGioacchino Del Regno --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts= /mediatek/mt8183.dtsi index 00f2ddd245e1..e1a3b63f4250 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi @@ -807,6 +807,18 @@ status =3D "disabled"; }; =20 + svs: svs@1100b000 { + compatible =3D "mediatek,mt8183-svs"; + reg =3D <0 0x1100b000 0 0x1000>; + interrupts =3D ; + clocks =3D <&infracfg CLK_INFRA_THERM>; + clock-names =3D "main"; + nvmem-cells =3D <&svs_calibration>, + <&thermal_calibration>; + nvmem-cell-names =3D "svs-calibration-data", + "t-calibration-data"; + }; + thermal: thermal@1100b000 { #thermal-sensor-cells =3D <1>; compatible =3D "mediatek,mt8183-thermal"; @@ -1325,6 +1337,10 @@ mipi_tx_calibration: calib@190 { reg =3D <0x190 0xc>; }; + + svs_calibration: calib@580 { + reg =3D <0x580 0x64>; + }; }; =20 u3phy: t-phy@11f40000 { --=20 2.18.0