Skip to content
  1. Jan 03, 2014
  2. Dec 04, 2013
  3. Dec 03, 2013
    • Florian Vaussard's avatar
      ARM: dts: Fix the name of supplies for smsc911x shared by OMAP · ac46bf39
      Florian Vaussard authored
      drivers/net/ethernet/smsc/smsc911x.c is expecting supplies named
      "vdd33a" and "vddvario". Currently the shared DTS file provides
      "vmmc" and "vmmc_aux", and the supply lookup will fail:
      
      smsc911x 2c000000.ethernet: Looking up vdd33a-supply from device tree
      smsc911x 2c000000.ethernet: Looking up vdd33a-supply property in node /ocp/gpmc@6e000000/ethernet@gpmc failed
      smsc911x 2c000000.ethernet: Looking up vddvario-supply from device tree
      smsc911x 2c000000.ethernet: Looking up vddvario-supply property in node /ocp/gpmc@6e000000/ethernet@gpmc failed
      
      Fix it!
      
      Looks like commmit 6b2978ac (ARM: dts: Shared file for omap GPMC
      connected smsc911x) made the problem more visible by moving the smc911x
      configuration from the omap3-igep0020.dts file to the generic file.
      But it seems we've had this problem since commit d72b4415
      
      
      (ARM: dts: omap3-igep0020: Add SMSC911x LAN chip support).
      
      Tested on OMAP3 Overo platform.
      
      Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
      [tony@atomide.com: updated comments for the commits causing the problem]
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      ac46bf39
    • Jarkko Nikula's avatar
      ARM: dts: omap3-beagle: Add omap-twl4030 audio support · 33e9c392
      Jarkko Nikula authored
      
      
      This adds typical McBSP2-TWL4030 audio description to the legacy
      Beagle Board.
      
      Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@bitmer.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      33e9c392
    • Balaji T K's avatar
      ARM: dts: omap4-sdp: Fix pin muxing for wl12xx · 2562f528
      Balaji T K authored
      Mux mode for wlan/sdmmc5 should be MODE0 in pinmux_wl12xx_pins and
      Enable Pull up on sdmmc5_clk to detect SDIO card.
      
      This fixes WLAN on omap4-sdp that got broken in v3.10 when we
      moved omap4 to boot using device tree only as I did not have
      the WL12XX card in my omap4 SDP to test with. The commit that
      attempted to make WL12XX working on omap4 SDP was 775d2418
      
      
      (ARM: dts: Fix muxing and regulator for wl12xx on the SDIO
      bus for blaze).
      
      Signed-off-by: default avatarBalaji T K <balajitk@ti.com>
      [tony@atomide.com: updated comments for the regression]
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      2562f528
    • Balaji T K's avatar
      ARM: dts: omap4-panda-common: Fix pin muxing for wl12xx · 2ba2866f
      Balaji T K authored
      pin mux wl12xx_gpio and wl12xx_pins should be part of omap4_pmx_core
      and not omap4_pmx_wkup. So, move wl12xx_* to omap4_pmx_core.
      
      Fix the following error message:
      pinctrl-single 4a31e040.pinmux: mux offset out of range: 0x38 (0x38)
      pinctrl-single 4a31e040.pinmux: could not add functions for pinmux_wl12xx_pins 56x
      
      SDIO card is not detected after moving pin mux to omap4_pmx_core since
      sdmmc5_clk pull is disabled. Enable Pull up on sdmmc5_clk to detect SDIO card.
      
      This fixes a regression where WLAN did not work after a warm reset
      or after one up/down cycle that happened when we move omap4 to boot
      using device tree only. For reference, the kernel bug is described at:
      
      https://bugzilla.kernel.org/show_bug.cgi?id=63821
      
      
      
      Cc: stable@vger.kernel.org # v3.10+
      Signed-off-by: default avatarBalaji T K <balajitk@ti.com>
      [tony@atomide.com: update comments to describe the regression]
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      2ba2866f
  4. Dec 02, 2013
  5. Nov 27, 2013
  6. Nov 26, 2013
  7. Nov 23, 2013
  8. Nov 18, 2013
  9. Nov 16, 2013
    • Tony Lindgren's avatar
      ARM: dts: Fix omap2 specific dtsi files by adding the missing entries · 467f4bd2
      Tony Lindgren authored
      
      
      Looks like we're missing few entries for omap2 and the drivers
      have only worked because of the omap hwmod building the devices
      for the missing entries.
      
      Let's fix the missing entries so we don't need to rely on hwmod
      for the basic data and can then later on remove the duplicate
      data from hwmod. Otherwise device tree only drivers will not
      work properly.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Cc: devicetree@vger.kernel.org
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      467f4bd2
    • Tony Lindgren's avatar
      ARM: OMAP2+: Fix GPMC and simplify bootloader timings for 8250 and smc91x · fd4446f2
      Tony Lindgren authored
      Commit f2bf0e72
      
       (ARM: OMAP2+: Add minimal 8250 support
      for GPMC) added support for using bootloader timings for some
      devices. Turns out we can do the same by looking at the compatible
      flags of the child without adding a new function as smc91x has
      a similar issue as 8250 with the bootloader timings.
      
      And let's fix the 8250 naming, we should use the device type as
      the name like uart instead of 8250 for zoom dts file.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      fd4446f2
  10. Nov 13, 2013
  11. Nov 11, 2013
  12. Nov 05, 2013
  13. Nov 04, 2013
  14. Nov 01, 2013