Hi John, On 1/23/2019 8:30 PM, 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]>
Applied to the hisilicon soc dt tree. Thanks! Best Regards, Wei > --- > 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"; > }; > >

