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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6C90C433F5 for ; Fri, 18 Mar 2022 09:13:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234294AbiCRJO6 (ORCPT ); Fri, 18 Mar 2022 05:14:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232642AbiCRJO5 (ORCPT ); Fri, 18 Mar 2022 05:14:57 -0400 Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24F111A845D; Fri, 18 Mar 2022 02:13:33 -0700 (PDT) Received: by mail-lf1-f50.google.com with SMTP id p6so5917539lfh.1; Fri, 18 Mar 2022 02:13:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:from :subject:content-language:to:cc:references:in-reply-to :content-transfer-encoding; bh=UI9Vq4s9otmuB+Na7hKKAjBDN1lzET031KK56Vy+gj8=; b=xZfttNRrsCSLqK6f4Pzklk6PnUWxY5kRZo0MZ5esUt4V8LMiN2sbwRRgJJFibxb3Yk +M0LV9IZsMezlLfZBQVdYfCPHmosuMmCogCOMEkRkvdIdCvj2PB4pQ6hf03HPL0Wb68G zi98dUPYKJglzsxKQzh6Oq/wLrsd2t+OcDqMnkG/p2DfbkZz7/jkTFTeqlT8iuY6DtO6 fbmUrtoeMd1bDkhn++DMe3KU894pE4h8QAxX51dSxpirUMGcY+hw6UJxNMlqrkDvIyHN 1cbW4M0XSSiMVRFqvaq9Af4N0wwNC+B47T2pYZTfE3vwlC6McLDfUPUNQB7E7cCdG1Bi hV9w== X-Gm-Message-State: AOAM530/0I3rADBzGXknvgzeb4JiWucTpAqyATuGDytOnsXUMELyWd1/ qN3LCA87Vv3MmCiZB40Z5TPQb5Lr8lY= X-Google-Smtp-Source: ABdhPJxpUVC7xbquP0bSt/ZE7923EuUbvUavCYLr+5v/posKLUjV1dUpg8Jupqsj9mLkJoutoHMcdg== X-Received: by 2002:a05:6512:3619:b0:443:1597:8293 with SMTP id f25-20020a056512361900b0044315978293mr5497427lfs.439.1647594812054; Fri, 18 Mar 2022 02:13:32 -0700 (PDT) Received: from [192.168.0.17] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.googlemail.com with ESMTPSA id h38-20020a0565123ca600b0044a0d14f1bfsm175951lfv.263.2022.03.18.02.13.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Mar 2022 02:13:31 -0700 (PDT) Message-ID: Date: Fri, 18 Mar 2022 10:13:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 From: Krzysztof Kozlowski Subject: Re: [PATCH 2/5 v2] dt-bindings: gnss: Modify u-blox to use common bindings Content-Language: en-US To: Linus Walleij , Johan Hovold Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org References: <20220317225844.1262643-1-linus.walleij@linaro.org> <20220317225844.1262643-2-linus.walleij@linaro.org> In-Reply-To: <20220317225844.1262643-2-linus.walleij@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 17/03/2022 23:58, Linus Walleij wrote: > This modifies the existing U-Blox GNSS bindings to reference > the common GNSS YAML bindings. > > Fixed an unrelated whitespace error while at it. > > Cc: devicetree@vger.kernel.org > Cc: Krzysztof Kozlowski > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Change additionalProperties to unevaluatedProperties and > cut the :true insertion of properties from the common > props so new common properties get available immediately. > --- > .../devicetree/bindings/gnss/u-blox,neo-6m.yaml | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof