1. 25 2月, 2015 1 次提交
    • T
      ARM: dts: Fix USB dts configuration for dm816x · a54879a0
      Tony Lindgren 提交于
      Commit 7800064b ("ARM: dts: Add basic dm816x device tree
      configuration") added basic devices for dm816x, but I was not able
      to test the USB completely because of an unconfigured USB phy, and
      I only tested it to make sure the Mentor chips are detected and
      clocked without a phy.
      
      After testing the USB with actual devices I noticed a few issues
      that should be fixed to avoid confusion:
      
      - The USB id pin on dm8168-evm is hardwired and can be changed
        only by software. As there are two USB-A type connectors, let's
        start both in host mode instead of otg.
      
      - The Mentor core is configured in such a way on dm8168-evm that
        it's not capable of multipoint at least on revision c board
        that I have.
      
      - We need ranges for the syscon to properly set up the phy as
        children of the SCM syscon area.
      
      - Let's not disable the second interface, the board specific
        dts files can do that if really needed. Most boards should
        just keep it enabled to ensure the device is idled properly.
      
      Note that also a phy and several musb fixes are still needed to
      make the USB to work properly in addition to this fix.
      
      Cc: Brian Hutchinson <b.hutchman@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      a54879a0
  2. 29 1月, 2015 1 次提交
    • T
      ARM: dts: Fix dm816x pinctrl and syscon so they are children of SCM · 72d03226
      Tony Lindgren 提交于
      Looks like I only got half done with moving pinctrl and syscon to
      be children of the SCM. I've set up the FAPLL clocks that way already,
      but did not complete the job as I copied the syscon values from
      am33xx.dtsi.
      
      To make sure the syscon mapping works, I've verfified that we can
      set up davinci_emac mac address the same way as cpsw already does
      with the syscon mapping. So let's add that too.
      
      Cc: Brian Hutchinson <b.hutchman@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      72d03226
  3. 20 1月, 2015 2 次提交