Message ID | 20241203-rmem-v1-1-24f4970cf14e@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | nvmem: rmem: cleanup & add checksumming support for Mobileye EyeQ5 | expand |
On Tue, 03 Dec 2024 14:55:44 +0100, Théo Lebrun wrote: > On Mobileye EyeQ5, the bootloader will put MAC addresses into memory. > Declare that as reserved memory to be used by the kernel, exposing > nvmem cells. That region has a 12-byte header and a 4-byte trailing CRC. > > Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> > --- > Documentation/devicetree/bindings/nvmem/rmem.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/nvmem/rmem.yaml b/Documentation/devicetree/bindings/nvmem/rmem.yaml index 1ec0d09bcafa857c05ae722834c9e13bf63ee851..85f9f5de3906d2f1afce74ce001cf5db06e50806 100644 --- a/Documentation/devicetree/bindings/nvmem/rmem.yaml +++ b/Documentation/devicetree/bindings/nvmem/rmem.yaml @@ -16,6 +16,7 @@ properties: compatible: items: - enum: + - mobileye,eyeq5-bootloader-config - raspberrypi,bootloader-config - raspberrypi,bootloader-public-key - const: nvmem-rmem
On Mobileye EyeQ5, the bootloader will put MAC addresses into memory. Declare that as reserved memory to be used by the kernel, exposing nvmem cells. That region has a 12-byte header and a 4-byte trailing CRC. Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> --- Documentation/devicetree/bindings/nvmem/rmem.yaml | 1 + 1 file changed, 1 insertion(+)