Skip to content

Commit

Permalink
bindings: mfd: cros ec: Document vbc EC property
Browse files Browse the repository at this point in the history
Some EC implementations include a small nvram space used to store
verified boot context data. This boolean property lets us indicate
whether this space is available or not on a specific EC implementation.

Signed-off-by: Emilio López <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
  • Loading branch information
elopez authored and Lee Jones committed Oct 30, 2015
1 parent 3dab794 commit 5b855ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/mfd/cros-ec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Required properties (LPC):
- compatible: "google,cros-ec-lpc"
- reg: List of (IO address, size) pairs defining the interface uses

Optional properties (all):
- google,has-vbc-nvram: Some implementations of the EC include a small
nvram space used to store verified boot context data. This boolean flag
is used to specify whether this nvram is present or not.

Example for I2C:

Expand Down

0 comments on commit 5b855ff

Please sign in to comment.