1. 04 5月, 2018 1 次提交
    • G
      ARM: dts: correct missing "compatible" entry for ti81xx SoCs · 647efef6
      Graeme Smecher 提交于
      The missing "compatible" entries are needed by drivers/clk/ti/clkctrl.c,
      and without them the structures initialized in drivers/clk/ti/clk-814x.c
      are not passed to configuration code. The result is a "not found from
      clkctrl data" error message, although boot proceeds anyway.
      
      The reason why the compatible is not found is because the board specific
      files override the SoC compatible without including it. This did not
      cause any issues until with the clkctrl nodes got introduced.
      
      Very lightly tested on a (lurching) AM3874 design that's in the middle
      of a kernel upgrade from TI's abandoned 2.6.37 tree.
      
      Also tested on j5eco-evm and hp-t410 to verify the clkctrl clocks are
      found.
      
      Fixes: bb30465b ("ARM: dts: dm814x: add clkctrl nodes")
      Fixes: 80a06c0d ("ARM: dts: dm816x: add clkctrl nodes")
      Signed-off-by: NGraeme Smecher <gsmecher@threespeedlogic.com>
      [tony: updated to fix for 8168-evm, updated comments]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      647efef6
  2. 31 8月, 2016 1 次提交
  3. 16 8月, 2016 1 次提交
  4. 13 5月, 2016 1 次提交
  5. 02 3月, 2016 2 次提交
  6. 13 2月, 2016 1 次提交
  7. 23 12月, 2015 2 次提交
  8. 15 9月, 2015 1 次提交
    • T
      ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY · 87ee15ec
      Tony Lindgren 提交于
      Looks like I made a typo on the control base, all the 81xx
      SoCs have it at 0x48140000 base. We've just gotten away with
      the typo as the Ethernet phy was configured by the bootloader
      on my test system and we're not yet using the pinctrl.
      
      In addition to fixing the contol base, we need to also use the
      right Ethernet phy flags to initialize it. And we are still
      missing the PLL driver for dm814x and only relying on the
      divider and mux clocks.
      
      Fixes: f3d953ea ("ARM: dts: Add minimal dm814x support")
      Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
      Cc: Nicolas Chauvet <kwizart@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      87ee15ec
  9. 24 7月, 2015 1 次提交