On 13/05/2025 23:59, Judith Mendez wrote:
Add documentation for PRU UART node which is for PRU serial UART
based-off the industry standard TL16C550 asynchronous communications
element.
Signed-off-by: Judith Mendez <jm@xxxxxx>
---
Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 7 +++++++
1 file changed, 7 insertions(+)
Nothing in cover letter explains dependency and this the most important
part of cover letter. Otherwise how maintainers are supposed to guess
what they can take and what cannot?
Squash the patch with previous in such case.
diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
index 927b3200e29e..54397297cbf5 100644
--- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
+++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
@@ -324,6 +324,13 @@ patternProperties:
$ref: /schemas/net/ti,davinci-mdio.yaml#
type: object
+ serial@[a-f0-9]+$:
+ description: |
Do not need '|' unless you need to preserve formatting.