From: Mark Zhang Date: Wed, 7 Aug 2013 11:25:07 +0000 (+0800) Subject: clk: tegra: Fix vde/2d/3d clock src offset X-Git-Tag: cleanup-for-linus~7^4~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17cb95fa0b8676a38c0d07e2da26885d4ff8187;p=pandora-kernel.git clk: tegra: Fix vde/2d/3d clock src offset In Tegra114, vde/gr_2d/gr_3d have 3 bits for clock source selection. So change the clock init macro for these clocks from "TEGRA_INIT_DATA_INT" to "TEGRA_INIT_DATA_INT8". Besides, no one uses "TEGRA_INIT_DATA_INT" after this change, so remove this macro. Signed-off-by: Mark Zhang Acked-by: Stephen Warren Acked-By: Peter De Schrijver --- Reading git-diff-tree failed