1What:		/sys/bus/nvmem/devices/.../nvmem
2Date:		July 2015
3KernelVersion:  4.2
4Contact:	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
5Description:
6		This file allows user to read/write the raw NVMEM contents.
7		Permissions for write to this file depends on the nvmem
8		provider configuration.
9		Note: This file is only present if CONFIG_NVMEM_SYSFS
10		is enabled
11
12		ex::
13
14		  hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
15
16		  0000000 0000 0000 0000 0000 0000 0000 0000 0000
17		  *
18		  00000a0 db10 2240 0000 e000 0c00 0c00 0000 0c00
19		  0000000 0000 0000 0000 0000 0000 0000 0000 0000
20		  ...
21		  *
22		  0001000
23