From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Tue, 15 Sep 2020 13:56:56 -0600 Subject: [PATCH v2 01/15] dt-bindings: gpio: convert bindings for NXP PCA953x family to dtschema In-Reply-To: References: <20200910175733.11046-1-krzk@kernel.org> <20200910175733.11046-2-krzk@kernel.org> Message-ID: <20200915195656.GB2385241@bogus> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sat, Sep 12, 2020 at 12:07:59PM +0200, Linus Walleij wrote: > On Fri, Sep 11, 2020 at 11:54 AM Grygorii Strashko > wrote: > > > More over, there is already generic schema for gpio hogs: gpio-hog.yaml > > Where is this? I don't have it in my GPIO devel branch for sure, and > it is not in linux-next either so not in Bartosz' tree. https://github.com/devicetree-org/dt-schema/tree/master/schemas/gpio > > I did suggest that I want a gpio-common.yaml file which includes the > hogs. Already there, but not wired together ATM. > > Originally, gpio bindings were defined without restricting gpio hog node names and, > > generic schema follows this. Originally, almost all node names were a free-for-all even for classes defined 20 years ago. Now the names are getting enforced. Rob