On Fri, Jan 04, 2019 at 12:56:27PM -0800, John Stultz wrote: > From: Youlin Wang <wwx575822@xxxxxxxxxxxxxxxxxxxx> > > Add asp-dma device to hi3660 dts > > Cc: Tanglei Han <hantanglei@xxxxxxxxxx> > Cc: Zhuangluan Su <suzhuangluan@xxxxxxxxxxxxx> > Cc: Ryan Grachek <ryan@xxxxxxxxx> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > Cc: Wei Xu <xuwei5@xxxxxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Youlin Wang <wwx575822@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Tanglei Han <hantanglei@xxxxxxxxxx> > Signed-off-by: John Stultz <john.stultz@xxxxxxxxxx> Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> Thanks, Mani > --- > v2: Removed undocumented bindings > --- > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > index aaa2b04..df4e96d 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > @@ -569,6 +569,16 @@ > dma-type = "hi3660_dma"; > }; > > + asp_dmac: dma-controller@e804b000 { > + compatible = "hisilicon,hisi-pcm-asp-dma-1.0"; > + reg = <0x0 0xe804b000 0x0 0x1000>; > + #dma-cells = <1>; > + dma-channels = <16>; > + dma-requests = <32>; > + interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "asp_dma_irq"; > + }; > + > rtc0: rtc@fff04000 { > compatible = "arm,pl031", "arm,primecell"; > reg = <0x0 0Xfff04000 0x0 0x1000>; > -- > 2.7.4 >