请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号: AM62L
您好、
我的定制板中不使用 RTC 模块。 因此、我希望使用内部 RTC。
您能否介绍一下如何使用 dts 和 kernel configuration changes in kernal 启用它?
谢谢、
达尔米克
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
器件型号: AM62L
您好、
我的定制板中不使用 RTC 模块。 因此、我希望使用内部 RTC。
您能否介绍一下如何使用 dts 和 kernel configuration changes in kernal 启用它?
谢谢、
达尔米克
尊敬的 Dharmik:
它已经在 WKUP 域设备树.dtsi: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi?h=ti-linux-6.12.y-cicd#n127 中定义
默认配置文件将启用驱动程序作为模块 (CONFIG_RTC_DRV_TI_K3)。 您可以将其保留为模块、也可以使用内置的驱动程序重新构建映像。
此致、
Anshu