<?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: LS1088A PLL register documentation in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1088A-PLL-register-documentation/m-p/1762152#M13683</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219206"&gt;@Akshay_Redekar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The masks/// PLL cluster multiplier mask [core]. CGA_PLL1_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLL1C_MULT_MASK (0x1FE00000U)&lt;/P&gt;
&lt;P&gt;/// PLL cluster multiplier mask [core]. CGA_PLL2_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLL2C_MULT_MASK (0x000001FEU)&lt;/P&gt;
&lt;P&gt;/// Platform PLL multiplier mask. SYS_PLL_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLLP_MULT_MASK (0x7E000000U)&lt;/P&gt;
&lt;P&gt;They look correct for use with these registers&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 18:52:36 GMT</pubDate>
    <dc:creator>SebastianG</dc:creator>
    <dc:date>2023-11-22T18:52:36Z</dc:date>
    <item>
      <title>LS1088A PLL register documentation</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1088A-PLL-register-documentation/m-p/1752061#M13592</link>
      <description>&lt;P&gt;I'm working on LS1088A processor to configure the clock driver for it. I don't see registers "PLL cluster n general status register (Clocking_PLLC1GSR/Clocking_PLLC2GSR/Clocking_PLLPGSR)" in LS1088A RM. As those registers were present under LS1046A RM with detail clocking memory map (along with offsets).&lt;BR /&gt;Where can I find the documentation for PLL1/PLL2/PPLL registers for LS1088A ? Also same observed for LS1028A&amp;nbsp; also.&lt;BR /&gt;&lt;BR /&gt;Currently I used offsets for above registers for LS1088A as per&amp;nbsp;&lt;A href="https://github.com/torvalds/linux/blob/master/drivers/clk/clk-qoriq.c" target="_blank"&gt;https://github.com/torvalds/linux/blob/master/drivers/clk/clk-qoriq.c&lt;/A&gt;. I'm using below multiplier mask -&lt;/P&gt;&lt;P&gt;/// PLL [core] cluster multiplier mask. CGA_PLL1_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLL1C_MULT_MASK (0x1FE00000U)&lt;/P&gt;&lt;P&gt;/// PLL [core] cluster multiplier mask. CGA_PLL2_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLL2C_MULT_MASK (0x000001FEU)&lt;/P&gt;&lt;P&gt;/// Platform PLL multiplier mask. SYS_PLL_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLLP_MULT_MASK (0x7E000000U)&lt;BR /&gt;&lt;BR /&gt;I'm getting issues with boot up in that case for LS1088A. Can someone suggest if the masks used are correct as no documentation available for these in case of LS1028A/LS1088A.&amp;nbsp;&lt;SPAN&gt;PLL [core] cluster multiplier mask 8 BIT and Platform PLL multiplier mask 6 BIT values will be used as per RCW register configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 15:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1088A-PLL-register-documentation/m-p/1752061#M13592</guid>
      <dc:creator>Akshay_Redekar</dc:creator>
      <dc:date>2023-11-03T15:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: LS1088A PLL register documentation</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1088A-PLL-register-documentation/m-p/1752878#M13607</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219206"&gt;@Akshay_Redekar&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I would like to inform you that I'm working on your question, I will let you know as soon as I have an update.&lt;/P&gt;
&lt;P&gt;Thank you so much for your patience&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 14:16:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1088A-PLL-register-documentation/m-p/1752878#M13607</guid>
      <dc:creator>SebastianG</dc:creator>
      <dc:date>2023-11-06T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: LS1088A PLL register documentation</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1088A-PLL-register-documentation/m-p/1762152#M13683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219206"&gt;@Akshay_Redekar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The masks/// PLL cluster multiplier mask [core]. CGA_PLL1_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLL1C_MULT_MASK (0x1FE00000U)&lt;/P&gt;
&lt;P&gt;/// PLL cluster multiplier mask [core]. CGA_PLL2_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLL2C_MULT_MASK (0x000001FEU)&lt;/P&gt;
&lt;P&gt;/// Platform PLL multiplier mask. SYS_PLL_RAT for LS1028A/LS1088A&lt;BR /&gt;#define CG_LS_PLLP_MULT_MASK (0x7E000000U)&lt;/P&gt;
&lt;P&gt;They look correct for use with these registers&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:52:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1088A-PLL-register-documentation/m-p/1762152#M13683</guid>
      <dc:creator>SebastianG</dc:creator>
      <dc:date>2023-11-22T18:52:36Z</dc:date>
    </item>
  </channel>
</rss>

