forked from Minki/linux
7990b0d7ec
This adds device tree support to the nvec driver. By using this method it is no longer necessary to specify platform data through a board file. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Acked-by: Stephen Warren <swarren@nvidia.com> Cc: Julian Andres Klode <jak@jak-linux.org> Cc: Grant Likely <grant.likely@secretlab.ca> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
10 lines
349 B
Plaintext
10 lines
349 B
Plaintext
NVIDIA compliant embedded controller
|
|
|
|
Required properties:
|
|
- compatible : should be "nvidia,nvec".
|
|
- reg : the iomem of the i2c slave controller
|
|
- interrupts : the interrupt line of the i2c slave controller
|
|
- clock-frequency : the frequency of the i2c bus
|
|
- gpios : the gpio used for ec request
|
|
- slave-addr: the i2c address of the slave controller
|