]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: at91: sama5d27_som1_ek: enable i2c2
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 10 Oct 2017 10:09:37 +0000 (13:09 +0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 10 Oct 2017 13:26:19 +0000 (15:26 +0200)
Enable i2c.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91-sama5d27_som1_ek.dts

index 7b4578e44e12809bd66898ec6dabdc1413ea81f0..6c7f7ded1684ba52dc55803880ec2be0eb5c7ded 100644 (file)
 
                        flx1: flexcom@f8038000 {
                                atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
-                               status = "disabled";
+                               status = "okay";
 
                                i2c2: i2c@600 {
                                        compatible = "atmel,sama5d2-i2c";
                                        pinctrl-names = "default";
                                        pinctrl-0 = <&pinctrl_mikrobus_i2c>;
                                        atmel,fifo-size = <16>;
-                                       status = "disabled";
+                                       status = "okay";
                                };
                        };