Skip to content
  • Tony Lindgren's avatar
    ARM: dts: Fix uart wakeirq on omap5 by removing WAKEUP_EN for omaps · e0e80d43
    Tony Lindgren authored
    
    
    The padconf register WAKEUP_EN is now handled in a generic way using
    Linux wakeirqs where pinctrl-single toggles the WAKEUP_EN bit when
    a wakeirq is enabled or disabled.
    
    At least omap5 gets confused if the WAKEUP_EN bit is set and the pin
    is not claimed as a wakeirq. The end result is that wakeirqs don't
    work properly as there is nothing handling the wakeirq.
    
    So let's just remove the WAKEUP_EN usage from dts files.
    
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    e0e80d43