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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 07DF0C433ED for ; Fri, 7 May 2021 01:14:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA405610FA for ; Fri, 7 May 2021 01:14:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232466AbhEGBPv (ORCPT ); Thu, 6 May 2021 21:15:51 -0400 Received: from mail-ot1-f52.google.com ([209.85.210.52]:45845 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230387AbhEGBPv (ORCPT ); Thu, 6 May 2021 21:15:51 -0400 Received: by mail-ot1-f52.google.com with SMTP id f75-20020a9d03d10000b0290280def9ab76so6592653otf.12; Thu, 06 May 2021 18:14:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=oEfCN0pfoA/qDroFhgTH+ere0rMR3Q9MSvHYsosWDl8=; b=SYbdMGQlWXB9JVLfx+09kg2z6CmWN/VmrzAfWH6SQwi2LUgq+iaMweh0rKpZX+LYs8 NyMOuCM175oWGO7XfLIhiayR4Nf8W3WvL29WUAuOHBffEnBdWq5vxdMqnIqbdkEXwqUW dxZlfhaujmJY7q/znQ+YbJjU0G90pVJQ1a4FFzjLuDhegXQzjKu04NObMqr/+w6mfVP0 VQTuIEb9fuZgW9FwQMYUGO+sWSFr3eazkHa7eXHSat9esYgWzHly7qbNE/3Y5eNcsFry 1gG9A9ykI/VohGKQnjLjURxriwvaXrY2ye503lRntwuD9U+Rvu8bvCRAeFz0lFPPFm7U TkDw== X-Gm-Message-State: AOAM532YCRuWu9vv/TjGmaIB+/oBiP91ULGJNFk+HJ+KbkcNrrJNQGrs awDaSnzXfMRAo0WDWPjWDw== X-Google-Smtp-Source: ABdhPJwH6pLpfJTNIPyBF2g8fBrl9A07O+m3Rx4UXrIsglOnYIjflryN7rQAEjYLNNSULq8cGge4wQ== X-Received: by 2002:a9d:7997:: with SMTP id h23mr6097466otm.366.1620350091104; Thu, 06 May 2021 18:14:51 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id f13sm948681ote.46.2021.05.06.18.14.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 May 2021 18:14:50 -0700 (PDT) Received: (nullmailer pid 1127217 invoked by uid 1000); Fri, 07 May 2021 01:14:49 -0000 Date: Thu, 6 May 2021 20:14:49 -0500 From: Rob Herring To: Zhen Lei Cc: Greg Kroah-Hartman , linux-serial , linux-riscv , linux-stm32 , Rob Herring , Al Cooper , Paul Walmsley , Maxime Coquelin , linux-arm-kernel , bcm-kernel-feedback-list , devicetree , Palmer Dabbelt , Alexandre Torgue , linux-kernel Subject: Re: [PATCH v3 1/2] dt-bindings: serial: Change to reference the kernel-defined serial.yaml Message-ID: <20210507011449.GA1126886@robh.at.kernel.org> References: <20210506132049.1513-1-thunder.leizhen@huawei.com> <20210506132049.1513-2-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210506132049.1513-2-thunder.leizhen@huawei.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 06 May 2021 21:20:48 +0800, Zhen Lei wrote: > The /schemas/serial.yaml from dt-schema only has the property $nodename, > whereas the kernel-defined /schemas/serial/serial.yaml contains more > useful properties, support for more complex application scenarios. > > For example: > 1) The property "current-speed" in fsl-lx2160a.dtsi > 2) The subnode "bluetooth" in hi3660-hikey960.dts > > Signed-off-by: Zhen Lei > --- > Documentation/devicetree/bindings/serial/8250.yaml | 2 +- > .../devicetree/bindings/serial/brcm,bcm7271-uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/ingenic,uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/pl011.yaml | 4 ++-- > Documentation/devicetree/bindings/serial/qca,ar9330-uart.yaml | 4 ++-- > Documentation/devicetree/bindings/serial/renesas,em-uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/sifive-serial.yaml | 4 ++-- > .../devicetree/bindings/serial/snps-dw-apb-uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/st,stm32-uart.yaml | 3 +-- > 10 files changed, 13 insertions(+), 14 deletions(-) > Thanks for doing this! Reviewed-by: Rob Herring