You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(linux): display: Correct formatting issues and typos
This commit fixes the following formatting issues in DSS7 docs, which
were caught from build warnings:
- An extra colon at the end of line
- Adding a new line after end of list
- Indentation at a note. While here corecting indentation, also change
the `**note**` to `..note ::` directive.
Signed-off-by: T Pratham <t-pratham@ti.com>
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7.rst
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ Note: this is not a comprehensive list of features supported/not supported, and
287
287
288
288
The device-tree property "ti,dss-shared-mode-vp" can be used by processing core running Linux to enlist one or more video ports being used by it and the ownership related information can be set using ti,dss-shared-mode-owned-vp device-tree property.
289
289
290
-
To summarize, below is the list of device-tree properties which can be added to display node, using these properties one can set up a resource paritioning scheme tailored as per the desired end use-case::
290
+
To summarize, below is the list of device-tree properties which can be added to display node, using these properties one can set up a resource paritioning scheme tailored as per the desired end use-case:
291
291
292
292
.. ifconfig:: CONFIG_part_variant in ('AM62PX', 'J722S')
0 commit comments