Commits
Robin Gong committed 2d1e5b8f23c
MLK-21309: dma: engine: sdma: add uart rom script For syncing with unstreaming kernel on UART driver from 4.19 changed to rom script for uart rx path, and the compatiblity of legacy kernel using ram script, add both uart rom and ram script support, so add rom script address. ram script: uart_2_mcu_fix_addr uartsh_2_mcu_fix_addr /* through spba bus */ rom script: uart_2_mcu_addr uartsh_2_mcu_addr /* through spba bus */ Signed-off-by: Robin Gong <yibin.gong@nxp.com>