-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Linux: drivers: Add initial DM-Timer documentation #152
base: master
Are you sure you want to change the base?
Conversation
New warnings found with rstcheck:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmende27 should be applicable to jacinto devices also right ? @uditkumarti please review/comment.
source/linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer.rst
Outdated
Show resolved
Hide resolved
Yes, was not sure what Jacinto platforms to include, this is one if the reasons why added this doc as initial documentation for DM timer. |
This patch adds initial documentation for DM-Timer found on K3 SoCs. Signed-off-by: Judith Mendez <jm@ti.com>
Are there any more comments for this PR? @StaticRocket? |
@@ -70,6 +70,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/PWM | |||
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI | |||
linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI | |||
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD | |||
linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add Jacinto devices as well. valid for all Jacinto devices
under ``Peripherals/Timers Modules/Timers``. | ||
|
||
Timers in non-PWM mode should be enabled by default in Linux DT. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry but I am was not able to find how to use dm timer in linux kernel.
Please post some example on usages
This patch adds initial documentation for DM-Timer found on K3 SoCs.