Skip to content
  1. Mar 12, 2018
  2. Feb 20, 2018
  3. Feb 19, 2018
  4. Feb 17, 2018
  5. Feb 16, 2018
    • Robin Murphy's avatar
      arm64: dts: rockchip: Fix RK3328 UART DMAs · 1255fe03
      Robin Murphy authored
      
      
      Using a serial console on RK3328 provokes an error from
      of_dma_request_slave_channel() since the UART nodes have a "dmas"
      property but are missing the mandatory "dma-names" to go with it.
      
      Replace the bogus "#dma-cells" - these UARTs are DMA channel consumers,
      not providers - with the appropriate names instead. DMA still doesn't
      actually work, since the PL330 driver doesn't quite implement everything
      the 8250 driver demands, but at least it makes the DT correct.
      
      Signed-off-by: default avatarRobin Murphy <robin.murphy@arm.com>
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      1255fe03
  6. Feb 14, 2018
  7. Feb 12, 2018
  8. Feb 07, 2018