<?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のトピックRe: imx6ull increase cpu frequency to 792MHz</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992178#M230732</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;If you want to run the i.MX6ULL at exact 900MHz, then for that you need to modify the dts file.&lt;/P&gt;
&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;operating-points = &amp;lt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* kHz&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;uV&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;*/&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 900000&amp;nbsp; 1275000&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 18:20:44 GMT</pubDate>
    <dc:creator>JosephAtNXP</dc:creator>
    <dc:date>2024-11-11T18:20:44Z</dc:date>
    <item>
      <title>imx6ull increase cpu frequency to 792MHz</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1991122#M230679</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I built a Debian based OS with the current environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Linux 6.6.58-rt45-0 - Mainline&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;u-boot 2024.07&amp;nbsp;- Mainline&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;I have a custom HW which has an imx6ull microprocessor.&amp;nbsp; I based the device tree on&amp;nbsp;imx6ul-14x14-evk.dtsi (uboot and kernel). My custom device tree inherits from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"imx6ull.dtsi"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would like to know if I can use 792MHz or 900MHz for CPU freq.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've seen those frequencies are available on Device Tree definition:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;amp;cpu0 { &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;clock-frequency = &amp;lt;900000000&amp;gt;; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;operating-points = &amp;lt; &lt;BR /&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;&amp;nbsp;/* kHz &amp;nbsp;uV */ &lt;BR /&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;&amp;nbsp;900000 &amp;nbsp;1275000 &lt;BR /&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;&amp;nbsp;792000 &amp;nbsp;1225000 &lt;BR /&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;&amp;nbsp;528000 &amp;nbsp;1175000 &lt;BR /&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;&amp;nbsp;396000 &amp;nbsp;1025000 &lt;BR /&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;&amp;nbsp;198000 &amp;nbsp;950000 &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;gt;; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fsl,soc-operating-points = &amp;lt; &lt;BR /&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;&amp;nbsp;/* KHz &amp;nbsp;uV */ &lt;BR /&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;&amp;nbsp;900000 &amp;nbsp;1250000 &lt;BR /&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;&amp;nbsp;792000 &amp;nbsp;1175000 &lt;BR /&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;&amp;nbsp;528000 &amp;nbsp;1175000 &lt;BR /&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;&amp;nbsp;396000 &amp;nbsp;1175000 &lt;BR /&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;&amp;nbsp;198000 &amp;nbsp;1175000 &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;gt;; &lt;BR /&gt;};&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;However, in my file system I do not have them available:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;root@imx6ull:~# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq &lt;BR /&gt;528000 &lt;BR /&gt;root@imx6ull:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies &amp;nbsp;&lt;BR /&gt;198000 396000 528000&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Does it possible? Does it limited by HW, voltage or current input?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've seen other questions in the forum related to it but I did not find a clear answer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A title="How to set imx6UL CPU to 528MHz in U-boot" href="https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463778" target="_self"&gt;How to set imx6UL CPU to 528MHz in U-boot&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A title="About changing the internal LDOs voltage in i.MX6DQ." href="https://community.nxp.com/t5/i-MX-Processors/About-changing-the-internal-LDOs-voltage-in-i-MX6DQ/m-p/440812" target="_self"&gt;About changing the internal LDOs voltage in i.MX6DQ.&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A title="How to set CPU frequency on u-boot?" href="https://community.nxp.com/t5/i-MX-Processors/How-to-set-CPU-frequency-on-u-boot/m-p/1414906" target="_self"&gt;How to set CPU frequency on u-boot?&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Javier&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 13:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1991122#M230679</guid>
      <dc:creator>userpas</dc:creator>
      <dc:date>2024-11-08T13:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull increase cpu frequency to 792MHz</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992178#M230732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;If you want to run the i.MX6ULL at exact 900MHz, then for that you need to modify the dts file.&lt;/P&gt;
