* [PATCH] at91: dt: sam9263: fixed compatibility string for the I2C
@ 2014-01-15 10:24 Jean-Jacques Hiblot
2014-02-07 15:47 ` Nicolas Ferre
0 siblings, 1 reply; 2+ messages in thread
From: Jean-Jacques Hiblot @ 2014-01-15 10:24 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
---
arch/arm/boot/dts/at91sam9263.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
index c8fa9b9..7d6dd09 100644
--- a/arch/arm/boot/dts/at91sam9263.dtsi
+++ b/arch/arm/boot/dts/at91sam9263.dtsi
@@ -523,7 +523,7 @@
};
i2c0: i2c at fff88000 {
- compatible = "atmel,at91sam9263-i2c";
+ compatible = "atmel,at91sam9260-i2c";
reg = <0xfff88000 0x100>;
interrupts = <13 IRQ_TYPE_LEVEL_HIGH 6>;
#address-cells = <1>;
--
1.8.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] at91: dt: sam9263: fixed compatibility string for the I2C
2014-01-15 10:24 [PATCH] at91: dt: sam9263: fixed compatibility string for the I2C Jean-Jacques Hiblot
@ 2014-02-07 15:47 ` Nicolas Ferre
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2014-02-07 15:47 UTC (permalink / raw)
To: linux-arm-kernel
On 15/01/2014 11:24, Jean-Jacques Hiblot :
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Added to at91-3.14-fixes
Thanks, bye,
> ---
> arch/arm/boot/dts/at91sam9263.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
> index c8fa9b9..7d6dd09 100644
> --- a/arch/arm/boot/dts/at91sam9263.dtsi
> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
> @@ -523,7 +523,7 @@
> };
>
> i2c0: i2c at fff88000 {
> - compatible = "atmel,at91sam9263-i2c";
> + compatible = "atmel,at91sam9260-i2c";
> reg = <0xfff88000 0x100>;
> interrupts = <13 IRQ_TYPE_LEVEL_HIGH 6>;
> #address-cells = <1>;
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-07 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 10:24 [PATCH] at91: dt: sam9263: fixed compatibility string for the I2C Jean-Jacques Hiblot
2014-02-07 15:47 ` Nicolas Ferre
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).