[BACK]Return to sun50i-a64-pine64.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-a64-pine64.dts between version 1.1.1.3 and 1.1.1.3.4.1

version 1.1.1.3, 2017/11/30 19:40:51 version 1.1.1.3.4.1, 2018/05/02 07:20:18
Line 77 
Line 77 
         pinctrl-0 = <&rmii_pins>;          pinctrl-0 = <&rmii_pins>;
         phy-mode = "rmii";          phy-mode = "rmii";
         phy-handle = <&ext_rmii_phy1>;          phy-handle = <&ext_rmii_phy1>;
           phy-supply = <&reg_dc1sw>;
         status = "okay";          status = "okay";
   
 };  };
Line 102 
Line 103 
         pinctrl-names = "default";          pinctrl-names = "default";
         pinctrl-0 = <&mmc0_pins>;          pinctrl-0 = <&mmc0_pins>;
         vmmc-supply = <&reg_dcdc1>;          vmmc-supply = <&reg_dcdc1>;
         cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;          cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
         cd-inverted;  
         disable-wp;          disable-wp;
         bus-width = <4>;          bus-width = <4>;
         status = "okay";          status = "okay";
Line 229 
Line 229 
         regulator-name = "vcc-rtc";          regulator-name = "vcc-rtc";
 };  };
   
   /* On Euler connector */
   &spdif {
           status = "disabled";
   };
   
 /* On Exp and Euler connectors */  /* On Exp and Euler connectors */
 &uart0 {  &uart0 {
         pinctrl-names = "default";          pinctrl-names = "default";

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.3.4.1

CVSweb <webmaster@jp.NetBSD.org>