浏览代码

i2c: document binding for multi-master case

We need this binding because some I2C master drivers will need to adapt
their PM settings for the arbitration circuitry.

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Wolfram Sang 9 年之前
父节点
当前提交
0c739738a0
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Documentation/devicetree/bindings/i2c/i2c.txt

+ 5 - 0
Documentation/devicetree/bindings/i2c/i2c.txt

@@ -54,6 +54,11 @@ wants to support one of the below features, it should adapt the bindings below.
 	"irq" and "wakeup" names are recognized by I2C core, other names are
 	"irq" and "wakeup" names are recognized by I2C core, other names are
 	left to individual drivers.
 	left to individual drivers.
 
 
+- multi-master
+	states that there is another master active on this bus. The OS can use
+	this information to adapt power management to keep the arbitration awake
+	all the time, for example.
+
 - wakeup-source
 - wakeup-source
 	device can be used as a wakeup source.
 	device can be used as a wakeup source.