Sorry to derail the current conversation. We're still having issues w/ HD video on our 3.1 kernel. All our avp code is the same as what scanno has on his git. I'm looking back through clocks and this is what you guys have active.
{ "uartd", "pll_p", 216000000, true },
{ "i2s1", "pll_a_out0", 0, false},
{ "i2s2", "pll_a_out0", 0, false},
{ "spdif_out", "pll_a_out0", 0, false},
{ "sdmmc1", "clk_m", 48000000, true },
{ "sdmmc2", "clk_m", 48000000, true },
{ "sdmmc4", "clk_m", 48000000, true },
{ "ndflash", "pll_p", 108000000, true },
{ "pwm", "clk_m", 12000000, false},
{ "usbd", "clk_m", 12000000, true }, /* fsl-tegra-udc , utmip-pad , tegra_ehci.0 , tegra_otg - we need this to be always on to always get hotplug events */
{ "usb2", "clk_m", 12000000, false}, /* tegra_ehci.1 - Really unused*/
{ "usb3", "clk_m", 12000000, true }, /* tegra_ehci.2 - we need this to be always on to always get hotplug events */
{ "i2c1", "clk_m", 800000, false}, /* tegra-i2c.0 */
{ "i2c2", "clk_m", 315789, false}, /* tegra-i2c.1 */
{ "i2c3", "clk_m", 800000, false}, /* tegra-i2c.2 */
{ "dvc", "clk_m", 2400000, false}, /* tegra-i2c.3 */
{ NULL, NULL, 0, 0},
This is what we are using right now:
{ "cdev1", NULL, 0, true },
{ "blink", "clk_32k", 32768, false},
{ "pll_p_out4", "pll_p", 24000000, true },
{ "pwm", "clk_32k", 32768, false},
{ "i2s1", "pll_a_out0", 0, false},
{ "i2s2", "pll_a_out0", 0, false},
{ "spdif_out", "pll_a_out0", 0, false},
{ NULL, NULL, 0, 0},
I'm wondering if I'm missing something important that has to do with the video decoding. Thank you for the help.
-fosser2







Sign In
Create Account

Back to top











