Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FDCBC54EED for ; Wed, 25 Jan 2023 20:06:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233235AbjAYUGT (ORCPT ); Wed, 25 Jan 2023 15:06:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230044AbjAYUGR (ORCPT ); Wed, 25 Jan 2023 15:06:17 -0500 Received: from mail-ot1-f44.google.com (mail-ot1-f44.google.com [209.85.210.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EEDB38E92; Wed, 25 Jan 2023 12:06:07 -0800 (PST) Received: by mail-ot1-f44.google.com with SMTP id f88-20020a9d03e1000000b00684c4041ff1so11796505otf.8; Wed, 25 Jan 2023 12:06:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=8zQJwCHfiFi6VH+BLN1bNPbxexl2oTTiePtVA10gjBQ=; b=bVCfXlie4p6Mar5eHZ2ghOA6oYtrIUVjahfnzFSivkXBrCy2M9Mg77oDlBDmeF65aq pkimCeLKWz2jt//xlpnpnFQNyYEImVzPRhBCSAryxL24JpVkmDt7/yz5WAvkre6Vhp43 zCtfzqSH0pgw9IQMLCaBOwe/xSCxPujpMBQzmM+lUIwEmJC+7VBRaELpQlXJ8i48Cddy L5IUa1DAl6vCA0KF3Y7STTxr6tYmXj5KsLZLINXR/44+6JwbDnZwVUO6FtsUApvkEEpQ /WvvzTbvKw6OiajjWFxQ5AIEU8qYVtFBX3ToYRM7w7i5pji7MGqA464kKLKvGSlHlOrx XzsA== X-Gm-Message-State: AFqh2kr7qmpniPuaJQ+JqMx6Sp/ZQVGNf8PamDw75Eu/bgN00M2fY6g/ HW8LLL9Vq03VXMP5UBdVXg== X-Google-Smtp-Source: AMrXdXs6SM7I1OOUhLLfrwCPfKfHkcE6ouDZkfhmfkKp+JRlJHR3k7KwOPhsLyrO6hSP5EAouQVPpw== X-Received: by 2002:a05:6830:1652:b0:686:4382:13aa with SMTP id h18-20020a056830165200b00686438213aamr17366869otr.32.1674677166280; Wed, 25 Jan 2023 12:06:06 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id g16-20020a9d6490000000b00684e09b43bdsm2567325otl.13.2023.01.25.12.06.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Jan 2023 12:06:05 -0800 (PST) Received: (nullmailer pid 2769611 invoked by uid 1000); Wed, 25 Jan 2023 20:06:04 -0000 Date: Wed, 25 Jan 2023 14:06:04 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Neil Armstrong , Martin Blumenstingl , Palmer Dabbelt , linux-stm32@st-md-mailman.stormreply.com, - , Peter Korsgaard , Le Ray , Paul Walmsley , Fugang Duan , Pragnesh Patel , Jerome Brunet , linux-arm-kernel@lists.infradead.org, Sascha Hauer , Kevin Hilman , Krzysztof Kozlowski , Shawn Guo , Maxime Coquelin , Michal Simek , Magnus Damm , linux-riscv@lists.infradead.org, Lubomir Rintel , Pengutronix Kernel Team , Vignesh Raghavendra , NXP Linux Team , linux-amlogic@lists.infradead.org, Geert Uytterhoeven , Tomer Maimon , Greg Kroah-Hartman , Chester Lin , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Alexandre Torgue , Fabio Estevam Subject: Re: [PATCH v2 01/12] dt-bindings: serial: amlogic,meson-uart: allow other serial properties Message-ID: <167467716404.2769558.11154438108014258073.robh@kernel.org> References: <20230124091602.44027-1-krzysztof.kozlowski@linaro.org> <20230124091602.44027-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230124091602.44027-2-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 24 Jan 2023 10:15:51 +0100, Krzysztof Kozlowski wrote: > Reference common serial properties bindings to allow typical serial > properties: > > meson-axg-jethome-jethub-j100.dtb: serial@23000: 'bluetooth', 'uart-has-rtscts' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Neil Armstrong > > --- > > Changes since v1: > 1. Add tag > 2. Use local path (not absolute to /schemas/serial/serial.yaml) > --- > .../devicetree/bindings/serial/amlogic,meson-uart.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Acked-by: Rob Herring