<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LVDS and external clocks in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165150#M4289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;I'm fighting pretty much the same war right now :) The tip with removing tve support was great; with tve, the lvds clock is stuck at 70-somthing MHz. My problem now is: With tve removed, the lvds clock is stuck at 64.998 MHz! Which is the value it should have with pixclock=15385, the value given for "XGA" in ldb.c.&lt;/P&gt;&lt;P&gt;I changed the pixclock value for XGA to 30066 ( and resolution to 800x480), and verified with test output in&amp;nbsp;mxc_ipuv3_fb.c that the pixel rate is set to&amp;nbsp;33260000l Hz. That's the IPU pixclock... still I have 64.998 MHz on the LVDS connector on the i.MX53-EVK. Something else overriding the clock setting? Any idea will be highly appreciated :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 16:19:59 GMT</pubDate>
    <dc:creator>HenrikJacobsen</dc:creator>
    <dc:date>2012-06-20T16:19:59Z</dc:date>
    <item>
      <title>LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165137#M4276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have developed a board based on the imx53 qsb, but now we are having a hard time to figure out the programming of clocks for a single LVDS display. &amp;nbsp;We were unable to use the internal clock, which appeared to be routed from PLL4. &amp;nbsp;We have set up the display as DI0 and 800x480.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our attempts to set the clock to be externally sourced have not worked. We used the settings in ldb.c as well as the devregs utility program to examine and adjust the registers involved (CSCMR2, DI0_GENERAL, IOMUXC_GPR2) but the&amp;nbsp;oscilloscope&amp;nbsp;still shows the same waveform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone had any luck with the LVDS displays and external clocks?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions on contacts within Freescale or design houses that could help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 18:06:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165137#M4276</guid>
      <dc:creator>billwhit</dc:creator>
      <dc:date>2012-05-30T18:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165138#M4277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;could you please help me set this reister value IOMUXC_GPR2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 06:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165138#M4277</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-07T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165139#M4278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have luck with LVDS. This what I did:&lt;/P&gt;&lt;P&gt;First edit the LVDS driver to match your panel timings, the location of the driver is:&lt;/P&gt;&lt;P&gt;/home/lucid/L2.6.35_11.05.01/ltib/rpm/BUILD/linux/drivers/video/mxc/ldb.c&lt;/P&gt;&lt;P&gt;edit the mxcfb_ldb_modedb[] to match your display timings as I show below:&lt;/P&gt;&lt;P&gt;struct fb_videomode mxcfb_ldb_modedb[] = {&lt;BR /&gt;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp; "1080P60", 60, 1920, 1080, 7692,&lt;BR /&gt;&amp;nbsp; 100, 40,&lt;BR /&gt;&amp;nbsp; 30, 3,&lt;BR /&gt;&amp;nbsp; 10, 2,&lt;BR /&gt;&amp;nbsp; 0,&lt;BR /&gt;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;BR /&gt;&amp;nbsp; FB_MODE_IS_DETAILED,},&lt;BR /&gt;&amp;nbsp; /* original */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*{&lt;BR /&gt;&amp;nbsp; "XGA", 60, 1024, 768, 15385,&lt;BR /&gt;&amp;nbsp; 220, 40,&lt;BR /&gt;&amp;nbsp; 21, 7,&lt;BR /&gt;&amp;nbsp; 60, 10,&lt;BR /&gt;&amp;nbsp; 0,&lt;BR /&gt;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;BR /&gt;&amp;nbsp; FB_MODE_IS_DETAILED,},*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*LG 17" 60Hz = 13204; 30Hz = 26408*/ &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "XGA", 30, 1280, 768, 26408,&lt;BR /&gt;&amp;nbsp; 48, 80,&lt;BR /&gt;&amp;nbsp; 2, 13,&lt;BR /&gt;&amp;nbsp; 160, 22,&lt;BR /&gt;&amp;nbsp; 0,&lt;BR /&gt;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;BR /&gt;&amp;nbsp; FB_MODE_IS_DETAILED,},&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Then set the video kernel parameters as shown below as an example.&lt;/P&gt;&lt;P&gt;video=mxcdi1fb:RGB666,XGA ldb=di1 di1_primary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 18:32:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165139#M4278</guid>
      <dc:creator>YamilGarcia</dc:creator>
      <dc:date>2012-06-07T18:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165140#M4279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the LDB_CTRL register value setting done .&lt;/P&gt;&lt;P&gt;Do the value are taken from the u-boot command line and assigned to the control register.?&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/lvds-and-external-clocks?commentId=4103961%3AComment%3A72009&amp;amp;xg_source=msg_com_forum#4103961Comment72009"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 04:12:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165140#M4279</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-08T04:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165141#M4280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have used 20 pin lvds or 30 pin lvds?&lt;/P&gt;&lt;P&gt;I am using 20 pin lvds lcd ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 04:15:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165141#M4280</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-08T04:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165142#M4281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Can send&amp;nbsp; me the log&amp;nbsp; so that i can check with mine Where the problem is ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 05:19:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165142#M4281</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-08T05:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165143#M4282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the explanation to determine the fields of the mxcfb_ldb_modedb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 13:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165143#M4282</guid>
      <dc:creator>YamilGarcia</dc:creator>
      <dc:date>2012-06-08T13:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165144#M4283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using 20 pins like you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 14:20:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165144#M4283</guid>
      <dc:creator>YamilGarcia</dc:creator>
      <dc:date>2012-06-08T14:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165145#M4284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi getting erorr like this&lt;/P&gt;&lt;P&gt;io scheduler cfq registered (default)&lt;BR /&gt;mxc_ipu mxc_ipu: Channel already disabled 9&lt;BR /&gt;mxc_ipu mxc_ipu: Channel already uninitialized 9&lt;BR /&gt;IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)&lt;BR /&gt;Console: switching to colour frame buffer device 128x48&lt;BR /&gt;mxc_ldb mxc_ldb: can't find video mode&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 04:11:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165145#M4284</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-11T04:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165146#M4285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;hi &lt;BR /&gt;&lt;/CITE&gt;&lt;/P&gt;&lt;P&gt;I am using the display port one for LVDS&lt;/P&gt;&lt;P&gt;It already multiplexed with the parallel asynchronus port so only asynchronus display work rather than the sync display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In user guide 18 .DISP0 LCD it is mentioned like this&lt;/P&gt;&lt;P&gt;Be aware that the DI RGB interface is multiplexed with all other asynchronous parallel interfaces.&lt;BR /&gt;Therefore, users cannot send data to a synchronous display and another asynchronous parallel display&lt;BR /&gt;device at the same time in the same DI. Instead, the i.MX53 sends data to the asynchronous panel (smart&lt;BR /&gt;display) while the synchronous interface is inactive (during horizontal and vertical back porch and front&lt;BR /&gt;porches). For this reason, the smart display’s frame rate can be affected when multiple displays are&lt;BR /&gt;attached to the i.MX53.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 06:22:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165146#M4285</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-11T06:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165147#M4286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;did you tried it in the DI0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 08:40:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165147#M4286</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-11T08:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165148#M4287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&amp;nbsp; Yamil&amp;nbsp; Garcia&lt;/P&gt;&lt;P&gt;LVDS is working now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 09:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165148#M4287</guid>
      <dc:creator>sanu</dc:creator>
      <dc:date>2012-06-11T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165149#M4288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We faced with the same problem some month ago. We modified the ldb.c for our lcd display, we add a custom &lt;SPAN&gt;fb_videomode entry,&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;we changed the&amp;nbsp;ldb_clk_prate /&amp;nbsp;pll4_rate&amp;nbsp; to a proper value but nothing changed. The lvds clock still was about 70 MHz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution was to remove the tve driver from the kernel (2.6.35). We don't know why but the tve driver overwrites the pll4 clock, when the tve driver/output not enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 03:36:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165149#M4288</guid>
      <dc:creator>TamasMorocz</dc:creator>
      <dc:date>2012-06-12T03:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165150#M4289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;I'm fighting pretty much the same war right now :) The tip with removing tve support was great; with tve, the lvds clock is stuck at 70-somthing MHz. My problem now is: With tve removed, the lvds clock is stuck at 64.998 MHz! Which is the value it should have with pixclock=15385, the value given for "XGA" in ldb.c.&lt;/P&gt;&lt;P&gt;I changed the pixclock value for XGA to 30066 ( and resolution to 800x480), and verified with test output in&amp;nbsp;mxc_ipuv3_fb.c that the pixel rate is set to&amp;nbsp;33260000l Hz. That's the IPU pixclock... still I have 64.998 MHz on the LVDS connector on the i.MX53-EVK. Something else overriding the clock setting? Any idea will be highly appreciated :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 16:19:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165150#M4289</guid>
      <dc:creator>HenrikJacobsen</dc:creator>
      <dc:date>2012-06-20T16:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165151#M4290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...eh, after posting the above question, I guess I figured out the problem: The LVDS serializer clock comes directly from PLL4, and has nothing to do with the pixclock value given in the mode table in ldb.c. Right? So, assuming that PLL4 is not used for anything but the IPU and LDB, I just have to figure out how to change its freq. :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 17:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165151#M4290</guid>
      <dc:creator>HenrikJacobsen</dc:creator>
      <dc:date>2012-06-20T17:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165152#M4291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...yes, changing the 2 hard coded "455000000" to &amp;lt; pixclock*7&amp;gt; in ldb.c does it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 08:53:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165152#M4291</guid>
      <dc:creator>HenrikJacobsen</dc:creator>
      <dc:date>2012-06-21T08:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: LVDS and external clocks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165153#M4292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where this change are made? Do you made this change and got any result? I'm facing great troubles to change this value...&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 14:37:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LVDS-and-external-clocks/m-p/165153#M4292</guid>
      <dc:creator>AlisonLuanLOHR1</dc:creator>
      <dc:date>2012-07-02T14:37:22Z</dc:date>
    </item>
  </channel>
</rss>

