From: Daniel Golle <daniel@makrotopia.org>
To: Randy Dunlap <rdunlap@infradead.org>,
Miquel Raynal <miquel.raynal@bootlin.com>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Daniel Golle <daniel@makrotopia.org>,
linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 2/8] dt-bindings: mtd: nvmem-cells: allow UBI volumes to provide NVMEM
Date: Tue, 8 Aug 2023 17:03:47 +0100 [thread overview]
Message-ID: <6f4ac2fee932a585b5bbdae0d00db4bcef7d1ca3.1691510312.git.daniel@makrotopia.org> (raw)
In-Reply-To: <cover.1691510312.git.daniel@makrotopia.org>
UBI volumes may be used to contain NVMEM bits, typically device MAC
addresses or wireless radio calibration data.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
.../devicetree/bindings/mtd/partitions/linux,ubi.yaml | 3 ++-
.../devicetree/bindings/mtd/partitions/nvmem-cells.yaml | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/mtd/partitions/linux,ubi.yaml b/Documentation/devicetree/bindings/mtd/partitions/linux,ubi.yaml
index 79cfa0a3eaa7d..56e71e3eb56bd 100644
--- a/Documentation/devicetree/bindings/mtd/partitions/linux,ubi.yaml
+++ b/Documentation/devicetree/bindings/mtd/partitions/linux,ubi.yaml
@@ -56,9 +56,10 @@ examples:
compatible = "linux,ubi";
volumes {
- ubi-volume-caldata {
+ wifi_caldata: ubi-volume-caldata {
volid = <2>;
volname = "rf";
+ compatible = "nvmem-cells";
};
};
};
diff --git a/Documentation/devicetree/bindings/mtd/partitions/nvmem-cells.yaml b/Documentation/devicetree/bindings/mtd/partitions/nvmem-cells.yaml
index 5474d63268dc5..b92a0b35df094 100644
--- a/Documentation/devicetree/bindings/mtd/partitions/nvmem-cells.yaml
+++ b/Documentation/devicetree/bindings/mtd/partitions/nvmem-cells.yaml
@@ -17,9 +17,12 @@ maintainers:
- Ansuel Smith <ansuelsmth@gmail.com>
allOf:
- - $ref: /schemas/mtd/partitions/partition.yaml#
- $ref: /schemas/nvmem/nvmem.yaml#
+oneOf:
+ - $ref: /schemas/mtd/partitions/partition.yaml#
+ - $ref: /schemas/mtd/partitions/ubi-volume.yaml#
+
properties:
compatible:
const: nvmem-cells
--
2.41.0
next prev parent reply other threads:[~2023-08-08 17:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-08 16:02 [PATCH v3 0/8] mtd: ubi: allow UBI volumes to provide NVMEM Daniel Golle
2023-08-08 16:03 ` [PATCH v3 1/8] dt-bindings: mtd: add basic bindings for UBI Daniel Golle
2023-08-08 19:31 ` Rob Herring
2023-08-09 22:58 ` Rob Herring
2023-08-08 16:03 ` Daniel Golle [this message]
2023-08-08 16:04 ` [PATCH v3 3/8] mtd: ubi: block: don't return on error when removing Daniel Golle
2023-08-08 16:04 ` [PATCH v3 4/8] mtd: ubi: block: use notifier to create ubiblock from parameter Daniel Golle
2023-08-08 16:04 ` [PATCH v3 5/8] mtd: ubi: attach MTD partition from device-tree Daniel Golle
2023-08-08 16:05 ` [PATCH v3 6/8] mtd: ubi: introduce pre-removal notification for UBI volumes Daniel Golle
2023-08-08 16:05 ` [PATCH v3 7/8] mtd: ubi: populate ubi volume fwnode Daniel Golle
2023-08-08 16:05 ` [PATCH v3 8/8] mtd: ubi: provide NVMEM layer over UBI volumes Daniel Golle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6f4ac2fee932a585b5bbdae0d00db4bcef7d1ca3.1691510312.git.daniel@makrotopia.org \
--to=daniel@makrotopia.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=miquel.raynal@bootlin.com \
--cc=rdunlap@infradead.org \
--cc=richard@nod.at \
--cc=robh+dt@kernel.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).