From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] dt-bindings: bus: Convert Allwinner DE2 bus to a schema Date: Fri, 12 Jul 2019 07:23:05 -0600 Message-ID: <20190712132305.GA13584@bogus> References: <20190711094036.21777-1-maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190711094036.21777-1-maxime.ripard@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Maxime Ripard Cc: Mark Rutland , devicetree@vger.kernel.org, Chen-Yu Tsai , Frank Rowand , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu, Jul 11, 2019 at 11:40:36AM +0200, Maxime Ripard wrote: > The Allwinner SoCs using the second generation of the display engine have a > bus for that display engine. The bus is supported in Linux, with a matching > Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > --- > .../bus/allwinner,sun50i-a64-de2.yaml | 84 +++++++++++++++++++ > .../bindings/bus/sun50i-de2-bus.txt | 40 --------- > 2 files changed, 84 insertions(+), 40 deletions(-) > create mode 100644 Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml > delete mode 100644 Documentation/devicetree/bindings/bus/sun50i-de2-bus.txt > > diff --git a/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml b/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml > new file mode 100644 > index 000000000000..b9734f8109c6 > --- /dev/null > +++ b/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml > @@ -0,0 +1,84 @@ > +# SPDX-License-Identifier: GPL2 I fixed this up. Rob