mirror of https://github.com/torvalds/linux.git
dt-bindings: nvmem: rmem: Add mobileye,eyeq5-bootloader-config
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. Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20241230143035.265518-3-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
78dc14daf4
commit
62b467c65a
|
|
@ -16,6 +16,7 @@ properties:
|
|||
compatible:
|
||||
items:
|
||||
- enum:
|
||||
- mobileye,eyeq5-bootloader-config
|
||||
- raspberrypi,bootloader-config
|
||||
- raspberrypi,bootloader-public-key
|
||||
- const: nvmem-rmem
|
||||
|
|
|
|||
Loading…
Reference in New Issue