[BACK]Return to sun5i-a10s-auxtek-t004.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm / boot / dts

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/sun5i-a10s-auxtek-t004.dts between version 1.1.1.4.2.1 and 1.1.1.4.2.2

version 1.1.1.4.2.1, 2019/06/10 22:08:45 version 1.1.1.4.2.2, 2020/04/08 14:08:35
Line 119 
Line 119 
 };  };
   
 &pio {  &pio {
         usb0_id_detect_pin: usb0-id-detect-pin {  
                 pins = "PG12";  
                 function = "gpio_in";  
                 bias-pull-up;  
         };  
   
         led_pins_t004: led-pin {          led_pins_t004: led-pin {
                 pins = "PB2";                  pins = "PB2";
                 function = "gpio_out";                  function = "gpio_out";
Line 149 
Line 143 
 };  };
   
 &usbphy {  &usbphy {
         pinctrl-names = "default";          usb0_id_det-gpios = <&pio 6 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PG12 */
         pinctrl-0 = <&usb0_id_detect_pin>;  
         usb0_id_det-gpio = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */  
         usb1_vbus-supply = <&reg_usb1_vbus>;          usb1_vbus-supply = <&reg_usb1_vbus>;
         status = "okay";          status = "okay";
 };  };

Legend:
Removed from v.1.1.1.4.2.1  
changed lines
  Added in v.1.1.1.4.2.2

CVSweb <webmaster@jp.NetBSD.org>