]> Git Repo - linux.git/blobdiff - arch/arm/boot/dts/am57xx-idk-common.dtsi
Merge branch 'gpio-key-wakeup-fix' into omap-for-v4.11/fixes
[linux.git] / arch / arm / boot / dts / am57xx-idk-common.dtsi
index 17cd9814aa44d77fb803dd301d5653bd94b881b0..e5ac1d81d15c9e482ab06b41830e5230a0187e69 100644 (file)
                        gpio-controller;
                        #gpio-cells = <2>;
                };
+
+               extcon_usb2: tps659038_usb {
+                       compatible = "ti,palmas-usb-vid";
+                       ti,enable-vbus-detection;
+                       ti,enable-id-detection;
+                       /* ID & VBUS GPIOs provided in board dts */
+               };
+       };
+
+       tpic2810: tpic2810@60 {
+               compatible = "ti,tpic2810";
+               reg = <0x60>;
+               gpio-controller;
+               #gpio-cells = <2>;
        };
 };
 
                spi-max-frequency = <1000000>;
                spi-cpol;
        };
-
-       tpic2810: tpic2810@60 {
-               compatible = "ti,tpic2810";
-               reg = <0x60>;
-               gpio-controller;
-               #gpio-cells = <2>;
-       };
 };
 
 &uart3 {
 };
 
 &usb2 {
-       dr_mode = "otg";
+       dr_mode = "peripheral";
 };
 
 &mmc2 {
This page took 0.03403 seconds and 4 git commands to generate.