From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EEAC4C48BCD for ; Mon, 7 Jun 2021 07:25:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D3E0261185 for ; Mon, 7 Jun 2021 07:25:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230261AbhFGH1b (ORCPT ); Mon, 7 Jun 2021 03:27:31 -0400 Received: from muru.com ([72.249.23.125]:37924 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230198AbhFGH1a (ORCPT ); Mon, 7 Jun 2021 03:27:30 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 55EA580F0; Mon, 7 Jun 2021 07:25:45 +0000 (UTC) Date: Mon, 7 Jun 2021 10:25:34 +0300 From: Tony Lindgren To: Rob Herring Cc: Grygorii Strashko , Vignesh Raghavendra , Greg Kroah-Hartman , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Linux ARM Mailing List , Dario Binacchi Subject: Re: [PATCH] dt-bindings: serial: Move omap-serial.txt to YAML schema Message-ID: References: <20210527165636.939-1-vigneshr@ti.com> <3760d1e6-2121-323b-d962-60e8291d0bb7@ti.com> <20210604204859.GA3885095@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210604204859.GA3885095@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rob Herring [210604 20:49]: > On Fri, May 28, 2021 at 10:05:47AM +0300, Tony Lindgren wrote: > > * Grygorii Strashko [210527 17:49]: > > > > > > > > > On 27/05/2021 19:56, Vignesh Raghavendra wrote: > > > > Convert serial-omap.txt to YAML schema for better checks and documentation. > > > > > > > > Signed-off-by: Vignesh Raghavendra > > > > --- > > > > .../bindings/serial/omap_serial.txt | 40 ------ > > > > .../bindings/serial/ti,omap4-uart.yaml | 116 ++++++++++++++++++ > > > > 2 files changed, 116 insertions(+), 40 deletions(-) > > > > delete mode 100644 Documentation/devicetree/bindings/serial/omap_serial.txt > > > > create mode 100644 Documentation/devicetree/bindings/serial/ti,omap4-uart.yaml > > > > > > Why omap4? Seems ti,omap-uart.yaml is more suitable. > > > > Additionally omap-serial should be deprecated in favor of 8250_omap and > > omap-serial not used at all in general. > > That's the driver, I assume the binding works with either? Yes both drivers work with this driver. Regards, Tony