[BACK]Return to sun50i-h6-pine-h64.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / allwinner

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/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts between version 1.5 and 1.6

version 1.5, 2019/05/25 11:48:05 version 1.6, 2020/01/03 15:04:33
Line 86 
Line 86 
         status = "okay";          status = "okay";
 };  };
   
   &gpu {
           mali-supply = <&reg_dcdcc>;
           status = "okay";
   };
   
 &hdmi {  &hdmi {
         status = "okay";          status = "okay";
 };  };
Line 105 
Line 110 
 };  };
   
 &mmc0 {  &mmc0 {
         pinctrl-names = "default";  
         pinctrl-0 = <&mmc0_pins>;  
         vmmc-supply = <&reg_cldo1>;          vmmc-supply = <&reg_cldo1>;
         cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;          cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
         bus-width = <4>;          bus-width = <4>;
Line 114 
Line 117 
 };  };
   
 &mmc2 {  &mmc2 {
         pinctrl-names = "default";  
         pinctrl-0 = <&mmc2_pins>;  
         vmmc-supply = <&reg_cldo1>;          vmmc-supply = <&reg_cldo1>;
         vqmmc-supply = <&reg_bldo2>;          vqmmc-supply = <&reg_bldo2>;
         non-removable;          non-removable;
Line 132 
Line 133 
         status = "okay";          status = "okay";
 };  };
   
   &pio {
           vcc-pc-supply = <&reg_bldo2>;
           vcc-pd-supply = <&reg_cldo1>;
           vcc-pg-supply = <&reg_aldo1>;
   };
   
 &r_i2c {  &r_i2c {
         status = "okay";          status = "okay";
   
Line 220 
Line 227 
                         };                          };
   
                         reg_dcdcc: dcdcc {                          reg_dcdcc: dcdcc {
                                   regulator-enable-ramp-delay = <32000>;
                                 regulator-min-microvolt = <810000>;                                  regulator-min-microvolt = <810000>;
                                 regulator-max-microvolt = <1080000>;                                  regulator-max-microvolt = <1080000>;
                                 regulator-name = "vdd-gpu";                                  regulator-name = "vdd-gpu";
Line 248 
Line 256 
         pcf8563: rtc@51 {          pcf8563: rtc@51 {
                 compatible = "nxp,pcf8563";                  compatible = "nxp,pcf8563";
                 reg = <0x51>;                  reg = <0x51>;
                   interrupt-parent = <&r_intc>;
                   interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
                 #clock-cells = <0>;                  #clock-cells = <0>;
         };          };
 };  };
   
   &r_ir {
           status = "okay";
   };
   
   &r_pio {
           vcc-pm-supply = <&reg_aldo1>;
   };
   
 &uart0 {  &uart0 {
         pinctrl-names = "default";          pinctrl-names = "default";
         pinctrl-0 = <&uart0_ph_pins>;          pinctrl-0 = <&uart0_ph_pins>;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>