From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Wed, 11 Jul 2018 02:55:43 +0000 Subject: [U-Boot] [PATCH 5/5] arm: dts: socfpga: stratix10: update pdma In-Reply-To: References: <1527754134-164985-1-git-send-email-tien.fong.chee@intel.com> <1527754134-164985-6-git-send-email-tien.fong.chee@intel.com> <0592ff4c-1c46-05be-f61e-fda4e7f9f677@kernel.org> <1531228309.9725.7.camel@intel.com> Message-ID: <1531277743.9654.0.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, 2018-07-10 at 08:37 -0500, Dinh Nguyen wrote: > > On 07/10/2018 08:11 AM, Chee, Tien Fong wrote: > > > > On Mon, 2018-07-09 at 22:28 +0200, Marek Vasut wrote: > > > > > > On 07/09/2018 08:03 PM, Dinh Nguyen wrote: > > > > > > > > > > > > > > > > > > > > On 05/31/2018 03:08 AM, tien.fong.chee at intel.com wrote: > > > > > > > > > > > > > > > From: Tien Fong Chee > > > > > > > > > > Update pdma properties for Stratix 10 > > > > > > > > > > Signed-off-by: Tien Fong Chee > > > > > --- > > > > >  arch/arm/dts/socfpga_stratix10.dtsi | 20 > > > > > ++++++++++++++++++++ > > > > >  1 file changed, 20 insertions(+) > > > > > > > > > > diff --git a/arch/arm/dts/socfpga_stratix10.dtsi > > > > > b/arch/arm/dts/socfpga_stratix10.dtsi > > > > > index ccd3f32..311ba09 100644 > > > > > --- a/arch/arm/dts/socfpga_stratix10.dtsi > > > > > +++ b/arch/arm/dts/socfpga_stratix10.dtsi > > > > > @@ -82,6 +82,26 @@ > > > > >   ranges = <0 0 0 0xffffffff>; > > > > >   u-boot,dm-pre-reloc; > > > > >   > > > > > + amba { > > > > > + u-boot,dm-pre-reloc; > > > > > + compatible = "arm,amba-bus"; > > > > > + #address-cells = <1>; > > > > > + #size-cells = <1>; > > > > > + ranges; > > > > > + > > > > > + pdma: pdma at ffda0000 { > > > > > + u-boot,dm-pre-reloc; > > > > > + compatible = > > > > > "arm,pl330", "arm,dma330"; > > > > I think you got "arm,dma330" binding wrong. I don't see any > > > > binding > > > > with > > > > that name. > > Here https://patchwork.ozlabs.org/patch/923234/ . > Oh okay...why do you need to add the additional binding "arm,dma330"? pl330 is old name, now arm using dma330. > > Dinh