mirror of https://gitee.com/openkylin/linux.git
ARM: dts: at91: sama5d27_som1_ek: enable i2c2
Enable i2c. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
8bf456076c
commit
64f7691509
|
@ -130,7 +130,7 @@ pwm0: pwm@f802c000 {
|
|||
|
||||
flx1: flexcom@f8038000 {
|
||||
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
|
||||
i2c2: i2c@600 {
|
||||
compatible = "atmel,sama5d2-i2c";
|
||||
|
@ -144,7 +144,7 @@ i2c2: i2c@600 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_mikrobus_i2c>;
|
||||
atmel,fifo-size = <16>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue