linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 1/2] bindings: i2c: Add clock entries for i2c-xiic
@ 2016-03-02 12:04 Shubhrajyoti Datta
  2016-03-02 12:04 ` [PATCHv2 2/2] i2c: xiic: Implement Power management Shubhrajyoti Datta
  0 siblings, 1 reply; 4+ messages in thread
From: Shubhrajyoti Datta @ 2016-03-02 12:04 UTC (permalink / raw)
  To: linux-i2c; +Cc: devicetree, wsa, Shubhrajyoti Datta

Add clock description for i2c-xiic

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
---

 Documentation/devicetree/bindings/i2c/i2c-xiic.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-xiic.txt b/Documentation/devicetree/bindings/i2c/i2c-xiic.txt
index ceabbe9..caf42e9 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-xiic.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-xiic.txt
@@ -6,14 +6,17 @@ Required properties:
 - interrupts : IIC controller unterrupt
 - #address-cells = <1>
 - #size-cells = <0>
+- clocks: Input clock specifier. Refer to common clock bindings.
 
 Optional properties:
 - Child nodes conforming to i2c bus binding
+- clock-names: Input clock name, should be 'pclk'.
 
 Example:
 
 	axi_iic_0: i2c@40800000 {
 		compatible = "xlnx,xps-iic-2.00.a";
+		clocks = <&clkc 15>;
 		interrupts = < 1 2 >;
 		reg = < 0x40800000 0x10000 >;
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-03  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 12:04 [PATCHv2 1/2] bindings: i2c: Add clock entries for i2c-xiic Shubhrajyoti Datta
2016-03-02 12:04 ` [PATCHv2 2/2] i2c: xiic: Implement Power management Shubhrajyoti Datta
2016-03-03  8:31   ` Wolfram Sang
2016-03-03  8:45     ` Shubhrajyoti Datta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).