From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Sun, 14 Feb 2016 11:21:03 +0800 Subject: [PATCH V3 1/5] clk: imx: Add clock support for imx6qp In-Reply-To: <1454407298-15545-1-git-send-email-ping.bai@nxp.com> References: <1454407298-15545-1-git-send-email-ping.bai@nxp.com> Message-ID: <20160214032103.GD6756@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Feb 02, 2016 at 06:01:34PM +0800, Bai Ping wrote: > most of the clock tree structures on i.MX6 Quad Plus are > same as on i.MX6Q. there still some differences between > these two SOCs. compared to the i.XM6Q, the differents of > clocks on i.MX6QP is mainly on: > > 1. New clock gate added to support the PRE and PRG modules > 2. 24MHz OSC clock option added to the UART, IPG, ECSPI, and > CAN clock roots. > 3. MMDC channel 1 clock gate is now controllable. > 4. clock gating added to the LDB_DIx_IPU clocks on i.MX6QP > 5. EMI clock root divider fix > 6. other updates fo CSCMRx, CSCDRx and CS2CDR registers. > > detailed infomation, please refer to the i.MX6QP RM. > > Signed-off-by: Bai Ping Applied all, thanks.