[BACK]Return to mt7622-rfb1.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / mediatek

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/mediatek/mt7622-rfb1.dts between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2018/04/28 18:25:53 version 1.1.1.3, 2018/06/27 16:27:08
Line 18 
Line 18 
         compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622";          compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622";
   
         chosen {          chosen {
                 bootargs = "console=ttyS0,115200n1";                  bootargs = "console=ttyS0,115200n1 swiotlb=512";
         };          };
   
         cpus {          cpus {
Line 163 
Line 163 
         i2s1_pins: i2s1-pins {          i2s1_pins: i2s1-pins {
                 mux {                  mux {
                         function = "i2s";                          function = "i2s";
                         groups =  "i2s_out_bclk_ws_mclk",                          groups =  "i2s_out_mclk_bclk_ws",
                                   "i2s1_in_data",                                    "i2s1_in_data",
                                   "i2s1_out_data";                                    "i2s1_out_data";
                 };                  };
   
                   conf {
                           pins = "I2S1_IN", "I2S1_OUT", "I2S_BCLK",
                                  "I2S_WS", "I2S_MCLK";
                           drive-strength = <12>;
                           bias-pull-down;
                   };
         };          };
   
         irrx_pins: irrx-pins {          irrx_pins: irrx-pins {

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

CVSweb <webmaster@jp.NetBSD.org>