diff --git a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI.rst b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI.rst index b6ec803af..8d2644d26 100644 --- a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI.rst +++ b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI.rst @@ -774,3 +774,11 @@ thus no longer contributing to active power consumed by the system. When a transaction is initiated from userspace or otherwise, the driver resumes the OSPI controller automatically. + +.. ifconfig:: CONFIG_part_variant in ('AM62LX') + + .. note:: + + OSPI NOR random IO data corruption is observed in 12.00.00. Fix for this is available in the below jira tracker: + + https://sir.ext.ti.com/jira/browse/EXT_EP-13319 diff --git a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Watchdog.rst b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Watchdog.rst index 264e680c2..783b5735e 100644 --- a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Watchdog.rst +++ b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/Watchdog.rst @@ -236,4 +236,11 @@ found in Linux Kernel at: samples/watchdog/watchdog-simple.c. + ti,esm-pins = <224>, <225>, <227>, <241>, <242>, <248>; bootph-pre-ram; }; - \ No newline at end of file + +.. ifconfig:: CONFIG_part_variant in ('AM62LX') + + .. note:: + + 12.00.00 release missed adding watchdog node. Fix for this is available in the below jira tracker: + + https://sir.ext.ti.com/jira/browse/EXT_EP-13330