<?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>i.MX ProcessorsのトピックPower tree issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Power-tree-issue/m-p/654981#M100331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the customer board boot into kernel.&lt;/P&gt;&lt;P&gt;The power supply is not what we expected.&lt;/P&gt;&lt;P&gt;how about the PMIC registers need to configure in DTS.&lt;/P&gt;&lt;P&gt;when I connect the mipi camera with imx6DL customer board. after booting into kernel.&lt;/P&gt;&lt;P&gt;ov564x_mipi: ov564x_mipi@3c { /* i2c1 driver */&lt;BR /&gt; compatible = "ovti,ov564x_mipi";&lt;BR /&gt; reg = &amp;lt;0x3c&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;&amp;amp;clks 201&amp;gt;;&lt;BR /&gt; clock-names = "csi_mclk";&lt;BR /&gt; DOVDD-supply = &amp;lt;&amp;amp;vgen4_reg&amp;gt;; /* 1.8v */&lt;BR /&gt; &lt;STRONG&gt;AVDD-supply = &amp;lt;&amp;amp;vgen6_reg&amp;gt;; /* 2.8v, rev C board is VGEN3&lt;/STRONG&gt;&lt;BR /&gt; rev B board is VGEN5 */&lt;BR /&gt; DVDD-supply = &amp;lt;&amp;amp;vgen2_reg&amp;gt;; /* 1.5v*/&lt;BR /&gt; pwn-gpios = &amp;lt;&amp;amp;gpio6 0 1&amp;gt;; /* active low: SD1_CLK */&lt;BR /&gt; rst-gpios = &amp;lt;&amp;amp;gpio6 1 0&amp;gt;; /* active high: SD1_DAT2 */&lt;BR /&gt; csi_id = &amp;lt;1&amp;gt;;&lt;BR /&gt; mclk = &amp;lt;24000000&amp;gt;;&lt;BR /&gt; mclk_source = &amp;lt;0&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;The AVDD is supposed to be 2.8V but I got 3.8V whether I change the reference to vgen6_reg or vgen3_reg in DT bold text above showing what I used.&lt;/P&gt;&lt;P&gt;PMIC settings is showing below. Shall I change the min=max=dedicated one, what I needed, eg 2800000?&lt;/P&gt;&lt;P&gt;Anybody else encounter this issue or what I missed for the pmic setting in DT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pmic: pfuze100@08 {&lt;BR /&gt; compatible = "fsl,pfuze100";&lt;BR /&gt; reg = &amp;lt;0x08&amp;gt;;&lt;/P&gt;&lt;P&gt;regulators {&lt;BR /&gt; sw1a_reg: sw1ab {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;300000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1875000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; regulator-ramp-delay = &amp;lt;6250&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw1c_reg: sw1c {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;300000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1875000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; regulator-ramp-delay = &amp;lt;6250&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw2_reg: sw2 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; regulator-ramp-delay = &amp;lt;6250&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw3a_reg: sw3a {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;400000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1975000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw3b_reg: sw3b {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;400000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1975000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw4_reg: sw4 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;swbst_reg: swbst {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;5000000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;5150000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;snvs_reg: vsnvs {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1000000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3000000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vref_reg: vrefddr {&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen1_reg: vgen1 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1550000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen2_reg: vgen2 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1550000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen3_reg: vgen3 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen4_reg: vgen4 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen5_reg: vgen5 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen6_reg: vgen6 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wenming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2017 14:16:54 GMT</pubDate>
    <dc:creator>wenmingfeng</dc:creator>
    <dc:date>2017-05-01T14:16:54Z</dc:date>
    <item>
      <title>Power tree issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Power-tree-issue/m-p/654981#M100331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the customer board boot into kernel.&lt;/P&gt;&lt;P&gt;The power supply is not what we expected.&lt;/P&gt;&lt;P&gt;how about the PMIC registers need to configure in DTS.&lt;/P&gt;&lt;P&gt;when I connect the mipi camera with imx6DL customer board. after booting into kernel.&lt;/P&gt;&lt;P&gt;ov564x_mipi: ov564x_mipi@3c { /* i2c1 driver */&lt;BR /&gt; compatible = "ovti,ov564x_mipi";&lt;BR /&gt; reg = &amp;lt;0x3c&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;&amp;amp;clks 201&amp;gt;;&lt;BR /&gt; clock-names = "csi_mclk";&lt;BR /&gt; DOVDD-supply = &amp;lt;&amp;amp;vgen4_reg&amp;gt;; /* 1.8v */&lt;BR /&gt; &lt;STRONG&gt;AVDD-supply = &amp;lt;&amp;amp;vgen6_reg&amp;gt;; /* 2.8v, rev C board is VGEN3&lt;/STRONG&gt;&lt;BR /&gt; rev B board is VGEN5 */&lt;BR /&gt; DVDD-supply = &amp;lt;&amp;amp;vgen2_reg&amp;gt;; /* 1.5v*/&lt;BR /&gt; pwn-gpios = &amp;lt;&amp;amp;gpio6 0 1&amp;gt;; /* active low: SD1_CLK */&lt;BR /&gt; rst-gpios = &amp;lt;&amp;amp;gpio6 1 0&amp;gt;; /* active high: SD1_DAT2 */&lt;BR /&gt; csi_id = &amp;lt;1&amp;gt;;&lt;BR /&gt; mclk = &amp;lt;24000000&amp;gt;;&lt;BR /&gt; mclk_source = &amp;lt;0&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;The AVDD is supposed to be 2.8V but I got 3.8V whether I change the reference to vgen6_reg or vgen3_reg in DT bold text above showing what I used.&lt;/P&gt;&lt;P&gt;PMIC settings is showing below. Shall I change the min=max=dedicated one, what I needed, eg 2800000?&lt;/P&gt;&lt;P&gt;Anybody else encounter this issue or what I missed for the pmic setting in DT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pmic: pfuze100@08 {&lt;BR /&gt; compatible = "fsl,pfuze100";&lt;BR /&gt; reg = &amp;lt;0x08&amp;gt;;&lt;/P&gt;&lt;P&gt;regulators {&lt;BR /&gt; sw1a_reg: sw1ab {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;300000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1875000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; regulator-ramp-delay = &amp;lt;6250&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw1c_reg: sw1c {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;300000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1875000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; regulator-ramp-delay = &amp;lt;6250&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw2_reg: sw2 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; regulator-ramp-delay = &amp;lt;6250&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw3a_reg: sw3a {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;400000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1975000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw3b_reg: sw3b {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;400000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1975000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sw4_reg: sw4 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;swbst_reg: swbst {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;5000000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;5150000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;snvs_reg: vsnvs {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1000000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3000000&amp;gt;;&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vref_reg: vrefddr {&lt;BR /&gt; regulator-boot-on;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen1_reg: vgen1 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1550000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen2_reg: vgen2 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;1550000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen3_reg: vgen3 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen4_reg: vgen4 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen5_reg: vgen5 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;vgen6_reg: vgen6 {&lt;BR /&gt; regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt; regulator-max-microvolt = &amp;lt;3300000&amp;gt;;&lt;BR /&gt; regulator-always-on;&lt;BR /&gt; };&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wenming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 14:16:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Power-tree-issue/m-p/654981#M100331</guid>
      <dc:creator>wenmingfeng</dc:creator>
      <dc:date>2017-05-01T14:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Power tree issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Power-tree-issue/m-p/654982#M100332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wenming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are right, one can change the min=max=to dedicated one,&lt;/P&gt;&lt;P&gt;in the case needed to 2800000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 23:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Power-tree-issue/m-p/654982#M100332</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-05-01T23:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Power tree issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Power-tree-issue/m-p/654983#M100333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick sense.&lt;/P&gt;&lt;P&gt;But even I setting the dedicated voltage, I am not get the expected output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The schematic we are used is same with reference sabresd as below: The CSI mclk is from GPIO0_CLK0,&lt;/P&gt;&lt;P&gt;But I do not captured the sci_mclk with scope on both reference board MCIMX6DL-SDB and customer board, through the ov5640 and 5642 is not solder on the board but this clk is provide by imx6DL it should be there.&lt;/P&gt;&lt;P&gt;What is wrong or any configure I am lost? Does somebody else encounter the same issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18445i3E8B5CF64E85F1EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Wenming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:15:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Power-tree-issue/m-p/654983#M100333</guid>
      <dc:creator>wenmingfeng</dc:creator>
      <dc:date>2017-05-02T15:15:36Z</dc:date>
    </item>
  </channel>
</rss>

