On Wed, Jan 23, 2019 at 12:30:37PM -0800, John Stultz wrote: > 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] > Signed-off-by: John Stultz <[email protected]>
Acked-by: Manivannan Sadhasivam <[email protected]> Thanks, Mani > --- > arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi > b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi > index aec9e37..fa15a08 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi > @@ -319,6 +319,8 @@ > clock-names = "uartclk", "apb_pclk"; > pinctrl-names = "default"; > pinctrl-0 = <&uart1_pmx_func &uart1_cfg_func1 > &uart1_cfg_func2>; > + dmas = <&dma0 8 &dma0 9>; > + dma-names = "rx", "tx"; > status = "disabled"; > }; > > -- > 2.7.4 >

