Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281637
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string |
| Date | 2015-12-02 12:10 +0100 |
| Message-ID | <qBdsn-6oc-37@gated-at.bofh.it> (permalink) |
| References | <qBcZk-5WX-5@gated-at.bofh.it> <qBcZk-5WX-15@gated-at.bofh.it> |
| Organization | atmel |
Le 02/12/2015 11:39, Ludovic Desroches a écrit :
> A new compatible string has been introduced: atmel,sama5d4-i2c. It
> allows to use the i2c-sda-hold-time-ns property if needed.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Ok, we'll need to synchronize with Wolfram for the 2 remaining ones of
this series.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 2193637..83d7e7c 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -916,7 +916,7 @@
> };
>
> i2c0: i2c@f8014000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8014000 0x4000>;
> interrupts = <32 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -935,7 +935,7 @@
> };
>
> i2c1: i2c@f8018000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8018000 0x4000>;
> interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -975,7 +975,7 @@
> };
>
> i2c2: i2c@f8024000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8024000 0x4000>;
> interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
>
--
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/4] i2c: at91: add upport for the HOLD field Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-12-02 11:40 +0100
[PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-12-02 11:40 +0100
Re: [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-12-02 12:10 +0100
[PATCH 2/4] i2c: at91: update bindings documention Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-12-02 11:40 +0100
Re: [PATCH 2/4] i2c: at91: update bindings documention Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-12-02 12:10 +0100
Re: [PATCH 2/4] i2c: at91: update bindings documention Rob Herring <robh@kernel.org> - 2015-12-02 15:30 +0100
[PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-12-02 11:50 +0100
Re: [PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-12-02 12:10 +0100
Re: [PATCH 1/4] i2c: at91: add upport for the HOLD field Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-12-02 12:10 +0100
csiph-web