Skip to content
  1. Sep 21, 2016
  2. Sep 20, 2016
  3. Sep 16, 2016
    • Nishanth Menon's avatar
      ARM: dts: am57xx-beagle-x15-common: Fix wrong pinctrl selection for mmc2 · 0574cb14
      Nishanth Menon authored
      Commit d20f997b ("ARM: dts: am57xx-beagle-x15: Remove pinmux
      configurations for erratum i869") fat fingered a change in which
      basically replaced mmc2_pinctrl_default with mmc1_pinctrl_default. And
      kernel dutifully reports conflict of usage.
      
      [...]
      pinctrl-single 4a003400.pinmux: pin 4a00376c.0 already requested by
      4809c000.mmc; cannot claim for 480b4000.mmc
      pinctrl-single 4a003400.pinmux: pin-219 (480b4000.mmc) status -22
      pinctrl-single 4a003400.pinmux: could not request pin 219 (4a00376c.0)
      from group mmc1_pins_default  on device pinctrl-single
      omap_hsmmc 480b4000.mmc: Error applying setting, reverse things back
      omap_hsmmc 480b4000.mmc: could not initialize pin control state
      [...]
      
      But, thanks to the fact that we were in fact setting all the muxes in
      U-Boot, all the MMC devices were still properly detected.
      
      Fix the typo.
      
      Fixes: d20f997b
      
       ("ARM: dts: am57xx-beagle-x15: Remove pinmux
      configurations for erratum i869")
      Reported-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      [tony@atomide.com: removed timestamps and wrapped description]
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      0574cb14
  4. Sep 15, 2016
  5. Sep 14, 2016
  6. Aug 31, 2016