[BACK]Return to omap4-panda-common.dtsi 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/omap4-panda-common.dtsi between version 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2018/04/28 18:25:53 version 1.1.1.5, 2019/01/22 14:57:03
Line 5 
Line 5 
  * it under the terms of the GNU General Public License version 2 as   * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.   * published by the Free Software Foundation.
  */   */
   #include <dt-bindings/input/input.h>
 #include "elpida_ecb240abacn.dtsi"  #include "elpida_ecb240abacn.dtsi"
   
 / {  / {
Line 43 
Line 44 
                 };                  };
         };          };
   
           gpio_keys: gpio_keys {
                   compatible = "gpio-keys";
                   pinctrl-names = "default";
                   pinctrl-0 = <
                           &button_pins
                   >;
   
                   buttonS2 {
                           label = "button S2";
                           gpios = <&gpio4 25 GPIO_ACTIVE_LOW>;    /* gpio_121 */
                           linux,code = <BTN_0>;
                           wakeup-source;
                   };
           };
   
         sound: sound {          sound: sound {
                 compatible = "ti,abe-twl6040";                  compatible = "ti,abe-twl6040";
                 ti,model = "PandaBoard";                  ti,model = "PandaBoard";
Line 357 
Line 373 
                         OMAP4_IOPAD(0x152, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc5_dat3.sdmmc5_dat3 */                          OMAP4_IOPAD(0x152, PIN_INPUT_PULLUP | MUX_MODE0)        /* sdmmc5_dat3.sdmmc5_dat3 */
                 >;                  >;
         };          };
   
           button_pins: pinmux_button_pins {
                   pinctrl-single,pins = <
                           OMAP4_IOPAD(0x114, PIN_INPUT_PULLUP | MUX_MODE3)        /* gpio_121 */
                   >;
           };
 };  };
   
 &omap4_pmx_wkup {  &omap4_pmx_wkup {
Line 464 
Line 486 
                 compatible = "ti,wl1271";                  compatible = "ti,wl1271";
                 reg = <2>;                  reg = <2>;
                 interrupt-parent = <&gpio2>;                  interrupt-parent = <&gpio2>;
                 interrupts = <21 IRQ_TYPE_LEVEL_HIGH>; /* gpio 53 */                  interrupts = <21 IRQ_TYPE_EDGE_RISING>; /* gpio 53 */
                 ref-clock-frequency = <38400000>;                  ref-clock-frequency = <38400000>;
         };          };
 };  };

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5

CVSweb <webmaster@jp.NetBSD.org>