[<prev] [next>] [day] [month] [year] [list]
Message-ID: <VI1PR04MB40627593238918331ACB38E4F45B0@VI1PR04MB4062.eurprd04.prod.outlook.com>
Date: Tue, 10 Dec 2019 02:26:47 +0000
From: Alison Wang <alison.wang@....com>
To: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "robh+dt@...nel.org" <robh+dt@...nel.org>,
"mark.rutland@....com" <mark.rutland@....com>,
"shawnguo@...nel.org" <shawnguo@...nel.org>,
Leo Li <leoyang.li@....com>, Andy Tang <andy.tang@....com>,
"michael@...le.cc" <michael@...le.cc>
Subject: RE: [EXT] [PATCH v2 2/5] arm64: dts: ls1028a: add missing sai nodes
Acked-by: Alison Wang <alison.wang@....com>
Best regards,
Alison Wang
> > -----Original Message-----
> > From: Michael Walle <michael@...le.cc>
> > Sent: 2019年12月10日 7:44
> > To: devicetree@...r.kernel.org; linux-kernel@...r.kernel.org;
> > linux-arm-kernel@...ts.infradead.org
> > Cc: Rob Herring <robh+dt@...nel.org>; Mark Rutland
> > <mark.rutland@....com>; Shawn Guo <shawnguo@...nel.org>; Leo Li
> > <leoyang.li@....com>; Andy Tang <andy.tang@....com>; Michael Walle
> > <michael@...le.cc>
> > Subject: [EXT] [PATCH v2 2/5] arm64: dts: ls1028a: add missing sai
> > nodes
> >
> > Caution: EXT Email
> >
> > The LS1028A has six SAI cores.
> >
> > Signed-off-by: Michael Walle <michael@...le.cc>
> > ---
> > .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 42
> > +++++++++++++++++++
> > 1 file changed, 42 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > index 06082c932531..7a55314e9c8d 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
> > @@ -545,6 +545,20 @@
> > status = "disabled";
> > };
> >
> > + sai3: audio-controller@...0000 {
> > + #sound-dai-cells = <0>;
> > + compatible = "fsl,vf610-sai";
> > + reg = <0x0 0xf120000 0x0 0x10000>;
> > + interrupts = <GIC_SPI 83
> > IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&clockgen 4 1>, <&clockgen 4 1>,
> > + <&clockgen 4 1>, <&clockgen 4 1>;
> > + clock-names = "bus", "mclk1", "mclk2",
> > "mclk3";
> > + dma-names = "tx", "rx";
> > + dmas = <&edma0 1 8>,
> > + <&edma0 1 7>;
> > + status = "disabled";
> > + };
> > +
> > sai4: audio-controller@...0000 {
> > #sound-dai-cells = <0>;
> > compatible = "fsl,vf610-sai"; @@ -559,6
> > +573,34 @@
> > status = "disabled";
> > };
> >
> > + sai5: audio-controller@...0000 {
> > + #sound-dai-cells = <0>;
> > + compatible = "fsl,vf610-sai";
> > + reg = <0x0 0xf140000 0x0 0x10000>;
> > + interrupts = <GIC_SPI 84
> > IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&clockgen 4 1>, <&clockgen 4 1>,
> > + <&clockgen 4 1>, <&clockgen 4 1>;
> > + clock-names = "bus", "mclk1", "mclk2",
> > "mclk3";
> > + dma-names = "tx", "rx";
> > + dmas = <&edma0 1 12>,
> > + <&edma0 1 11>;
> > + status = "disabled";
> > + };
> > +
> > + sai6: audio-controller@...0000 {
> > + #sound-dai-cells = <0>;
> > + compatible = "fsl,vf610-sai";
> > + reg = <0x0 0xf150000 0x0 0x10000>;
> > + interrupts = <GIC_SPI 84
> > IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&clockgen 4 1>, <&clockgen 4 1>,
> > + <&clockgen 4 1>, <&clockgen 4 1>;
> > + clock-names = "bus", "mclk1", "mclk2",
> > "mclk3";
> > + dma-names = "tx", "rx";
> > + dmas = <&edma0 1 14>,
> > + <&edma0 1 13>;
> > + status = "disabled";
> > + };
> > +
> > tmu: tmu@...0000 {
> > compatible = "fsl,qoriq-tmu";
> > reg = <0x0 0x1f80000 0x0 0x10000>;
> > --
> > 2.20.1
Powered by blists - more mailing lists