1. 11 12月, 2013 1 次提交
  2. 04 12月, 2013 5 次提交
  3. 03 12月, 2013 4 次提交
    • F
      ARM: dts: Fix the name of supplies for smsc911x shared by OMAP · ac46bf39
      Florian Vaussard 提交于
      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: NFlorian Vaussard <florian.vaussard@epfl.ch>
      [tony@atomide.com: updated comments for the commits causing the problem]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      ac46bf39
    • J
      ARM: dts: omap3-beagle: Add omap-twl4030 audio support · 33e9c392
      Jarkko Nikula 提交于
      This adds typical McBSP2-TWL4030 audio description to the legacy
      Beagle Board.
      Signed-off-by: NJarkko Nikula <jarkko.nikula@bitmer.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      33e9c392
    • B
      ARM: dts: omap4-sdp: Fix pin muxing for wl12xx · 2562f528
      Balaji T K 提交于
      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: NBalaji T K <balajitk@ti.com>
      [tony@atomide.com: updated comments for the regression]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      2562f528
    • B
      ARM: dts: omap4-panda-common: Fix pin muxing for wl12xx · 2ba2866f
      Balaji T K 提交于
      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: NBalaji T K <balajitk@ti.com>
      [tony@atomide.com: update comments to describe the regression]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      2ba2866f
  4. 02 12月, 2013 10 次提交
  5. 27 11月, 2013 20 次提交