diff options
author | Marc Dietrich <marvin24@gmx.de> | 2011-11-01 21:37:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-26 17:17:14 -0800 |
commit | 7990b0d7ec449b10da383bab191eb487185aadce (patch) | |
tree | 298fec26991b33ad9fb1a7e4fc7dbf56d0994551 /Documentation | |
parent | d9f26a6689a3e4ae643fca9c2acda3148b717e63 (diff) | |
download | linux-7990b0d7ec449b10da383bab191eb487185aadce.tar.gz linux-7990b0d7ec449b10da383bab191eb487185aadce.tar.bz2 linux-7990b0d7ec449b10da383bab191eb487185aadce.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/nvec/nvec_nvidia.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/nvec/nvec_nvidia.txt b/Documentation/devicetree/bindings/nvec/nvec_nvidia.txt new file mode 100644 index 000000000000..5aeee53ff9f4 --- /dev/null +++ b/Documentation/devicetree/bindings/nvec/nvec_nvidia.txt @@ -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 |