[BACK]Return to sun50i-a64-pinebook.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / dts

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

Diff for /src/sys/arch/arm/dts/sun50i-a64-pinebook.dts between version 1.3 and 1.3.2.1

version 1.3, 2018/02/18 12:22:16 version 1.3.2.1, 2018/05/02 07:20:03
Line 29 
Line 29 
 #include "../../../external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts"  #include "../../../external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts"
 #include "sun50i-a64.dtsi"  #include "sun50i-a64.dtsi"
   
   #include <dt-bindings/input/linux-event-codes.h>
   
 / {  / {
         model = "Pine64 Pinebook";          model = "Pine64 Pinebook";
         compatible = "pine64,pinebook", "allwinner,sun50i-a64";          compatible = "pine64,pinebook", "allwinner,sun50i-a64";
Line 38 
Line 40 
                         allwinner,pipeline = "mixer0-lcd0";                          allwinner,pipeline = "mixer0-lcd0";
                 };                  };
         };          };
 };  
   
 &ehci0 {          gpio_keys {
         status = "okay";                  compatible = "gpio-keys";
   
                   lid_switch {
                           label = "Lid Switch";
                           gpios = <&pio 7 10 GPIO_ACTIVE_LOW>;    /* PH10 */
                           linux,input-type = <EV_SW>;
                           linux,code = <SW_LID>;
                           linux,can-disable;
                   };
           };
 };  };
   
 &ohci0 {  &mmc2 {
           pinctrl-names = "default";
           pinctrl-0 = <&mmc2_pins>;
           vmmc-supply = <&reg_dcdc1>;
           bus-width = <8>;
           non-removable;
           cap-mmc-hw-reset;
         status = "okay";          status = "okay";
 };  };

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

CVSweb <webmaster@jp.NetBSD.org>