On Thu, 03 Nov 2022 16:02:17 +0800, Yinbo Zhu wrote: > Add the Loongson-2 pinctrl binding with DT schema format using > json-schema. > > Signed-off-by: Yinbo Zhu <zhuyinbo@xxxxxxxxxxx> > --- > Change in v7: > 1. Add all change log information. > Change in v6: > 1. NO change, but other patch in this series patches set has > change. > Change in v5: > 1. Drop dependencies. > 2. Add spaces after '='. > 3. Replace string loongson2 with loongson-2 in title. > Change in v4: > 1. Replace Loongson2 with Loongson-2. > Change in v3: > 1. Drop the quotes in "pinctrl.yaml#". > 2. Remove the items in function node. > 3. Add requird node for "group" and "function" in properties. > Change in v2: > 1. Add "$ref to pinctrl.yaml". > 2. Put required after patternProperties. > 3. Add "additionalProperties: false" after '-pins$' > 4. Add "unevaluatedProperties: false" after 'pinmux$' > 5. Fixup the broken indentation in patternProperties node. > 6. Use 4 spaces for example indentation. > > .../pinctrl/loongson,ls2k-pinctrl.yaml | 125 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 126 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/loongson,ls2k-pinctrl.yaml > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.