Commit 6aab46bc authored by Bibby Hsieh's avatar Bibby Hsieh Committed by Wolfram Sang
Browse files

dt-binding: i2c: add bus-supply property



In some platforms, they disable the power-supply of i2c due
to power consumption reduction. This patch add bus-supply property.

Signed-off-by: default avatarBibby Hsieh <bibby.hsieh@mediatek.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
[wsa: rebased to i2c/for-next]
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent df7b4d6f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ Optional properties (per bus)
These properties may not be supported by all drivers. However, if a driver
wants to support one of the below features, it should adapt these bindings.

- bus-supply
	phandle to the regulator that provides power to SCL/SDA.

- clock-frequency
	frequency of bus clock in Hz.