From: James Hogan <[email protected]>

From: James Hogan <[email protected]>

Introduce a devicetree binding for Imagination Technologies
I2C SCB controller.

Signed-off-by: James Hogan <[email protected]>
---
 Documentation/devicetree/bindings/i2c/i2c-img-scb.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-img-scb.txt

diff --git a/Documentation/devicetree/bindings/i2c/i2c-img-scb.txt 
b/Documentation/devicetree/bindings/i2c/i2c-img-scb.txt
new file mode 100644
index 0000000..39fa9c3
--- /dev/null
+++ b/Documentation/devicetree/bindings/i2c/i2c-img-scb.txt
@@ -0,0 +1,14 @@
+IMG Serial Control Bus (SCB) I2C Controller
+
+Required Properties:
+- compatible: "img,scb-i2c"
+- reg: Physical base address and length of controller registers
+- interrupts: Interrupt number used by the controller
+- clocks : Clock specifier to the SCB clock node
+- clock-frequency: The I2C bus frequency in Hz
+- bus-delay : Bus delay in ms
+
+Optional properties:
+- linux,i2c-index: Can be used to override the I2C bus number. This is useful
+  when some of the I2C adapters are used by other non-Linux cores so would get
+  numbered incorrectly by default.
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to