Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710062
| From | Grygorii Strashko <grygorii.strashko@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/4] ARM: dts: keystone-k2g: Add I2C nodes |
| Date | 2017-08-12 00:20 +0200 |
| Message-ID | <udqrG-Hs-61@gated-at.bofh.it> (permalink) |
| References | <uaa9H-7BB-3@gated-at.bofh.it> <uaa9H-7BB-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/02/2017 05:17 PM, Franklin S Cooper Jr wrote:
> From: Vitaly Andrianov <vitalya@ti.com>
>
> Add nodes for the various I2C instances.
>
> Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
> [d-gerlach@ti.com: Add power domain and clock properties]
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> [fcooper@ti.com: Update subject and commit message]
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
It might be better to send this patch separately as it will
go to the different tree.
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
> arch/arm/boot/dts/keystone-k2g.dtsi | 36 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 36 insertions(+)
>
> diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
> index bf4d1fa..5c0acf37 100644
> --- a/arch/arm/boot/dts/keystone-k2g.dtsi
> +++ b/arch/arm/boot/dts/keystone-k2g.dtsi
> @@ -27,6 +27,9 @@
>
> aliases {
> serial0 = &uart0;
> + i2c0 = &i2c0;
> + i2c1 = &i2c1;
> + i2c2 = &i2c2;
> };
>
> cpus {
> @@ -113,6 +116,39 @@
> status = "disabled";
> };
>
> + i2c0: i2c@2530000 {
> + compatible = "ti,keystone-i2c";
> + reg = <0x02530000 0x400>;
> + clocks = <&k2g_clks 0x003a 0>;
> + power-domains = <&k2g_pds 0x003a>;
> + interrupts = <GIC_SPI 88 IRQ_TYPE_EDGE_RISING>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
> +
> + i2c1: i2c@2530400 {
> + compatible = "ti,keystone-i2c";
> + reg = <0x02530400 0x400>;
> + clocks = <&k2g_clks 0x003b 0>;
> + power-domains = <&k2g_pds 0x003b>;
> + interrupts = <GIC_SPI 89 IRQ_TYPE_EDGE_RISING>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
> +
> + i2c2: i2c@2530800 {
> + compatible = "ti,keystone-i2c";
> + reg = <0x02530800 0x400>;
> + clocks = <&k2g_clks 0x003c 0>;
> + power-domains = <&k2g_pds 0x003c>;
> + interrupts = <GIC_SPI 90 IRQ_TYPE_EDGE_RISING>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
> +
> kirq0: keystone_irq@026202a0 {
> compatible = "ti,keystone-irq";
> interrupts = <GIC_SPI 1 IRQ_TYPE_EDGE_RISING>;
>
--
regards,
-grygorii
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] ARM: dts: keystone-k2g: Add I2C support for 66AK2G Franklin S Cooper Jr <fcooper@ti.com> - 2017-08-03 00:20 +0200
[PATCH 1/4] i2c: davinci: Preserve return value of devm_clk_get Franklin S Cooper Jr <fcooper@ti.com> - 2017-08-03 00:20 +0200
Re: [PATCH 1/4] i2c: davinci: Preserve return value of devm_clk_get Grygorii Strashko <grygorii.strashko@ti.com> - 2017-08-12 00:10 +0200
[PATCH 4/4] ARM: dts: keystone-k2g: Add I2C nodes Franklin S Cooper Jr <fcooper@ti.com> - 2017-08-03 00:20 +0200
Re: [PATCH 4/4] ARM: dts: keystone-k2g: Add I2C nodes Grygorii Strashko <grygorii.strashko@ti.com> - 2017-08-12 00:20 +0200
[PATCH 3/4] dt-bindings: i2c: i2c-davinci: Update binding for 66AK2Gx pwr dm property Franklin S Cooper Jr <fcooper@ti.com> - 2017-08-03 00:30 +0200
Re: [PATCH 3/4] dt-bindings: i2c: i2c-davinci: Update binding for 66AK2Gx pwr dm property Rob Herring <robh@kernel.org> - 2017-08-10 18:40 +0200
csiph-web