Re: [PATCH 2/7] dt-bindings: soc: ti: pruss: Add documentation for PRU UART support

From: Judith Mendez
Date: Fri May 16 2025 - 18:33:39 EST


On 5/14/25 7:35 AM, Krzysztof Kozlowski wrote:
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.

Sure can do.


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.

Will fix this and first patch as well.

Thanks

~ Judith