[BACK]Return to sun8i-h2-plus-bananapi-m2-zero.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/sun8i-h2-plus-bananapi-m2-zero.dts between version 1.1.1.1 and 1.1.1.1.4.1

version 1.1.1.1, 2018/04/28 18:25:53 version 1.1.1.1.4.1, 2019/06/10 22:08:45
Line 48 
Line 48 
                 };                  };
         };          };
   
           reg_vdd_cpux: vdd-cpux-regulator {
                   compatible = "regulator-gpio";
                   regulator-name = "vdd-cpux";
                   regulator-type = "voltage";
                   regulator-boot-on;
                   regulator-always-on;
                   regulator-min-microvolt = <1100000>;
                   regulator-max-microvolt = <1300000>;
                   regulator-ramp-delay = <50>; /* 4ms */
   
                   gpios = <&r_pio 0 1 GPIO_ACTIVE_HIGH>; /* PL1 */
                   enable-active-high;
                   gpios-states = <0x1>;
                   states = <1100000 0x0
                             1300000 0x1>;
           };
   
         wifi_pwrseq: wifi_pwrseq {          wifi_pwrseq: wifi_pwrseq {
                 compatible = "mmc-pwrseq-simple";                  compatible = "mmc-pwrseq-simple";
                 pinctrl-names = "default";                  pinctrl-names = "default";
Line 55 
Line 72 
         };          };
 };  };
   
   &cpu0 {
           cpu-supply = <&reg_vdd_cpux>;
   };
   
 &ehci0 {  &ehci0 {
         status = "okay";          status = "okay";
 };  };

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.4.1

CVSweb <webmaster@jp.NetBSD.org>