]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board: tbs2910: Gate clock when switching async clock muxes
authorSoeren Moch <smoch@web.de>
Fri, 23 Jan 2015 18:03:37 +0000 (19:03 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:56 +0000 (13:53 +0200)
commit6f6b4e7589eca7833d67eb5bd4a6dc03b6598138
tree9d0da07d1dcc8cafafcfe649459b6f6236f39250
parentbc3a7bb7d0fbcf36ecf903d59124dc75f811a801
board: tbs2910: Gate clock when switching async clock muxes

According to the i.MX6Q Reference Manual, clocks must be gated when
switching input clocks of async clock muxes. So use clock gates. Avoid
ldb_di0_ipu clock, because there is no clock gate for this signal.

There have never been any complaints about problems with the old code,
but the new approach is in line with the recommendations in the manual.

Signed-off-by: Soeren Moch <smoch@web.de>
board/tbs/tbs2910/tbs2910.c