<?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 Software defect about LCDIF clock in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Software-defect-about-LCDIF-clock/m-p/174977#M6421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In MX23 BSP release L2.6.31_ER_10.05.02, it is a software defect that the value at HW_CLKCTRL_PIX DIV field&amp;nbsp;may be cleared&amp;nbsp;by mistake when "lcdif" clock is enabled.&amp;nbsp;Clearing the&amp;nbsp;DIV field&amp;nbsp;to 0 can lead to LCDIF malfunction. Please apply the change below to fix this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;diff --git a/arch/arm/mach-mx23/clock.c b/arch/arm/mach-mx23/clock.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;index a4de6d5..8f20117 100644&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;--- a/arch/arm/mach-mx23/clock.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+++ b/arch/arm/mach-mx23/clock.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;@@ -498,7 +498,7 @@ static struct clk lcdif_clk = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.busy_reg = CLKCTRL_BASE_ADDR + HW_CLKCTRL_PIX,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.busy_bits = 29,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.enable_reg = CLKCTRL_BASE_ADDR + HW_CLKCTRL_PIX,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;- .enable_bits = 31,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ .enable_bits = BM_CLKCTRL_PIX_CLKGATE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.bypass_reg = CLKCTRL_BASE_ADDR + HW_CLKCTRL_CLKSEQ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.bypass_bits = 1,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.get_rate = lcdif_get_rate,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2012 02:01:50 GMT</pubDate>
    <dc:creator>PeterChan</dc:creator>
    <dc:date>2012-07-17T02:01:50Z</dc:date>
    <item>
      <title>Software defect about LCDIF clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Software-defect-about-LCDIF-clock/m-p/174977#M6421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In MX23 BSP release L2.6.31_ER_10.05.02, it is a software defect that the value at HW_CLKCTRL_PIX DIV field&amp;nbsp;may be cleared&amp;nbsp;by mistake when "lcdif" clock is enabled.&amp;nbsp;Clearing the&amp;nbsp;DIV field&amp;nbsp;to 0 can lead to LCDIF malfunction. Please apply the change below to fix this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;diff --git a/arch/arm/mach-mx23/clock.c b/arch/arm/mach-mx23/clock.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;index a4de6d5..8f20117 100644&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;--- a/arch/arm/mach-mx23/clock.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+++ b/arch/arm/mach-mx23/clock.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;@@ -498,7 +498,7 @@ static struct clk lcdif_clk = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.busy_reg = CLKCTRL_BASE_ADDR + HW_CLKCTRL_PIX,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.busy_bits = 29,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.enable_reg = CLKCTRL_BASE_ADDR + HW_CLKCTRL_PIX,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;- .enable_bits = 31,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ .enable_bits = BM_CLKCTRL_PIX_CLKGATE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.bypass_reg = CLKCTRL_BASE_ADDR + HW_CLKCTRL_CLKSEQ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.bypass_bits = 1,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;.get_rate = lcdif_get_rate,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 02:01:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Software-defect-about-LCDIF-clock/m-p/174977#M6421</guid>
      <dc:creator>PeterChan</dc:creator>
      <dc:date>2012-07-17T02:01:50Z</dc:date>
    </item>
  </channel>
</rss>

