On 28/11/2023 09:29, Jacky Huang wrote:
Dear Krzysztof,But then git status would point you that tree is not clean and you did
Thanks for your review.
On 2023/11/28 下午 03:34, Krzysztof Kozlowski wrote:
On 28/11/2023 07:11, Jacky Huang wrote:It's my mistake. I forgot to remove 'ma35d1-pinfunc.h' from my local
From: Jacky Huang <ychuang3@xxxxxxxxxxx>Your changelog said:
Add documentation to describe nuvoton ma35d1 pin control and GPIO.
Signed-off-by: Jacky Huang <ychuang3@xxxxxxxxxxx>
---
- Remove ma35d1-pinfunc.h which is unused after update definition of'nuvoton,pins'.
You forgot to add:
" - Do not test the bindings before sending"
I assume none of the driver changes compile either.
copy, and as a consequence, the 'dt_binding_check' did not catch this
error. I will fix this.
not finish commiting.
..
Look:I will fix the above two as:+allOf goes before additionalProperties.
+allOf:
+ - $ref: pinctrl.yaml#
+This goes after patternProperties
+required:
+ - compatible
+ - nuvoton,sys
allOf:
- $ref: pinctrl.yaml#
Open example-schema.allOf goes before additionalProperties.
..
But they are quite different there.We are following the conventions used in other pinctrl documents, such as+ - $ref: pincfg-node.yaml#Drop this and other "true", why do you need them here?
+
+ properties:
+ bias-disable: true
'realtek,rtd1315e-pinctrl.yaml' and 'xlnx,zynqmp-pinctrl.yaml'.
After comparing various pinctrl documents, I noticed that they all expressNo, you cannot copy pieces of other binding, selectively ignoring the
it as 'bias-disable: true'. Therefore, may I keep the current format?
rest. Look how these other bindings are constructed - they have
additionalProperties, which you don't.
Drop all these true properties if the only reason of them being here is
they were copied.
Best regards,
Krzysztof