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 91513C433EF for ; Mon, 21 Feb 2022 03:51:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245499AbiBUDwH (ORCPT ); Sun, 20 Feb 2022 22:52:07 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:33758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241883AbiBUDwG (ORCPT ); Sun, 20 Feb 2022 22:52:06 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E464263D8; Sun, 20 Feb 2022 19:51:43 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D7C29B80E4C; Mon, 21 Feb 2022 03:51:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1073CC340E9; Mon, 21 Feb 2022 03:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645415500; bh=OUk4/Yoim2CeD2hyJhADGGMXmo8qoCE8DZiEMBdjUss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YVxhuqrWEjk+KhJFJgIpUrPg23bKNbTk/sKTxevAvJDy3+C2AFOMY8CLfVgDRw35k EFQpj8ING3ecFBEghVB0jzjyvQnxqbR9cHTUeqGgJKlzWmmvfqCpITRySvXVo0uYfz ThVrEjTv4i/dRvVQeRnt7EH63ZLrRGtSufZtY7fY4xuOB3tzKGzSXm2OXO2Pp9zPHx srmTr3DUk0aegOzslIk/DzBJdRva4jODLhh+/s6xZqXYHzAtesK1RQqbLSTnBSUWbM ijcVdQyXGQbN6gGkTE4hLb206RThkjBjop6/JoAZiy3P3uexHVIsVZwXuIS/+yNHjR 3aEskPFkPmEWg== Date: Mon, 21 Feb 2022 11:51:34 +0800 From: Shawn Guo To: Michael Walle Cc: Srinivas Kandagatla , Rob Herring , Krzysztof Kozlowski , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 3/3] arm64: dts: ls1028a: add efuse node Message-ID: <20220221035134.GH2249@dragon> References: <20220214115529.662948-1-michael@walle.cc> <20220214115529.662948-4-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220214115529.662948-4-michael@walle.cc> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Feb 14, 2022 at 12:55:29PM +0100, Michael Walle wrote: > Layerscape SoCs contain a Security Fuse Processor which is basically a > efuse controller. Add the node, so userspace can read the efuses. > > Signed-off-by: Michael Walle Applied, thanks!