-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: nvec: add device tree support
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>
- Loading branch information
Marc Dietrich
authored and
Greg Kroah-Hartman
committed
Nov 27, 2011
1 parent
d9f26a6
commit 7990b0d
Showing
2 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters