clk: imx7d: fix ahb clock mux 1
authorStefan Agner <stefan@agner.ch>
Thu, 28 Apr 2016 21:07:03 +0000 (14:07 -0700)
committerShawn Guo <shawnguo@kernel.org>
Tue, 3 May 2016 12:35:38 +0000 (20:35 +0800)
commit92a847e3609a8d00bcbe8bdfacbcbbca03135410
tree9c4b5f7bee694e5820cb099b11d82db2022fdf80
parent585a60f24bf86671b17ca7420e82b9404ff18502
clk: imx7d: fix ahb clock mux 1

The clock parent of the AHB root clock when using mux option 1
is the SYS PLL 270MHz clock. This is specified in  Table 5-11
Clock Root Table of the i.MX 7Dual Applications Processor
Reference Manual.

While it could be a documentation error, the 270MHz parent is
also mentioned in the boot ROM configuration in Table 6-28: The
clock is by default at 135MHz due to a POST_PODF value of 1
(=> divider of 2).

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx7d.c