From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 2/4] dt-bindings: spi: sun4i: Add YAML schemas Date: Mon, 20 May 2019 18:06:15 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Mark Rutland , devicetree@vger.kernel.org, linux-spi , Chen-Yu Tsai , Mark Brown , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" To: Maxime Ripard Return-path: In-Reply-To: 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 List-Id: linux-spi.vger.kernel.org On Mon, May 20, 2019 at 9:51 AM Maxime Ripard wrote: > > Switch the DT binding to a YAML schema to enable the DT validation. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Fix the slave device regex > --- > Documentation/devicetree/bindings/spi/allwinner,sun4i-a10-spi.yaml | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- > Documentation/devicetree/bindings/spi/spi-sun4i.txt | 23 +------------------- > 2 files changed, 86 insertions(+), 23 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/allwinner,sun4i-a10-spi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi-sun4i.txt Reviewed-by: Rob Herring