[BACK]Return to omap5-uevm.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/omap5-uevm.dts between version 1.1.1.1.4.2 and 1.1.1.2

version 1.1.1.1.4.2, 2017/07/18 16:08:45 version 1.1.1.2, 2017/10/28 10:30:31
Line 137 
Line 137 
         };          };
 };  };
   
   &mmc1 {
           pinctrl-names = "default";
           pinctrl-0 = <&mmc1_pins>;
   
           cd-gpios = <&gpio5 24 GPIO_ACTIVE_LOW>; /* gpio5_152 */
   };
   
 &omap5_pmx_core {  &omap5_pmx_core {
         evm_keys_pins: pinmux_evm_keys_gpio_pins {          evm_keys_pins: pinmux_evm_keys_gpio_pins {
                 pinctrl-single,pins = <                  pinctrl-single,pins = <
Line 150 
Line 157 
                         OMAP5_IOPAD(0x1c8, PIN_INPUT | MUX_MODE0)               /* i2c5_sda */                          OMAP5_IOPAD(0x1c8, PIN_INPUT | MUX_MODE0)               /* i2c5_sda */
                 >;                  >;
         };          };
   
           mmc1_pins: pinmux_mmc1_pins {
                   pinctrl-single,pins = <
                           OMAP5_IOPAD(0x1d4, PIN_INPUT_PULLUP | MUX_MODE6)        /* gpio5_152 */
                   >;
           };
 };  };
   
 &tpd12s015 {  &tpd12s015 {

Legend:
Removed from v.1.1.1.1.4.2  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>