Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp3337781pxv; Sun, 18 Jul 2021 19:34:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyYsiUgCyHc+opBzPpqF3YVEUN9+D/T7eoFFTCpcqsH/Or89+J8lnr3egTAMNrs2D0GKZba X-Received: by 2002:a17:907:3e88:: with SMTP id hs8mr24495126ejc.534.1626662063923; Sun, 18 Jul 2021 19:34:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626662063; cv=none; d=google.com; s=arc-20160816; b=z5w8LLaPQcdyzCUTkmvH2j7yInwI1cc4xKbCcRzKv0IS3a7yxvhquj9GPXP/gv3Cau 2Iqe6CHI8RG/zvzoy9L/YkTO/pGZE8xFu6DKgZEyynollrVEOn7vanAaCaNbNdUSrwul qXZ00kcyyhTmXlFfeKWye4/vqjuTo+UVxCFRhmLfaicNPaE5hvyJriWCYOgjnkbpM/Gg ImiU/zsDZoHkImzf265Tu1KYj+6vd9FrMm+5t7iv/rWaPJ0RHG4B43WtT2I+J7pizMak RGbWziF8Zo0oePmw9gxXJRsRgBqDufjS/Ukk4SXnvD2tQCPicvo1w7SDQeseSaTrCmX6 Kiyg== 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=UND9RNpx+zcPhtOUPn9Daxafmyv2uKrIWzyBvUnhI5f0pxShmM2QFTTBh4DZg/hjcc fHjqAqtp7sV0y04SGEJBElqsef5cFVfQ2fuoZDlswg/AunM31ErNNE8qV2+JyAukwLw4 psiS201GO/D3NO5eKpSl2sXyLrTL5rt0HnXb+1VPM1ZYgorWVjTrsnR455PI1dYOCXQ7 JqUmxCEijdtUBlEtN+6Rx5v+gVyGZtbvYtntsE5Jxpirj4zqW/sf7a0hv2US2TBJvtRc 8/UgQI9WmIs6eP/nQHa7YvIY6fbrv8VQpVOsXd/gwkOAxddo8Oyu5wurvmGKw6VsmDzy oVhQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 dn9si10347717ejc.461.2021.07.18.19.34.01; Sun, 18 Jul 2021 19:34:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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 linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233894AbhGSCeM (ORCPT + 99 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: linux-kernel@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