aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/i2c/instantiating-devices7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/i2c/instantiating-devices b/Documentation/i2c/instantiating-devices
index 6df095a6071e..0d85ac1935b7 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
81to its devicetree documentation in Documentation/devicetree/bindings/. 81to its devicetree documentation in Documentation/devicetree/bindings/.
82 82
83 83
84Method 1c: Declare the I2C devices via ACPI
85-------------------------------------------
86
87ACPI can also describe I2C devices. There is special documentation for this
88which is currently located at Documentation/acpi/enumeration.txt.
89
90
84Method 2: Instantiate the devices explicitly 91Method 2: Instantiate the devices explicitly
85-------------------------------------------- 92--------------------------------------------
86 93