Skip to content
Snippets Groups Projects
  1. Jun 08, 2018
    • Rosen Penev's avatar
      ramips: mt7621: Fix some cosmetic DTC warnings · 289b2f5e
      Rosen Penev authored
      
      Node /cpus/cpu@0 has a unit name, but no reg property
      Node /cpus/cpu@1 has a unit name, but no reg property
      Node /cpuintc@0 has a unit name, but no reg property
      Node /cpuclock@0 has a unit name, but no reg property
      Node /sysclock@0 has a unit name, but no reg property
      Node /pcie@1e140000/pcie0 missing ranges for PCI bridge (or not a bridge)
      Node /pcie@1e140000/pcie0 missing bus-range for PCI bridge
      Node /pcie@1e140000/pcie1 missing ranges for PCI bridge (or not a bridge)
      Node /pcie@1e140000/pcie1 missing bus-range for PCI bridge
      Node /pcie@1e140000/pcie2 missing ranges for PCI bridge (or not a bridge)
      Node /pcie@1e140000/pcie2 missing bus-range for PCI bridge
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      289b2f5e
  2. Jun 01, 2018
  3. May 14, 2018
    • NeilBrown's avatar
      ramips: improve interrupt mapping · 5f7396eb
      NeilBrown authored
      
      As the Interrupts for the PCI adapters are listed in
      devicetree we shouldn't need to have them explicit in the code.
      
      The simplest way to do this is to use of_irq_parse_and_map_pci()
      and specify an interrupt-map which identifies the different
      PCI hosts by bus/slot numbers.
      This has the advantage that the hwirq number are mapped to virq
      numbers for us, so the ugly hack can go.
      
      Signed-off-by: default avatarNeilBrown <neil@brown.name>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5f7396eb
  4. Apr 06, 2018
  5. Feb 22, 2018
  6. Sep 22, 2017
  7. Jul 26, 2017
  8. Nov 23, 2016
    • Mathias Kresin's avatar
      ramips: cleanup dts files of mt7621 based boards · f1d0eba3
      Mathias Kresin authored
      
      Fix a typo in mt7621.dtsi compatible string. Disable spi, sdhci and pci
      in mt7621.dtsi and enable the nodes in the indiviual board dts files.
      The nodes require further device specific configuration anyway.
      
      Remove the m25p80@0 spi child node from mt7621.dtsi and add the
      chunked-io parameter to the individual board dts files. Fix the spi
      flash compatible string for the WNDR3700V5.
      
      Drop the mt7621-eval-board compatible string for all boards which are
      not the eval board.
      
      Drop the linux,modalias parameter from spi flash node.
      
      Remove the xhci node from board files, it is already enabled in dtsi.
      Disable xhci for boards not having usb ports populated.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      f1d0eba3
  9. Jun 13, 2016
  10. May 18, 2016
  11. May 12, 2016
    • Stanislav Galabov's avatar
      ramips: DTS modifications · ffaaa678
      Stanislav Galabov authored
      
      This commit makes the following modifications to ramips dts files:
      1. Add clkctrl node to all dtsi files (although not used for now)
      2. Add clocks and clock-names properties to some nodes (usbphy, pci)
      3. Add usbphy node for rt3050 (although not used for now)
      4. Add clock-frequency to uart nodes in mt7621.dtsi and mt7628an.dtsi
      
      These modifications, although not fully used at the moment, will make
      it easier for FreeBSD to adopt and use LEDE ramips dts files with
      minimal changes for easier maintenance.
      
      Signed-off-by: default avatarStanislav Galabov <sgalabov@gmail.com>
      ffaaa678
    • Stanislav Galabov's avatar
      ramips: DTS rework · 9195d8da
      Stanislav Galabov authored
      
      Add node aliases to dtsi files.
      Reword dts files so they're more in-line with upstream.
      Fix some more warnings and errors reported by dtc
      
      Signed-off-by: default avatarStanislav Galabov <sgalabov@gmail.com>
      9195d8da
  12. May 10, 2016
  13. Mar 07, 2016
  14. Dec 19, 2015
  15. Dec 17, 2015
  16. Dec 12, 2015
  17. Dec 11, 2015
  18. Dec 10, 2015
  19. Oct 05, 2015
  20. Sep 16, 2015
  21. Aug 17, 2015
    • John Crispin's avatar
      ramips: fix indentation and other mistakes in .dts{, i} files · 553fea9f
      John Crispin authored
      
      The following patch fixes:
       * wrong indentations
       * doubled gpio-keys-polled nodes (DIR-300-B7, DIR-320-B1, DIR-610-A1)
       * duplicate spacings
       * empty lines at end of files and after last child nodes
       * trailing and leading whitespace
       * unnecessary and commented-out code
       * missing empty lines between nodes and between properties and nodes
       * unnecessary empty lines between nodes properties [1]
      
      in .dts{,i} files, for ramips target.
      
      [1] Some of empty lines in SOCs dtsi files were left untouched, because they seem to be there for a reason (readability?).
      
      Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>
      
      SVN-Revision: 46613
      553fea9f
  22. Mar 17, 2015
  23. Jan 18, 2015
  24. Jan 17, 2015
  25. Jan 03, 2015
  26. Jan 02, 2015
  27. Dec 15, 2014
  28. Dec 03, 2014
  29. Nov 15, 2014
  30. Nov 14, 2014
  31. Nov 12, 2014
  32. Nov 06, 2014
Loading