<?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: Sound Issue with Kernel 4.1.15 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617218#M93474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Paul, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to edit device tree file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2017 13:17:48 GMT</pubDate>
    <dc:creator>ganeshmc</dc:creator>
    <dc:date>2017-12-11T13:17:48Z</dc:date>
    <item>
      <title>Sound Issue with Kernel 4.1.15</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617215#M93471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am upgrading my i.MX6 kernel to version 4.1.15. I am using the same device tree as the previous version 3.14.28. Audio worked great on the earlier version but I am now getting the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; sgtl5000 2-000a: sgtl5000 revision 0x11&lt;BR /&gt;&amp;nbsp; &amp;nbsp; imx-sgtl5000 sound: phandle missing or invalid&lt;BR /&gt;&amp;nbsp; &amp;nbsp; imx-sgtl5000: probe of sound failed with error -22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is has anybody seen this problem? Have the device tree entries for the SGTL5000 changed with the new kernel version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 23:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617215#M93471</guid>
      <dc:creator>PaulDeMetrotion</dc:creator>
      <dc:date>2016-12-15T23:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sound Issue with Kernel 4.1.15</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617216#M93472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the imx-sgtl5000.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;ssi_np = of_parse_phandle(pdev-&amp;gt;dev.of_node, "ssi-controller", 0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;codec_np = of_parse_phandle(pdev-&amp;gt;dev.of_node, "audio-codec", 0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;if (!ssi_np || !codec_np) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dev_err(&amp;amp;pdev-&amp;gt;dev, "phandle missing or invalid\n");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret = -EINVAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; goto fail;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, please check the "ssi-controller" and "audio-codec" are setting correctly in your dtsi file. you can take imx6qdl-sabrelite.dtsi for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 08:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617216#M93472</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2016-12-16T08:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sound Issue with Kernel 4.1.15</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617217#M93473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jimmy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had already looked at this but your post made me double check. The imx-sgtl5000.c has indeed changed. Previously the OF parse looked for 'cpu-dai' as a parameter but now it looks for 'ssi-controller'. Made the change in the device tree and everything is good again. Why do they make this kind of unnecessary code change????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 15:17:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617217#M93473</guid>
      <dc:creator>PaulDeMetrotion</dc:creator>
      <dc:date>2016-12-16T15:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sound Issue with Kernel 4.1.15</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617218#M93474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Paul, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to edit device tree file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 13:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617218#M93474</guid>
      <dc:creator>ganeshmc</dc:creator>
      <dc:date>2017-12-11T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sound Issue with Kernel 4.1.15</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617219#M93475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What specifically do you need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 15:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617219#M93475</guid>
      <dc:creator>PaulDeMetrotion</dc:creator>
      <dc:date>2017-12-13T15:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sound Issue with Kernel 4.1.15</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617220#M93476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Paul,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am facing the same issue, which you have said in the query&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;I am upgrading my i.MX6 kernel to version 4.1.15. I am using the same device tree as the previous version 3.14.28. Audio worked great on the earlier version but I am now getting the following error:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; sgtl5000 2-000a: sgtl5000 revision 0x11&lt;BR /&gt;&amp;nbsp; &amp;nbsp; imx-sgtl5000 sound: phandle missing or invalid&lt;BR /&gt;&amp;nbsp; &amp;nbsp; imx-sgtl5000: probe of sound failed with error -22&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is has anybody seen this problem? Have the device tree entries for the SGTL5000 changed with the new kernel version?&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have any solution for the above issue, please share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:03:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617220#M93476</guid>
      <dc:creator>ganeshmc</dc:creator>
      <dc:date>2017-12-27T07:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sound Issue with Kernel 4.1.15</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617221#M93477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the relevant sections I have in my device tree. Make sure your mux-int-port and mux-ext-port numbers are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sound {&lt;BR /&gt;&amp;nbsp; compatible = "fsl,imx6q-c420-sgtl5000",&lt;BR /&gt;&amp;nbsp; "fsl,imx-audio-sgtl5000";&lt;BR /&gt;&amp;nbsp; model = "sgtl5000-audio";&lt;BR /&gt;&amp;nbsp; cpu-dai = &amp;lt;&amp;amp;ssi2&amp;gt;;&lt;BR /&gt;&amp;nbsp; audio-codec = &amp;lt;&amp;amp;sgtl5000&amp;gt;;&lt;BR /&gt;&amp;nbsp; audio-routing = "Line Out Jack", "LINE_OUT"; &lt;BR /&gt;&amp;nbsp; mux-int-port = &amp;lt;2&amp;gt;;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; mux-ext-port = &amp;lt;5&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;i2c3 {&lt;BR /&gt;&amp;nbsp; clock-frequency = &amp;lt;100000&amp;gt;;&lt;BR /&gt;&amp;nbsp; pinctrl-names = "default";&lt;BR /&gt;&amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_i2c3&amp;gt;;&lt;BR /&gt;&amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; sgtl5000: sgtl5000@0a {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; compatible = "fsl,sgtl5000";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; reg = &amp;lt;0x0a&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; VDDA-supply = &amp;lt;&amp;amp;reg_v3p3a&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; VDDD-supply = &amp;lt;&amp;amp;sw4_reg&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; VDDIO-supply = &amp;lt;&amp;amp;reg_v3p3a&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; clocks = &amp;lt;&amp;amp;codec_osc&amp;gt;;&lt;BR /&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; eeprom@50 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; compatible = "st-micro,24c256";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; reg = &amp;lt;0x50&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; pagesize = &amp;lt;64&amp;gt;;&lt;BR /&gt;&amp;nbsp; };&lt;BR /&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-Issue-with-Kernel-4-1-15/m-p/617221#M93477</guid>
      <dc:creator>PaulDeMetrotion</dc:creator>
      <dc:date>2018-01-09T14:41:23Z</dc:date>
    </item>
  </channel>
</rss>

