1. 26 6月, 2018 1 次提交
  2. 24 4月, 2018 2 次提交
    • S
      ARM: dts: da850: fix W=1 warnings with pinmux node · 94a82284
      Sekhar Nori 提交于
      Remove unused #address-cells and #size-cells from pinmux
      node. This fixes W=1 warnings of the type:
      
      arch/arm/boot/dts/da850-lcdk.dtb: Warning (avoid_unnecessary_addr_size): /soc@1c00000/pinmux@14120: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
      
      Tested on DA850 LCDK by checking output of:
      
      /sys/kernel/debug/pinctrl/1c14120.pinmux-pinctrl-single/pins
      
      before and after the change.
      Reviewed-by: NDavid Lechner <david@lechnology.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      94a82284
    • S
      ARM: dts: da850: get rid of skeleton.dtsi · 30f548ba
      Sekhar Nori 提交于
      skeleton.dtsi is deprecated. Drop its usage in da850.dtsi
      and move the nodes and properties included by it directly
      to keep the dtb same.
      
      The memory node has been changed to get rid of warnings
      (see below). It contains the memory base address as that is
      fixed for DA850 SoCs. But the size needs to be added by
      bootloader or a board specific dts.
      
      This gets rid of the following W=1 warnings:
      
      arch/arm/boot/dts/da850-enbw-cmc.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
      arch/arm/boot/dts/da850-evm.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
      arch/arm/boot/dts/da850-lego-ev3.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
      Reviewed-by: NDavid Lechner <david@lechnology.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      30f548ba
  3. 16 4月, 2018 1 次提交
    • D
      ARM: dts: da850: use gpio-ranges · d1f94959
      David Lechner 提交于
      This makes use of the gpio-ranges feature that connects GPIO
      controllers and PINMUX controllers.
      
      In da850.dtsi, pinctrl-single,gpio-range is added to the pinmux node
      and gpio-ranges is added to the GPIO node. Unfortunately, the way the
      pinctrl-single driver enumerates the pins (starting with LSB) causes
      them to be in reverse order compared to the way the gpios are assigned.
      As a result, we have to declare the mapping for each GPIO individually.
      
      This also lets us remove all of the GPIO pinmuxes from
      da850-lego-ev3.dts. (Other da850 boards do not currently have any
      GPIO pinmuxes declared.)
      Acked-by: NLinus Walleij <linus.wallei@linaro.org>
      Signed-off-by: NDavid Lechner <david@lechnology.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      d1f94959
  4. 20 9月, 2017 1 次提交
    • S
      ARM: dts: da850: Add DSP node · 21e7daef
      Suman Anna 提交于
      The TI Davinci DA8xx family of SoCs have a single DSP subsystem
      that is comprised of TI's standard TMS320C674x megamodule and
      several blocks of internal memory (L1P, L1D and L2 RAMs). Add
      the DT node for this DSP processor sub-system. The processor
      does not have an MMU, and uses a chip-level signalling register
      and shared memory for inter-processor communication with the
      ARM core.
      
      The node has been added in disabled state, and can be enabled
      in the respective board dts file with an associated reserved
      memory block.
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      21e7daef
  5. 30 5月, 2017 2 次提交
  6. 30 3月, 2017 1 次提交
  7. 07 3月, 2017 2 次提交
  8. 31 1月, 2017 1 次提交
  9. 13 1月, 2017 1 次提交
  10. 10 1月, 2017 1 次提交
  11. 07 1月, 2017 1 次提交
  12. 02 1月, 2017 2 次提交
  13. 05 12月, 2016 1 次提交
  14. 01 12月, 2016 1 次提交
  15. 28 11月, 2016 1 次提交
  16. 20 11月, 2016 1 次提交
  17. 15 11月, 2016 1 次提交
  18. 07 11月, 2016 1 次提交
  19. 01 11月, 2016 1 次提交
  20. 31 10月, 2016 2 次提交
  21. 18 8月, 2016 1 次提交
  22. 09 8月, 2016 2 次提交
  23. 25 4月, 2016 3 次提交
  24. 14 4月, 2016 3 次提交
  25. 13 4月, 2016 1 次提交
  26. 24 12月, 2015 5 次提交