浏览代码

Documentation: i2c: mention ACPI method for instantiating devices

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Wolfram Sang 12 年之前
父节点
当前提交
fde1e418ab
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Documentation/i2c/instantiating-devices

+ 7 - 0
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
 --------------------------------------------