diff mbox

[2/2] bindings: i2c: Add clock entries for i2c-xiic

Message ID 1451893834-1066-2-git-send-email-shubhraj@xilinx.com
State Superseded
Headers show

Commit Message

Shubhrajyoti Datta Jan. 4, 2016, 7:50 a.m. UTC
Add clock description for i2c-xiic

Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
---
 Documentation/devicetree/bindings/i2c/i2c-xiic.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Rob Herring (Arm) Jan. 4, 2016, 2:18 p.m. UTC | #1
On Mon, Jan 04, 2016 at 01:20:34PM +0530, Shubhrajyoti Datta wrote:
> Add clock description for i2c-xiic
> 
> Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-xiic.txt |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Acked-by: Rob Herring <robh@kernel.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Shubhrajyoti Datta Jan. 20, 2016, 9:07 a.m. UTC | #2
On Mon, Jan 4, 2016 at 7:48 PM, Rob Herring <robh@kernel.org> wrote:
> On Mon, Jan 04, 2016 at 01:20:34PM +0530, Shubhrajyoti Datta wrote:
>> Add clock description for i2c-xiic
>>
>> Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
>> ---
>>  Documentation/devicetree/bindings/i2c/i2c-xiic.txt |    3 +++
>>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> Acked-by: Rob Herring <robh@kernel.org>

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 >;