Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mtd: ubi-volume: allow UBI volumes to provide NVMEM

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>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Daniel Golle and committed by
Richard Weinberger
a1de28dd e17f38b7

+15
+10
Documentation/devicetree/bindings/mtd/partitions/linux,ubi.yaml
··· 59 59 ubi-volume-caldata { 60 60 volid = <2>; 61 61 volname = "rf"; 62 + 63 + nvmem-layout { 64 + compatible = "fixed-layout"; 65 + #address-cells = <1>; 66 + #size-cells = <1>; 67 + 68 + eeprom@0 { 69 + reg = <0x0 0x1000>; 70 + }; 71 + }; 62 72 }; 63 73 }; 64 74 };
+5
Documentation/devicetree/bindings/mtd/partitions/ubi-volume.yaml
··· 24 24 description: 25 25 Match UBI volume ID 26 26 27 + nvmem-layout: 28 + $ref: /schemas/nvmem/layouts/nvmem-layout.yaml# 29 + description: 30 + This container may reference an NVMEM layout parser. 31 + 27 32 anyOf: 28 33 - required: 29 34 - volid