mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
fd307a4ad3
Added enum and string for FRAM (ferroelectric RAM) to expose it as file named "fram". Added documentation of sysfs file. Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz> Link: https://lore.kernel.org/r/20210611094601.95131-2-jiri.prchal@aksignal.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 lines
678 B
Plaintext
20 lines
678 B
Plaintext
What: /sys/class/spi_master/spi<bus>/spi<bus>.<dev>/fram
|
|
Date: June 2021
|
|
KernelVersion: 5.14
|
|
Contact: Jiri Prchal <jiri.prchal@aksignal.cz>
|
|
Description:
|
|
Contains the FRAM binary data. Same as EEPROM, just another file
|
|
name to indicate that it employs ferroelectric process.
|
|
It performs write operations at bus speed - no write delays.
|
|
|
|
What: /sys/class/spi_master/spi<bus>/spi<bus>.<dev>/sernum
|
|
Date: May 2021
|
|
KernelVersion: 5.14
|
|
Contact: Jiri Prchal <jiri.prchal@aksignal.cz>
|
|
Description:
|
|
Contains the serial number of the Cypress FRAM (FM25VN) if it is
|
|
present. It will be displayed as a 8 byte hex string, as read
|
|
from the device.
|
|
|
|
This is a read-only attribute.
|