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		hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
14
15		0000000 0000 0000 0000 0000 0000 0000 0000 0000
16		*
17		00000a0 db10 2240 0000 e000 0c00 0c00 0000 0c00
18		0000000 0000 0000 0000 0000 0000 0000 0000 0000
19		...
20		*
21		0001000
22