&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;operating-points = &amp;lt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* kHz&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;uV&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;*/&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 900000&amp;nbsp; 1275000&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 18:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992178#M230732</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-11-11T18:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull increase cpu frequency to 792MHz</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992657#M230753</link>
      <description>&lt;P&gt;Hi Josheph,&lt;/P&gt;&lt;P&gt;I have already available that operating point in my device tree, it is defined in imx6ull.dtsi, and by default is set to&amp;nbsp;&lt;SPAN&gt;900000000Hz.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I decompiled the Device Tree in my running system and I can see the same configuration:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;cpus {
        #address-cells = &amp;lt;0x01&amp;gt;;
        #size-cells = &amp;lt;0x00&amp;gt;;

        cpu@0 {
                compatible = "arm,cortex-a7";
                clocks = &amp;lt;0x01 0x5d 0x01 0x1a 0x01 0x26 0x01 0xdb 0x01 0x38 0x01 0x39 0x01 0x19&amp;gt;;
                nvmem-cells = &amp;lt;0x04&amp;gt;;
                device_type = "cpu";
                soc-supply = &amp;lt;0x03&amp;gt;;
                arm-supply = &amp;lt;0x02&amp;gt;;
                clock-names = "arm\0pll2_bus\0pll2_pfd2_396m\0secondary_sel\0step\0pll1_sw\0pll1_sys";
                fsl,soc-operating-points = &amp;lt;0xdbba0 0x1312d0 0xc15c0 0x11edd8 0x80e80 0x11edd8 0x60ae0 0x11edd8 0x30570 0x11edd8&amp;gt;;
                phandle = &amp;lt;0x37&amp;gt;;
                reg = &amp;lt;0x00&amp;gt;;
                clock-frequency = &amp;lt;0x35a4e900&amp;gt;; // 900000000 Hz
                operating-points = &amp;lt;0xdbba0 0x137478 0xc15c0 0x12b128 0x80e80 0x11edd8 0x60ae0 0xfa3e8 0x30570 0xe7ef0&amp;gt;; //900000 - 1275000 ...
                clock-latency = &amp;lt;0xee6c&amp;gt;;
                #cooling-cells = &amp;lt;0x02&amp;gt;;
                nvmem-cell-names = "speed_grade";
        };
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do not have available 792MHz nor 900MHz from user space. And the system is running at 528MHz.&lt;/P&gt;&lt;P&gt;I have exactly the same configuration in u-boot.&lt;/P&gt;&lt;P&gt;What you mean with "&lt;SPAN&gt;modify the dts file" Which dts file? Do you mean leave only 900MHz frequency in DTS?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Javier&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 08:28:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992657#M230753</guid>
      <dc:creator>userpas</dc:creator>
      <dc:date>2024-11-12T08:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull increase cpu frequency to 792MHz</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992806#M230759</link>
      <description>&lt;P&gt;All frequencies are already in the device tree. The code will determine the chip type based on different fuses and then modify the DTB in real-time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310046i3524E262FB7BBA41/image-size/large?v=v2&amp;amp;px=999" role="button" title="r.png" alt="r.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;r.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.6.3-1.0.0/drivers/cpufreq/imx6q-cpufreq.c

#define OCOTP_CFG3_6UL_SPEED_696MHZ	0x2
#define OCOTP_CFG3_6ULL_SPEED_792MHZ	0x2
#define OCOTP_CFG3_6ULL_SPEED_900MHZ	0x3

static int imx6ul_opp_check_speed_grading(struct device *dev)
{
	u32 val;
	int ret = 0;

	if (of_property_present(dev-&amp;gt;of_node, "nvmem-cells")) {
		ret = nvmem_cell_read_u32(dev, "speed_grade", &amp;amp;val);
		if (ret)
			return ret;
	} else {
		struct device_node *np;
		void __iomem *base;

		np = of_find_compatible_node(NULL, NULL, "fsl,imx6ul-ocotp");
		if (!np)
			np = of_find_compatible_node(NULL, NULL,
						     "fsl,imx6ull-ocotp");
		if (!np)
			return -ENOENT;

		base = of_iomap(np, 0);
		of_node_put(np);
		if (!base) {
			dev_err(dev, "failed to map ocotp\n");
			return -EFAULT;
		}

		val = readl_relaxed(base + OCOTP_CFG3);
		iounmap(base);
	}

	/*
	 * Speed GRADING[1:0] defines the max speed of ARM:
	 * 2b'00: Reserved;
	 * 2b'01: 528000000Hz;
	 * 2b'10: 696000000Hz on i.MX6UL, 792000000Hz on i.MX6ULL;
	 * 2b'11: 900000000Hz on i.MX6ULL only;
	 * We need to set the max speed of ARM according to fuse map.
	 */
	val &amp;gt;&amp;gt;= OCOTP_CFG3_SPEED_SHIFT;
	val &amp;amp;= 0x3;

	if (of_machine_is_compatible("fsl,imx6ul"))
		if (val != OCOTP_CFG3_6UL_SPEED_696MHZ)
			imx6x_disable_freq_in_opp(dev, 696000000);

	if (of_machine_is_compatible("fsl,imx6ull")) {
		if (val &amp;lt; OCOTP_CFG3_6ULL_SPEED_792MHZ)
			imx6x_disable_freq_in_opp(dev, 792000000);

		if (val != OCOTP_CFG3_6ULL_SPEED_900MHZ)
			imx6x_disable_freq_in_opp(dev, 900000000);
	}

	return ret;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 10:53:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992806#M230759</guid>
      <dc:creator>lapohab</dc:creator>
      <dc:date>2024-11-12T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull increase cpu frequency to 792MHz</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992993#M230777</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My idea was to remove the other frequencies before blowing the highlighted fuse. You could try to only add the 792MHz node in DTS, if not, you should modify the fuses if your part number matches the 08 code.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JosephAtNXP_0-1731433620226.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310074i1841A25AF28C10D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="JosephAtNXP_0-1731433620226.png" alt="JosephAtNXP_0-1731433620226.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JosephAtNXP_0-1731433620226.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 17:47:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1992993#M230777</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-11-12T17:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull increase cpu frequency to 792MHz</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1993196#M230784</link>
      <description>&lt;P&gt;It has been clearly described in the last post. This cannot be burned by yourself. It is burned during production testing. I attach it again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310147i08E270826598C3FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="r.png" alt="r.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;r.png&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;It says "Burned by tester program, forindicating IC core speed (Hotburn may not be used)."&lt;BR /&gt;&lt;BR /&gt;Industrial part and Consumer part have different life times. This is in i.MX 6ULL ​​Product Usage Lifetime Estimates (AN5337).&lt;BR /&gt;If you force a higher frequency in the software than its grade defined, the life time will inevitably be shortened.&lt;BR /&gt;&lt;BR /&gt;According to your idea, everyone should buy a cheaper Consumer part and burn it into an industrial part by themselves.&lt;BR /&gt;It will save lots of money including my running projects.&lt;/P&gt;&lt;P&gt;According to your idea, another case is just burn fuse of industrial part, it can run at 900M without life time impact.&lt;BR /&gt;Why NXP does not have 900M industrial part?&lt;BR /&gt;&lt;BR /&gt;Why are there still different parts of different grades for sale?&lt;BR /&gt;&lt;BR /&gt;Remove the other frequencies? Have you ever tried it? Just looking at the code, it doesn't work.&lt;BR /&gt;&lt;BR /&gt;You can only modify the following code, but I think it is only for testing purpose.&lt;BR /&gt;As I said before, If you force a higher frequency in the software, the life time will inevitably be shortened.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if (of_machine_is_compatible("fsl,imx6ull")) {&lt;BR /&gt;#if 0&lt;BR /&gt;if (val &amp;lt; OCOTP_CFG3_6ULL_SPEED_792MHZ)&lt;BR /&gt;imx6x_disable_freq_in_opp(dev, 792000000);&lt;BR /&gt;&lt;BR /&gt;if (val != OCOTP_CFG3_6ULL_SPEED_900MHZ)&lt;BR /&gt;imx6x_disable_freq_in_opp(dev, 900000000);&lt;BR /&gt;#endif&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 00:59:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1993196#M230784</guid>
      <dc:creator>lapohab</dc:creator>
      <dc:date>2024-11-13T00:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull increase cpu frequency to 792MHz</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1993684#M230815</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you both four replies. Now I understand where the limitation comes from.&lt;/P&gt;&lt;P&gt;The partnumber is MCIMX6Y2CVM0&lt;STRONG&gt;5&lt;/STRONG&gt;AB, therefore it is nothing to do here.&lt;/P&gt;&lt;P&gt;I've checked the fuses and results match with&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243220"&gt;@lapohab&lt;/a&gt;&amp;nbsp;described.&lt;/P&gt;&lt;P&gt;Regarding the software changes... I&amp;nbsp;agree&amp;nbsp;with&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243220"&gt;@lapohab&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;By default all frequencies are available in the Device Tree, therefore, if it is supported by the soc, those frequencies must appear in user space and it would be possible to change the CPU frequency in running time. There is no need to hardcode only one frequency in the Device Tree.&lt;/P&gt;&lt;P&gt;Thanks for the support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 11:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-increase-cpu-frequency-to-792MHz/m-p/1993684#M230815</guid>
      <dc:creator>userpas</dc:creator>
      <dc:date>2024-11-13T11:42:17Z</dc:date>
    </item>
  </channel>
</rss>

