From mboxrd@z Thu Jan 1 00:00:00 1970 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 6E62AC433EF for ; Fri, 18 Feb 2022 12:56:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235489AbiBRM4q (ORCPT ); Fri, 18 Feb 2022 07:56:46 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:36408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235569AbiBRM4V (ORCPT ); Fri, 18 Feb 2022 07:56:21 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D91562B4D9F; Fri, 18 Feb 2022 04:55:55 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 0D75B1F46724 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645188954; bh=YkLMpSsBe1IVOGgotAXLOXcJ0eSyRqXWWqGIQixSJMY=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=YYKTTPieNptOxsVy76k7+v+tLGltKW1zVx8nyjUug3jxcQiAFxkhGASfRFnmnlM30 kgjiRsbtOKx1ntIORUi+xgWAvSYGFZmRVnwk1rYKcrhWUAWRI7Th8cBc/eu448PdGx D1ue8x5x4NzrL9qfrDzC/eU9DeZyj9nlC2osZjrkozP6flYzuAymzUIYCEuKc2+Py6 JnHRlx4fnx0LTeHwpqENewz0ioeefXAkNeOboNzzi+LWkkLEogr7UmF7a5wTDt+eTI Mv65+quAi5q0GfmNpmmxNwS0HuYbPGLnCMZ0k7Mr67HLbtOFngbISnrMI7VxkHzyz5 +YFqCDdEpBxvg== Message-ID: <719c23ae-a8b4-5f0d-6be2-483bb82dbce9@collabora.com> Date: Fri, 18 Feb 2022 13:55:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 From: AngeloGioacchino Del Regno Subject: Re: [PATCH v2 12/23] arm64: dts: mt8192: Add efuse node To: Allen-KH Cheng , Matthias Brugger , Rob Herring , --to=Krzysztof Kozlowski Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai , Ryder Lee , =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= References: <20220218091633.9368-1-allen-kh.cheng@mediatek.com> <20220218091633.9368-13-allen-kh.cheng@mediatek.com> Content-Language: en-US In-Reply-To: <20220218091633.9368-13-allen-kh.cheng@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 18/02/22 10:16, Allen-KH Cheng ha scritto: > Add efuse node for mt8192 SoC > > Signed-off-by: Allen-KH Cheng > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > index f51fd0f6c356..094805db395b 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > @@ -939,6 +939,20 @@ > status = "disabled"; > }; > > + efuse: efuse@11c10000 { > + compatible = "mediatek,efuse"; > + reg = <0 0x11c10000 0 0x1000>; > + #address-cells = <1>; > + #size-cells = <1>; > + > + lvts_e_data1: data1 { lvts_e_data1: lvts_data1@1c0 { reg = <0x1c0 0x58>; Please write hex with lower case characters. > + reg = <0x1C0 0x58>; > + }; > + svs_calibration: calib@580 { > + reg = <0x580 0x68>; > + }; > + }; > + > i2c3: i2c@11cb0000 { > compatible = "mediatek,mt8192-i2c"; > reg = <0 0x11cb0000 0 0x1000>, From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2C1ABC433FE for ; Fri, 18 Feb 2022 13:28:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:References:Cc:To:Subject:From: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rJbpUljWkqAqa4E7O5Dl42Cfw76w3bSYw2Q/OMMu5aI=; b=L8JLp2hkWJzWqg n0b5iXa12fmEX0Y0XOe3jrLua3TM1VMdbrvxICw6V7sWxyEV73dW6sMs03a8HXhsFUH1lIF3i2Jes Tuv7+7WlsxdtdnhU7EGAkag18iF1tFefWRxeA/9Ts3eb1DchLZ52NI5FbpdV2Ibe/SsPnEv62rL1O keKRXoOwO+bPimj8SqWAMEhE7HBgW9P/PskbDSr06B5wcLGiaO5iC8jUl6TeaD+CDnGdpgaVjjG6Z KtVWhcCaeJe93tjWKKTCNljQazMxeiRqX8Txbrh6zjgoYp5Da+b6PEQ3x7wLPTlDd16Ex5jAihmcz aovRYn3iktX2E4bdofbw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nL3IC-00EZ95-QY; Fri, 18 Feb 2022 13:27:26 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nL2nk-00ELWK-0R; Fri, 18 Feb 2022 12:55:57 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 0D75B1F46724 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645188954; bh=YkLMpSsBe1IVOGgotAXLOXcJ0eSyRqXWWqGIQixSJMY=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=YYKTTPieNptOxsVy76k7+v+tLGltKW1zVx8nyjUug3jxcQiAFxkhGASfRFnmnlM30 kgjiRsbtOKx1ntIORUi+xgWAvSYGFZmRVnwk1rYKcrhWUAWRI7Th8cBc/eu448PdGx D1ue8x5x4NzrL9qfrDzC/eU9DeZyj9nlC2osZjrkozP6flYzuAymzUIYCEuKc2+Py6 JnHRlx4fnx0LTeHwpqENewz0ioeefXAkNeOboNzzi+LWkkLEogr7UmF7a5wTDt+eTI Mv65+quAi5q0GfmNpmmxNwS0HuYbPGLnCMZ0k7Mr67HLbtOFngbISnrMI7VxkHzyz5 +YFqCDdEpBxvg== Message-ID: <719c23ae-a8b4-5f0d-6be2-483bb82dbce9@collabora.com> Date: Fri, 18 Feb 2022 13:55:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 From: AngeloGioacchino Del Regno Subject: Re: [PATCH v2 12/23] arm64: dts: mt8192: Add efuse node To: Allen-KH Cheng , Matthias Brugger , Rob Herring , --to=Krzysztof Kozlowski Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai , Ryder Lee , =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= References: <20220218091633.9368-1-allen-kh.cheng@mediatek.com> <20220218091633.9368-13-allen-kh.cheng@mediatek.com> Content-Language: en-US In-Reply-To: <20220218091633.9368-13-allen-kh.cheng@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220218_045556_262084_BCA71277 X-CRM114-Status: GOOD ( 13.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Il 18/02/22 10:16, Allen-KH Cheng ha scritto: > Add efuse node for mt8192 SoC > > Signed-off-by: Allen-KH Cheng > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > index f51fd0f6c356..094805db395b 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > @@ -939,6 +939,20 @@ > status = "disabled"; > }; > > + efuse: efuse@11c10000 { > + compatible = "mediatek,efuse"; > + reg = <0 0x11c10000 0 0x1000>; > + #address-cells = <1>; > + #size-cells = <1>; > + > + lvts_e_data1: data1 { lvts_e_data1: lvts_data1@1c0 { reg = <0x1c0 0x58>; Please write hex with lower case characters. > + reg = <0x1C0 0x58>; > + }; > + svs_calibration: calib@580 { > + reg = <0x580 0x68>; > + }; > + }; > + > i2c3: i2c@11cb0000 { > compatible = "mediatek,mt8192-i2c"; > reg = <0 0x11cb0000 0 0x1000>, _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 15364C433EF for ; Fri, 18 Feb 2022 13:29:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:References:Cc:To:Subject:From: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sjmp4w0KaHUXBd8p0wD6N1ZsEOG1Pfs9MAGh/0Krcl8=; b=PN1wQdt7akry6G 3g60RYav/mEcoivQS8GUed/o0Dc4+7h5Mc7w3oh0qlGfvj3DCvKjXL/EiJ9lMzKGws3EgyiveKNru GPFYLsLbRMobA4fzpTQeGQuzx4TEZM1y9nTjdtjVmkVu6A68iShyjIUSC0RiJ9djTlgxeZ4R8oCc/ oJ5yMHEcJtI5BevfS5Tlt/CCH+qwmzIr8i+Q3aIwmPliX+xDNJAal4AbW320Rtnz/gqNXiys1CEVc AwoYtp8ao9PC8e7FO21YWrNO0+vHRzHAF0CArBOEXAjN/1gTVzpHPQHddpmMAI8Ur6ljobXpopzeH sAhoMDJpL7gBZIJesCKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nL3Jv-00EZru-Fh; Fri, 18 Feb 2022 13:29:11 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nL2nk-00ELWK-0R; Fri, 18 Feb 2022 12:55:57 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 0D75B1F46724 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645188954; bh=YkLMpSsBe1IVOGgotAXLOXcJ0eSyRqXWWqGIQixSJMY=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=YYKTTPieNptOxsVy76k7+v+tLGltKW1zVx8nyjUug3jxcQiAFxkhGASfRFnmnlM30 kgjiRsbtOKx1ntIORUi+xgWAvSYGFZmRVnwk1rYKcrhWUAWRI7Th8cBc/eu448PdGx D1ue8x5x4NzrL9qfrDzC/eU9DeZyj9nlC2osZjrkozP6flYzuAymzUIYCEuKc2+Py6 JnHRlx4fnx0LTeHwpqENewz0ioeefXAkNeOboNzzi+LWkkLEogr7UmF7a5wTDt+eTI Mv65+quAi5q0GfmNpmmxNwS0HuYbPGLnCMZ0k7Mr67HLbtOFngbISnrMI7VxkHzyz5 +YFqCDdEpBxvg== Message-ID: <719c23ae-a8b4-5f0d-6be2-483bb82dbce9@collabora.com> Date: Fri, 18 Feb 2022 13:55:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 From: AngeloGioacchino Del Regno Subject: Re: [PATCH v2 12/23] arm64: dts: mt8192: Add efuse node To: Allen-KH Cheng , Matthias Brugger , Rob Herring , --to=Krzysztof Kozlowski Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai , Ryder Lee , =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= References: <20220218091633.9368-1-allen-kh.cheng@mediatek.com> <20220218091633.9368-13-allen-kh.cheng@mediatek.com> Content-Language: en-US In-Reply-To: <20220218091633.9368-13-allen-kh.cheng@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220218_045556_262084_BCA71277 X-CRM114-Status: GOOD ( 13.13 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Il 18/02/22 10:16, Allen-KH Cheng ha scritto: > Add efuse node for mt8192 SoC > > Signed-off-by: Allen-KH Cheng > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > index f51fd0f6c356..094805db395b 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > @@ -939,6 +939,20 @@ > status = "disabled"; > }; > > + efuse: efuse@11c10000 { > + compatible = "mediatek,efuse"; > + reg = <0 0x11c10000 0 0x1000>; > + #address-cells = <1>; > + #size-cells = <1>; > + > + lvts_e_data1: data1 { lvts_e_data1: lvts_data1@1c0 { reg = <0x1c0 0x58>; Please write hex with lower case characters. > + reg = <0x1C0 0x58>; > + }; > + svs_calibration: calib@580 { > + reg = <0x580 0x68>; > + }; > + }; > + > i2c3: i2c@11cb0000 { > compatible = "mediatek,mt8192-i2c"; > reg = <0 0x11cb0000 0 0x1000>, _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek