Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91/dt: sama5d4: update i2c compatible string

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>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

authored by

Ludovic Desroches and committed by
Nicolas Ferre
a2ebbb07 bdf9a4d3

+3 -3
+3 -3
arch/arm/boot/dts/sama5d4.dtsi
··· 916 916 }; 917 917 918 918 i2c0: i2c@f8014000 { 919 - compatible = "atmel,at91sam9x5-i2c"; 919 + compatible = "atmel,sama5d4-i2c"; 920 920 reg = <0xf8014000 0x4000>; 921 921 interrupts = <32 IRQ_TYPE_LEVEL_HIGH 6>; 922 922 dmas = <&dma1 ··· 935 935 }; 936 936 937 937 i2c1: i2c@f8018000 { 938 - compatible = "atmel,at91sam9x5-i2c"; 938 + compatible = "atmel,sama5d4-i2c"; 939 939 reg = <0xf8018000 0x4000>; 940 940 interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>; 941 941 dmas = <&dma1 ··· 975 975 }; 976 976 977 977 i2c2: i2c@f8024000 { 978 - compatible = "atmel,at91sam9x5-i2c"; 978 + compatible = "atmel,sama5d4-i2c"; 979 979 reg = <0xf8024000 0x4000>; 980 980 interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>; 981 981 dmas = <&dma1