1. 21 Jan, 2015 37 commits
  2. 06 Jan, 2015 1 commit
    • Hans de Goede's avatar
      ARM: dts: sun6i: ippo-q8h-v5: Fix serial0 alias · 6ba8bbe8
      Hans de Goede authored
      The Ippo q8h has its serial console connected to the r-uart. Adjust the
      serial0 alias to match.
      
      This fixes the kernel serial console no longer working since 3.19-rc1, because
      8250_dw.c now honors dt aliases, causing the serial console to be ttyS5 rather
      then being ttyS0, as it was in 3.18 and before.
      
      Note that adjusting bootargs instead is not an acceptable fix, because
      console=ttyS0,115200 is used by a lot of bootscripts, etc. and this should
      continue to work.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      6ba8bbe8
  3. 21 Dec, 2014 2 commits