diff mbox

Documentation: i2c: mention ACPI method for instantiating devices

Message ID 1392476315-13396-1-git-send-email-wsa@the-dreams.de (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Wolfram Sang Feb. 15, 2014, 2:58 p.m. UTC
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: Guenter Roeck <linux@roeck-us.net>
---

Very basic, but probably should do for now?

 Documentation/i2c/instantiating-devices | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Guenter Roeck Feb. 15, 2014, 5:42 p.m. UTC | #1
On Sat, Feb 15, 2014 at 03:58:35PM +0100, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Cc: Guenter Roeck <linux@roeck-us.net>
> ---
> 
> Very basic, but probably should do for now?
> 

Good enough for me.

Acked-by: Guenter Roeck <linux@roeck-us.net>

>  Documentation/i2c/instantiating-devices | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/Documentation/i2c/instantiating-devices b/Documentation/i2c/instantiating-devices
> index 6df095a..0d85ac19 100644
> --- a/Documentation/i2c/instantiating-devices
> +++ b/Documentation/i2c/instantiating-devices
> @@ -81,6 +81,13 @@ additional properties which might be needed to set up the device, please refer
>  to its devicetree documentation in Documentation/devicetree/bindings/.
>  
>  
> +Method 1c: Declare the I2C devices via ACPI
> +-------------------------------------------
> +
> +ACPI can also describe I2C devices. There is special documentation for this
> +which is currently located at Documentation/acpi/enumeration.txt.
> +
> +
>  Method 2: Instantiate the devices explicitly
>  --------------------------------------------
>  
> -- 
> 1.8.5.1
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/i2c/instantiating-devices b/Documentation/i2c/instantiating-devices
index 6df095a..0d85ac19 100644
--- a/Documentation/i2c/instantiating-devices
+++ b/Documentation/i2c/instantiating-devices
@@ -81,6 +81,13 @@  additional properties which might be needed to set up the device, please refer
 to its devicetree documentation in Documentation/devicetree/bindings/.
 
 
+Method 1c: Declare the I2C devices via ACPI
+-------------------------------------------
+
+ACPI can also describe I2C devices. There is special documentation for this
+which is currently located at Documentation/acpi/enumeration.txt.
+
+
 Method 2: Instantiate the devices explicitly
 --------------------------------------------