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 5DD24C4332F for ; Mon, 21 Mar 2022 12:04:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347172AbiCUMGL (ORCPT ); Mon, 21 Mar 2022 08:06:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347232AbiCUMGD (ORCPT ); Mon, 21 Mar 2022 08:06:03 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6421654FB3; Mon, 21 Mar 2022 05:04:37 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id AD7E51F41AD2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1647864276; bh=0E32hCpKZSjwFbFTCvOAEWGN8AIQLFIpV4hPlNASIcE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=cGN9nFhnl42bymm/guEJ6/uMryF7ZEaowWYENrNFzoUlzhkv5e0hSHe2bCeU7Er7O cb8+WwbewvrUoIq7/lfr8XBWp8GF6vTp0lPcfDLNA7jc/rb+SkgQvaOO+8M9r/ajyT gysxJugo9Ug354bD/Dmb8JFv+yTWC9VgulEiK/8kZol4q21kf510lJ7TE9Zs3Z/hob Vxh/zYolyjNRv3Eorls2mHogygFHzffPWH2C/wr+v15oOdoFh8sULTWJ+8H1PCTX+d S4QbcxKQBVD35lToylbjURjqhKHIHVWbV7SCs2cFLeRAEbXFeM1+hGIQQe+rhuwDHo dAXOlX4giFzLA== Message-ID: <1e2a6251-72e0-e8b4-eebe-2a46c1e98738@collabora.com> Date: Mon, 21 Mar 2022 13:04:33 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v4 11/22] arm64: dts: mt8192: Add efuse node Content-Language: en-US To: Allen-KH Cheng , Matthias Brugger , Rob Herring , 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 , Hui Liu References: <20220318144534.17996-1-allen-kh.cheng@mediatek.com> <20220318144534.17996-12-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220318144534.17996-12-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/03/22 15:45, Allen-KH Cheng ha scritto: > Add efuse node for mt8192 SoC > > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) >