Re: [PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL

2018-06-08 Thread Philipp Puschmann
I screwed up the title: IMX6SX_CLK_CKO1_SEL instead of IMX6QDL_CLK_CKO1_SEL I have resent the patch with correct title. Sorry for the inconvenience. Am 06.06.2018 um 15:07 schrieb Fabio Estevam: > On Wed, Jun 6, 2018 at 6:29 AM, Philipp Puschmann wrote: >> q/dl datasheets list the 5th selection

Re: [PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL

2018-06-06 Thread Fabio Estevam
On Wed, Jun 6, 2018 at 6:29 AM, Philipp Puschmann wrote: > q/dl datasheets list the 5th selection value for ck01_sel as > video_27M_clk_root. > > By replacing the dummy value we then can set IMX6QDL_CLK_VIDEO_27M > as parent for IMX6QDL_CLK_CKO1_SEL. > > Signed-off-by: Philipp Puschmann Reviewed

[PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL

2018-06-06 Thread Philipp Puschmann
q/dl datasheets list the 5th selection value for ck01_sel as video_27M_clk_root. By replacing the dummy value we then can set IMX6QDL_CLK_VIDEO_27M as parent for IMX6QDL_CLK_CKO1_SEL. Signed-off-by: Philipp Puschmann --- drivers/clk/imx/clk-imx6q.c | 2 +- 1 file changed, 1 insertion(+), 1 dele