All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC 1/2] i2c: Describe Cadence I2C devicetree bindings
Date: Mon, 4 Jan 2016 08:09:14 +0100	[thread overview]
Message-ID: <568A1A9A.9050705@denx.de> (raw)
In-Reply-To: <1451324831-18328-2-git-send-email-moritz.fischer@ettus.com>

Hello Moritz,

Am 28.12.2015 um 18:47 schrieb Moritz Fischer:
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
> ---
>   doc/device-tree-bindings/i2c/i2c-cdns.txt | 20 ++++++++++++++++++++
>   1 file changed, 20 insertions(+)
>   create mode 100644 doc/device-tree-bindings/i2c/i2c-cdns.txt

Looks good to me:
Acked-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
>
> diff --git a/doc/device-tree-bindings/i2c/i2c-cdns.txt b/doc/device-tree-bindings/i2c/i2c-cdns.txt
> new file mode 100644
> index 0000000..202e0b7
> --- /dev/null
> +++ b/doc/device-tree-bindings/i2c/i2c-cdns.txt
> @@ -0,0 +1,20 @@
> +Cadence I2C controller Device Tree Bindings
> +-------------------------------------------
> +
> +Required properties:
> +- compatible		: Should be "cdns,i2c-r1p10" or "xlnx,zynq-spi-r1p10".
> +- reg			: Physical base address and size of I2C registers map.
> +- interrupts		: Property with a value describing the interrupt
> +			  number.
> +- interrupt-parent	: Must be core interrupt controller
> +- clocks		: Clock phandles (see clock bindings for details).
> +
> +Example:
> +	i2c0: i2c at e0004000 {
> +		compatible = "cdns,i2c-r1p10";
> +		reg = <0xe0004000 0x1000>;
> +		clocks = <&clkc 38>;
> +		interrupts = <0 25 4>;
> +		interrupt-parent = <&intc>;
> +		status = "disabled";
> +	};
>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2016-01-04  7:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28 17:47 [U-Boot] [RFC 0/2] Add cdns-i2c driver as drop in for zynq-i2c Moritz Fischer
2015-12-28 17:47 ` [U-Boot] [RFC 1/2] i2c: Describe Cadence I2C devicetree bindings Moritz Fischer
2016-01-04  7:09   ` Heiko Schocher [this message]
2015-12-28 17:47 ` [U-Boot] [RFC 2/2] dm: i2c: Add driver for Cadence I2C IP Moritz Fischer
2016-01-04  7:15   ` Heiko Schocher
2016-04-11 12:50     ` Michal Simek
2016-04-12  7:45       ` Heiko Schocher
2016-04-12  7:59         ` Michal Simek
2015-12-28 18:35 ` [U-Boot] [RFC 0/2] Add cdns-i2c driver as drop in for zynq-i2c Michal Simek
2015-12-28 19:15   ` Moritz Fischer
2016-01-05 15:44 ` Michal Simek
2016-01-05 17:30   ` Moritz Fischer
2016-01-06  7:53     ` Michal Simek
2016-01-07  5:18       ` Moritz Fischer
2016-01-07  8:13         ` Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=568A1A9A.9050705@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.