<?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>T-SeriesのトピックRe: NVRAM RTC with T4240RDB-64b</title>
    <link>https://community.nxp.com/t5/T-Series/NVRAM-RTC-with-T4240RDB-64b/m-p/992333#M3428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to &lt;A class="link-titled" href="https://lore.kernel.org/patchwork/patch/807207/" title="https://lore.kernel.org/patchwork/patch/807207/"&gt;[05/11] rtc: add generic nvmem support - Patchwork&lt;/A&gt; to customize &lt;STRONG&gt;NVRAM RTC&lt;/STRONG&gt; driver.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2019 10:22:38 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2019-12-04T10:22:38Z</dc:date>
    <item>
      <title>NVRAM RTC with T4240RDB-64b</title>
      <link>https://community.nxp.com/t5/T-Series/NVRAM-RTC-with-T4240RDB-64b/m-p/992332#M3427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Dear NXP,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am working on&amp;nbsp;T4240RDB-64B machine.&amp;nbsp;I needs to integrate &lt;STRONG&gt;NVRAM RTC (CY14B116M&amp;nbsp;)&lt;/STRONG&gt; in build. I am using &lt;STRONG&gt;QORIQ-SDK-2.0&amp;nbsp;&lt;/STRONG&gt;source.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Which one is suitable for this module or do I need to configure custom driver for this module ?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG&gt;git/drivers/rtc/Makefile,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P&gt;obj-$(CONFIG_DM_RTC) += rtc-uclass.o&lt;/P&gt;&lt;P&gt;obj-$(CONFIG_RTC_AT91SAM9_RTT) += at91sam9_rtt.o&lt;BR /&gt;obj-$(CONFIG_RTC_BFIN) += bfin_rtc.o&lt;BR /&gt;obj-y += date.o&lt;BR /&gt;obj-$(CONFIG_RTC_DAVINCI) += davinci.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1302) += ds1302.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1306) += ds1306.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1307) += ds1307.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1338) += ds1307.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1339) += ds1307.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1337) += ds1337.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1374) += ds1374.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1388) += ds1337.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS1556) += ds1556.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS164x) += ds164x.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS174x) += ds174x.o&lt;BR /&gt;obj-$(CONFIG_RTC_DS3231) += ds3231.o&lt;BR /&gt;obj-$(CONFIG_RTC_FTRTC010) += ftrtc010.o&lt;BR /&gt;obj-$(CONFIG_SANDBOX) += i2c_rtc_emul.o&lt;BR /&gt;obj-$(CONFIG_RTC_IMXDI) += imxdi.o&lt;BR /&gt;obj-$(CONFIG_RTC_ISL1208) += isl1208.o&lt;BR /&gt;obj-$(CONFIG_RTC_M41T11) += m41t11.o&lt;BR /&gt;obj-$(CONFIG_RTC_M41T60) += m41t60.o&lt;BR /&gt;obj-$(CONFIG_RTC_M41T62) += m41t62.o&lt;BR /&gt;obj-$(CONFIG_RTC_M41T94) += m41t94.o&lt;BR /&gt;obj-$(CONFIG_RTC_M48T35A) += m48t35ax.o&lt;BR /&gt;obj-$(CONFIG_RTC_MAX6900) += max6900.o&lt;BR /&gt;obj-$(CONFIG_RTC_MC13XXX) += mc13xxx-rtc.o&lt;BR /&gt;obj-$(CONFIG_RTC_MC146818) += mc146818.o&lt;BR /&gt;obj-$(CONFIG_RTC_MCP79411) += ds1307.o&lt;BR /&gt;obj-$(CONFIG_MCFRTC) += mcfrtc.o&lt;BR /&gt;obj-$(CONFIG_RTC_MK48T59) += mk48t59.o&lt;BR /&gt;obj-$(CONFIG_RTC_MPC5200) += mpc5xxx.o&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2019 10:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/NVRAM-RTC-with-T4240RDB-64b/m-p/992332#M3427</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-11-30T10:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: NVRAM RTC with T4240RDB-64b</title>
      <link>https://community.nxp.com/t5/T-Series/NVRAM-RTC-with-T4240RDB-64b/m-p/992333#M3428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to &lt;A class="link-titled" href="https://lore.kernel.org/patchwork/patch/807207/" title="https://lore.kernel.org/patchwork/patch/807207/"&gt;[05/11] rtc: add generic nvmem support - Patchwork&lt;/A&gt; to customize &lt;STRONG&gt;NVRAM RTC&lt;/STRONG&gt; driver.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 10:22:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/NVRAM-RTC-with-T4240RDB-64b/m-p/992333#M3428</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-12-04T10:22:38Z</dc:date>
    </item>
  </channel>
</rss>

