> -----Original Message----- > From: Wood Scott-B07421 > Sent: 2015年10月15日 11:57 > To: Hou Zhiqiang-B48286 > Cc: linux-arm-ker...@lists.infradead.org; catalin.mari...@arm.com; > will.dea...@arm.com; linux-i2c@vger.kernel.org; linux- > watch...@vger.kernel.org; linux-...@vger.kernel.org; linux- > c...@vger.kernel.org; mark.rutl...@arm.com; Hu Mingkai-B21284; Xie > Shaohui-B21989; Sharma Bhupesh-B45370; Li Yang-Leo-R58472; wsa@the- > dreams.de; w...@iguana.be; cor...@lwn.net; mturque...@baylibre.com; > sb...@codeaurora.org; Song Wenbin-B53747 > Subject: Re: [PATCH V3 4/6] arm64/ls1043a: add DTS for Freescale LS1043A > SoC > > On Wed, 2015-10-14 at 19:34 +0800, Zhiqiang Hou wrote: > > From: Mingkai Hu <mingkai...@freescale.com> > > > > LS1043a is an SoC with 4 ARMv8 A53 cores and most other IP blocks > > similar to LS1021a which complies to Chassis 2.1 spec. > > > > Following levels of DTSI/DTS files have been created for the LS1043A > > SoC family: > > > > - fsl-ls1043a.dtsi: > > DTS-Include file for FSL LS1043A SoC. > > > > Signed-off-by: Li Yang <le...@freescale.com> > > Signed-off-by: Hou Zhiqiang <b48...@freescale.com> > > Signed-off-by: Mingkai Hu <mingkai...@freescale.com> > > Signed-off-by: Wenbin Song <wenbin.s...@freescale.com> > > --- > > V3: > > - Add device tree node for SATA. > > - Remove properity enable-method for all cpu node. > > Remove reserved memory region for spin-table. > > > > V2: > > - Add secondary core boot method. > > - Move out the sysclk node from the clockgen node. > > - Correct the reg size of GICC. > > > > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 513 > > +++++++++++++++++++++++++ > > 1 file changed, 513 insertions(+) > > create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi > > On the ls208x device tree we were asked to put devices under a bus node, > such as an soc node with a simple-bus compatible. >
Thanks, will reform. Thanks, Zhiqiang