[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.16 and 1.17

version 1.16, 2019/06/06 23:19:45 version 1.17, 2019/11/24 02:06:16
Line 54 
Line 54 
         sound_spdif {          sound_spdif {
                 status = "disabled";                  status = "disabled";
         };          };
   
           hdmi-connector {
                   compatible = "hdmi-connector";
                   type = "c";
   
                   port {
                           hdmi_con_in: endpoint {
                                   remote-endpoint = <&hdmi_out_con>;
                           };
                   };
           };
 };  };
   
 &cpu0 {  &cpu0 {
Line 151 
Line 162 
                 };                  };
         };          };
 };  };
   
   &reg_dldo1 {
           regulator-min-microvolt = <3300000>;
           regulator-max-microvolt = <3300000>;
           regulator-name = "vcc-hdmi";
   };
   
   &hdmi {
           hvcc-supply = <&reg_dldo1>;
           status = "okay";
   };
   
   &hdmi_out {
           hdmi_out_con: endpoint {
                   remote-endpoint = <&hdmi_con_in>;
           };
   };
   
   &i2s2 {
           status = "okay";
   };
   
   &sound_hdmi {
           status = "okay";
   };

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>