Skip to content

Commit

Permalink
ARM: at91/dt: sam9263: fix compatibility string for the I2C
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Jean-Jacques Hiblot authored and Nicolas Ferre committed Feb 7, 2014
1 parent 38dbfb5 commit 821003b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/at91sam9263.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
};

i2c0: i2c@fff88000 {
compatible = "atmel,at91sam9263-i2c";
compatible = "atmel,at91sam9260-i2c";
reg = <0xfff88000 0x100>;
interrupts = <13 IRQ_TYPE_LEVEL_HIGH 6>;
#address-cells = <1>;
Expand Down

0 comments on commit 821003b

Please sign in to comment.