From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Yang Subject: Re: [PATCH V6 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC Date: Mon, 26 Oct 2015 17:45:22 -0500 Message-ID: References: <1445587282-29529-1-git-send-email-B48286@freescale.com> <1445587282-29529-4-git-send-email-B48286@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1445587282-29529-4-git-send-email-B48286@freescale.com> Sender: linux-clk-owner@vger.kernel.org To: Zhiqiang Hou , Arnd Bergmann Cc: "linux-arm-kernel@lists.infradead.org" , Catalin Marinas , Will Deacon , "linux-i2c@vger.kernel.org" , linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org, linux-clk@vger.kernel.org, Mark Rutland , Shaohui Xie , corbet@lwn.net, Bhupesh Sharma , mturquette@baylibre.com, wsa@the-dreams.de, sboyd@codeaurora.org, wim@iguana.be, Wenbin Song , Scott Wood , Hu Vincent , linux@roeck-us.net List-Id: linux-i2c@vger.kernel.org On Fri, Oct 23, 2015 at 3:01 AM, Zhiqiang Hou wrote: > From: Mingkai Hu > > 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 > Signed-off-by: Hou Zhiqiang > Signed-off-by: Mingkai Hu > Signed-off-by: Wenbin Song Hi Arnd, Can you also review and merge the LS1043 device tree related patches in the series(3/6,4/6,6/6)? Regards, Leo > --- > V6: > - No change. > > V5: > - Move gic, timer and pmu nodes out of SoC node. > > V4: > - Add soc node with simple-bus compatible. > - Add property interrupt-affinity for armv8 pmuv3 node. > > 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 | 525 +++++++++++++++++++++++++ > 1 file changed, 525 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi