From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Tue, 15 Sep 2020 14:00:32 -0600 Subject: [PATCH v2 02/15] dt-bindings: gpio: convert bindings for Maxim MAX732x family to dtschema In-Reply-To: <20200910175733.11046-3-krzk@kernel.org> References: <20200910175733.11046-1-krzk@kernel.org> <20200910175733.11046-3-krzk@kernel.org> Message-ID: <20200915200032.GA2409250@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 Thu, 10 Sep 2020 19:57:20 +0200, Krzysztof Kozlowski wrote: > Convert the Maxim MAX732x family of GPIO expanders bindings to device > tree schema by merging it with existing PCA95xx schema. These are quite > similar so merging reduces duplication. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/gpio/gpio-max732x.txt | 58 --------------- > .../bindings/gpio/gpio-pca95xx.yaml | 72 ++++++++++++++++++- > 2 files changed, 70 insertions(+), 60 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-max732x.txt > Reviewed-by: Rob Herring