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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F4ABC11D07 for ; Thu, 20 Feb 2020 13:58:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 46035208C4 for ; Thu, 20 Feb 2020 13:58:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=flygoat.com header.i=jiaxun.yang@flygoat.com header.b="NNkK0Bjf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728286AbgBTN6s (ORCPT ); Thu, 20 Feb 2020 08:58:48 -0500 Received: from sender3-op-o12.zoho.com.cn ([124.251.121.243]:17856 "EHLO sender3-op-o12.zoho.com.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727943AbgBTN6r (ORCPT ); Thu, 20 Feb 2020 08:58:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1582207017; s=mail; d=flygoat.com; i=jiaxun.yang@flygoat.com; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=7yL9Udn53NkbbgUNkqIPdZQE2bNWaYqwiXCqgYxMS5Y=; b=NNkK0BjfSIAsfOgAsMzTkc55olp44bNnAHJOPTOovKNX/ufBvPqYla7q3fYpkKSG 3BnepCcG8wGsfC3D4rIF9/DyZN//NIrL8K+M5GhB61KA7ZhYJky5aMdq/cTQdBxSr/7 I2bMmzxm/KpElJgRlcQUYZ2+xr3zTuWx0tgTMdSE= Received: from mail.baihui.com by mx.zoho.com.cn with SMTP id 158220701284843.8168629100137; Thu, 20 Feb 2020 21:56:52 +0800 (CST) Date: Thu, 20 Feb 2020 21:56:52 +0800 From: Jiaxun Yang To: "H. Nikolaus Schaller" Cc: "PrasannaKumar Muralidharan" , "Paul Cercueil" , "Mathieu Malaterre" , "Srinivas Kandagatla" , "Linux Kernel Mailing List" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-mips" , "Discussions about the Letux Kernel" Message-ID: <17062e30fec.12ef478cf6311.3456058528169872039@flygoat.com> In-Reply-To: References: <86b78db4d607e0bdda6def018bc7f73207ce82e8.1581958529.git.hns@goldelico.com> <20200218212609.GA30081@bogus> Subject: Re: [RFC v4 2/6] Bindings: nvmem: add bindings for JZ4780 efuse MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: Medium User-Agent: ZohoCN Mail X-Mailer: ZohoCN Mail Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org -- Jiaxun Yang ---- =E5=9C=A8 =E6=98=9F=E6=9C=9F=E4=B8=89, 2020-02-19 13:48:56 H. Nikolau= s Schaller =E6=92=B0=E5=86=99 ---- >=20 > > Am 18.02.2020 um 22:26 schrieb Rob Herring : > >=20 > > On Mon, Feb 17, 2020 at 05:55:26PM +0100, H. Nikolaus Schaller wrote: > >> From: PrasannaKumar Muralidharan > >>=20 > >> This patch brings support for the JZ4780 efuse. Currently it only exp= ose > >> a read only access to the entire 8K bits efuse memory. > >>=20 > >> Tested-by: Mathieu Malaterre > >> Signed-off-by: PrasannaKumar Muralidharan > >> Signed-off-by: Mathieu Malaterre > >> Signed-off-by: H. Nikolaus Schaller > >> --- > >> .../bindings/nvmem/ingenic,jz4780-efuse.txt | 17 ++++++++++++++++= + > >> 1 file changed, 17 insertions(+) > >> create mode 100644 Documentation/devicetree/bindings/nvmem/ingenic,jz= 4780-efuse.txt > >=20 > > Please convert to a DT schema. >=20 > Is there someone of you who can help to do that? >=20 > DT schemas are still like a Chinese dialect for me (i.e. I can decipher = with help but neither speak nor write). I just had a try. https://paste.ubuntu.com/p/xgDdmwnGsz/ Not sure if it's correct. Thanks. -- Jiaxun Yang