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=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 AC6CAC3526B for ; Fri, 18 Dec 2020 21:18:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7669223B8A for ; Fri, 18 Dec 2020 21:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726337AbgLRVRk (ORCPT ); Fri, 18 Dec 2020 16:17:40 -0500 Received: from mail-ot1-f42.google.com ([209.85.210.42]:35265 "EHLO mail-ot1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbgLRVRk (ORCPT ); Fri, 18 Dec 2020 16:17:40 -0500 Received: by mail-ot1-f42.google.com with SMTP id i6so3289462otr.2; Fri, 18 Dec 2020 13:17:24 -0800 (PST) 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=oZbLTUAj2Ubj95CZHG22KJrmm6gu+1PJrDH8jQ0Wy2w=; b=seNCsWOVHAc4OfncJGe2KwkTY2Y8hKcCwkO/arhF69VwEc9BrnpfH4GG4kO6eN4/BV 1qABkxD1FO8Ow3I4Q4hs4JksUyPf0FO4hduoZFruvGT29i+6EqM2QrGvZlP3fFhVjrBU kki77YnSPWTCT5KjCrs4CKcgzL3KkYv1EFBzOT8VQAwcvLfhlVgqvNpCn1JT/ABxHlU/ Lvo0RWdipqMuJUasW2JQfVD4aaUFTsPpsY/rmMkugBW3hYjjfezh1zZbIr1nghGJHp5V nvW0TCPF7MjxmTWroyS29phvLyIVdFmQvpJMgrZd+bxQhRAhX4wmyTmmPGgjolnd2u/2 i9Mw== X-Gm-Message-State: AOAM530wZBknA0rj/+MIpHZwOk8/9QRQ8J/WlOC39207wR3z1pCqI383 upEmYBwN7w6OZiKr8YWsZQ== X-Google-Smtp-Source: ABdhPJy9XYh7zJVONvvuBjyhbfwsYX4hbZey5qNYAdiUHfr1I2nThQ60ynXf75brR04s/jCIn1yfaQ== X-Received: by 2002:a9d:745a:: with SMTP id p26mr4383657otk.206.1608326219050; Fri, 18 Dec 2020 13:16:59 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id y84sm2078765oig.36.2020.12.18.13.16.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Dec 2020 13:16:58 -0800 (PST) Received: (nullmailer pid 2190306 invoked by uid 1000); Fri, 18 Dec 2020 21:16:57 -0000 Date: Fri, 18 Dec 2020 15:16:57 -0600 From: Rob Herring To: Zhen Lei Cc: Matthias Brugger , Greg Kroah-Hartman , devicetree , linux-arm-kernel , Rob Herring , Pawel Czarnecki , Stafford Horne , Karol Gugala , linux-serial , linux-media , Mauro Carvalho Chehab , linux-mediatek , Philipp Zabel , Mateusz Holenko , Lee Jones , linux-kernel Subject: Re: [PATCH 2/5] dt-bindings: serial: add the required property 'additionalProperties' Message-ID: <20201218211657.GA2190041@robh.at.kernel.org> References: <20201204093813.1275-1-thunder.leizhen@huawei.com> <20201204093813.1275-3-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201204093813.1275-3-thunder.leizhen@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Fri, 04 Dec 2020 17:38:10 +0800, Zhen Lei wrote: > When I do dt_binding_check for any YAML file, below wanring is always > reported: > > xxx/serial/litex,liteuart.yaml: 'additionalProperties' is a required property > xxx/serial/litex,liteuart.yaml: ignoring, error in schema: > warning: no schema found in file: xxx/serial/litex,liteuart.yaml > > Signed-off-by: Zhen Lei > --- > Documentation/devicetree/bindings/serial/litex,liteuart.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!