commit | 9eae8622a9e5b450e1c635b2b4243d7438192611 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Fri Feb 28 17:56:20 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Mar 03 13:08:14 2020 +0530 |
tree | 6dab1cb4f3f9c260ca9ce70797ef44defc8c1ad7 | |
parent | b5981d6ad1463c1ad5e9fac1475627e1cd788394 [diff] |
dma: ti: k3-udma: Mark flow id as valid parameter for RX channel config When flow id is not marked as valid, sysfw reads the register value to get the range of flow ids that are supported. Then compares the flow range with the U-Boot's host id. This will definitely fail as board configuration doesn't assign the full range to U-Boot's host id. In order to work around this, mark the flow id as valid and pass range as 0. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>