From patchwork Mon Jul 19 02:31:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 479802 Delivered-To: patch@linaro.org Received: by 2002:a02:c94a:0:0:0:0:0 with SMTP id u10csp3716548jao; Sun, 18 Jul 2021 19:31:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzrmDz2/GgGQc7nUTV+4G7d9fN0OfRTogBqRpmX+/IMnntD/c6GG6vIP4XhH+81w8Ki8MN7 X-Received: by 2002:a92:ad03:: with SMTP id w3mr14206976ilh.225.1626661874923; Sun, 18 Jul 2021 19:31:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626661874; cv=none; d=google.com; s=arc-20160816; b=TCa7skoF1A9KmxYKPneQMhrEgduTCqSOglxkxUeH22pHyoltLQnoZdCq1TbRwprUjO rc6Pv1A83Q0kpGw4GnjcdIZ/3/YU9aG6IHieQLBkwdWVuVYWTacJ05Q+3iAWmoPZfkhE 8N98XrJKLE+5D3duvs7chBDvKPxMyqP2W+iIW1On3j+Eiz8fmVZLWCdcMAf1zw6EsGGS nqF4olShnI2lEa2qzia3vJJxCVsETNz758uWDzfmq9pX/6W12iiDlPaA67IQVVLDF0VU YSTKCKa172uCWGYxgiw5OY9GYVFXnm3hWTlJ68ig5P2ud7FzM5AL725hVozlglnFZLfP ZoFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=Yc9ob0QpSz31dQAtaS/O3DIhvNM3CqI9zK6ULENubfY=; b=RJ4RYnuQJ8B2/PtnFFFDVUFCf5pVUotxPNNRGIoqOFwetoIt/5NC8ZNg5v7CtfeEYv kgrLVZjoY9Z+USjCv+DTh2yBwbdhE1y5G5UotNpd1ZmGmWz1PgMEj2PpKCzg2/5XdfxS mAjJP3VM1pqEOfgmpJDLg1JdedbAICt4gYaYBrjDoUCdeAqPo4Rf4FRApeFg19isIXGq IG/B1Wyq5Xvto6aGs5T5QhUkDnzXdtwmK5jBefiWr9Wlv0ayUpJfYzXwuQqNnYrrkm8x SA9pbwmTPpWLECo5Uk1nQFQmIVaykfHs7H92xf638EyWSHPuHvxscyh0PeWwASbe0UXk jOFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v14si18042034ilj.0.2021.07.18.19.31.14; Sun, 18 Jul 2021 19:31:14 -0700 (PDT) Received-SPF: pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233807AbhGSCeM (ORCPT + 7 others); Sun, 18 Jul 2021 22:34:12 -0400 Received: from mx.socionext.com ([202.248.49.38]:30034 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233713AbhGSCeM (ORCPT ); Sun, 18 Jul 2021 22:34:12 -0400 Received: from unknown (HELO kinkan2-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 19 Jul 2021 11:31:12 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan2-ex.css.socionext.com (Postfix) with ESMTP id 5EB30205902A; Mon, 19 Jul 2021 11:31:12 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 19 Jul 2021 11:31:12 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 02757B631E; Mon, 19 Jul 2021 11:31:11 +0900 (JST) From: Kunihiko Hayashi To: Srinivas Kandagatla , Rob Herring Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Masami Hiramatsu , Kunihiko Hayashi Subject: [PATCH v2 0/2] dt-bindings: Update nvmem and UniPhier eFuse bindings Date: Mon, 19 Jul 2021 11:31:02 +0900 Message-Id: <1626661864-15473-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch series intend to convert UniPhier eFuse bindings to json-schema, and extend expression of sub nodes to indicate bit position. Changes in v1: - Add patternProperties extension patch - Remove "reg" and "bits" properties that exist in nvmem.yaml - Replace "additionalProperties: false" with "unevaluatedProperties: false" Kunihiko Hayashi (2): dt-bindings: nvmem: Extend patternProperties to optionally indicate bit position dt-bindings: nvmem: Convert UniPhier eFuse bindings to json-schema Documentation/devicetree/bindings/nvmem/nvmem.yaml | 2 +- .../bindings/nvmem/socionext,uniphier-efuse.yaml | 95 ++++++++++++++++++++++ .../devicetree/bindings/nvmem/uniphier-efuse.txt | 49 ----------- 3 files changed, 96 insertions(+), 50 deletions(-) create mode 100644 Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml delete mode 100644 Documentation/devicetree/bindings/nvmem/uniphier-efuse.txt -- 2.7.4