Skip to content

Commit 64200be

Browse files
johnstultz-workmike-scott
authored andcommitted
[FIO fromlist] arm64: dts: hikey: Add DMA entries for Bluetooth UART
Add dma0 references for bluetooth uart to enable dma for bt transfers. Cc: Manivannan Sadhasivam <[email protected]> Cc: Ryan Grachek <[email protected]> Cc: Wei Xu <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Cc: [email protected] Acked-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: John Stultz <[email protected]> Change-Id: I85d36cc492a5f392cde214b144b19469e951585a Signed-off-by: Michael Scott <[email protected]>
1 parent 1c163f4 commit 64200be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/hisilicon/hi6220.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@
319319
clock-names = "uartclk", "apb_pclk";
320320
pinctrl-names = "default";
321321
pinctrl-0 = <&uart1_pmx_func &uart1_cfg_func1 &uart1_cfg_func2>;
322+
dmas = <&dma0 8 &dma0 9>;
323+
dma-names = "rx", "tx";
322324
status = "disabled";
323325
};
324326

0 commit comments

Comments
 (0)