1. 17 6月, 2017 1 次提交
  2. 25 4月, 2017 1 次提交
  3. 11 4月, 2017 1 次提交
  4. 19 11月, 2016 1 次提交
  5. 15 9月, 2016 1 次提交
  6. 26 8月, 2016 1 次提交
  7. 30 6月, 2016 1 次提交
  8. 26 4月, 2016 5 次提交
  9. 26 2月, 2016 3 次提交
    • T
      arm64: dts: marvell: re-order Device Tree nodes for Armada AP806 · b5ebfad8
      Thomas Petazzoni 提交于
      The DT nodes representing the XOR engines were not placed at the
      proper location to comply with the requirement of ordering DT nodes by
      their unit address. This commit fixes this mistake.
      
      [gregory.clement@free-electrons.com: Fix commit title by adding ' dts:']
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      b5ebfad8
    • T
      arm64: dts: marvell: update Armada AP806 clock description · d2b78fb6
      Thomas Petazzoni 提交于
      Following the review from the DT maintainers, the DT binding for the
      clocks has changed, and we now use a DFX server node exposing a
      syscon, with the clock nodes being subnodes of the DFX server
      node. This commit therefore updates the AP806 Device Tree file to use
      this new DT binding.
      
      [gregory.clement@free-electrons.com: Fix commit title by adding ' dts:']
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      d2b78fb6
    • T
      arm64: dts: marvell: add Device Tree files for Armada 7K/8K · ec7e5a56
      Thomas Petazzoni 提交于
      This commit adds the base Device Tree files for the Armada 7K and 8K
      SoCs, as well as the Armada 8040 DB board.
      
      The Armada 7020, 7040 (7K family) and 8020, 8040 (8K family) are
      composed of:
      
       - An AP806 block that contains the CPU core and a few basic
         peripherals. The AP806 is available in dual core configurations
         (used in 7020 and 8020) and quad core configurations (used in 8020
         and 8040).
      
       - One or two CP110 blocks that contain all the high-speed interfaces
         (SATA, PCIe, Ethernet, etc.). The 7K family chips have one CP110,
         and the 8K family chips have two CP110, giving them twice the
         number of HW interfaces.
      
      In order to represent this from a Device Tree point of view, this
      commit creates the following hierarchy:
      
       * armada-ap806.dtsi - definitions common to dual/quad ap806
         * armada-ap806-dual.dtsi - description of the two CPUs
           * armada-7020.dtsi - description of the 7020 SoC
           * armada-8020.dtsi - description of the 8020 SoC
         * armada-ap806-quad.dtsi - description of the four CPUs
           * armada-7040.dtsi - description of the 7040 SoC
             * armada-7040-db.dts - description of the 7040 board
           * armada-8040.dtsi - description of the 8040 SoC
      
      The CP110 blocks are not described yet, and will be part of future
      patch series.
      
      [gregory.clement@free-electrons.com: Fix commit title by adding ' dts:']
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      ec7e5a56