From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Fri, 28 Jun 2019 09:46:14 -0600 Subject: [PATCH v2 3/8] dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema In-Reply-To: <20190628023838.15426-4-andrew@aj.id.au> References: <20190628023838.15426-1-andrew@aj.id.au> <20190628023838.15426-4-andrew@aj.id.au> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Jun 27, 2019 at 8:39 PM Andrew Jeffery wrote: > > Convert ASPEED pinctrl bindings to DT schema format using json-schema. > > Cc: Johnny Huang > Signed-off-by: Andrew Jeffery > --- > In v2: > > * Enforce function/group names in bindings > * Move description above properties > * Simplify specification of compatible > * Cleanup license specification > > .../pinctrl/aspeed,ast2500-pinctrl.txt | 119 ---------------- > .../pinctrl/aspeed,ast2500-pinctrl.yaml | 134 ++++++++++++++++++ > 2 files changed, 134 insertions(+), 119 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml Reviewed-by: Rob Herring