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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 1C5B8C2B9F4 for ; Fri, 25 Jun 2021 10:28:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 017E261442 for ; Fri, 25 Jun 2021 10:28:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230436AbhFYKbS (ORCPT ); Fri, 25 Jun 2021 06:31:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbhFYKbR (ORCPT ); Fri, 25 Jun 2021 06:31:17 -0400 Received: from mail-yb1-xb2d.google.com (mail-yb1-xb2d.google.com [IPv6:2607:f8b0:4864:20::b2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74B2FC061574 for ; Fri, 25 Jun 2021 03:28:57 -0700 (PDT) Received: by mail-yb1-xb2d.google.com with SMTP id c8so3887523ybq.1 for ; Fri, 25 Jun 2021 03:28:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=14wuI6yKyELfcLgCV8IVAiK9o/fmJSQo8gtsgXOeJzI=; b=bWGykMurb6RX+W4PVlDHS2W4BKtr3ZyXyznXHtV0G4YgyTinOsyoNVxboBqzAzVSTl 7cPCUdAY60Pgmx7dgf189UxwijFYQvVn9GzgC536HvTmGCflWgfQfwYO6snw5zg1txtI QVdKS8xT8lmA7923ENkzJrR+jn0Xo7/IvlrALb+jP6gMAfM6t4lBuHVDqG03L10i4BoY Qq40UgEp5/2Jj0orpYT2YSR5o8TvSLDdMn+Bge78HsCzf+9l/HccFZdxvGoDnjYyQgeN hjYTcMm0GRpeomGSa5M+l1fkZMLl3tVxeCUTgmKcHvWYkWtT4SFTBk1u5wu8E3ZtH+7Z kx8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=14wuI6yKyELfcLgCV8IVAiK9o/fmJSQo8gtsgXOeJzI=; b=tb3TiozT0W4+jfT7TnInRmxINOR7xts8Vk+OK06gZxyR8R1hbYdFPc4p80hEp0mq1K viXoUaH25DoynTTJvrp6xAy/Llv20NU+5tFb/+uAxSIP0F/bwzrNH1WYv+yMdLbWai3Y Rc97yxSY8E/6c7U64pT8XGyaEQaHoSVVG/TrmFh9Q9IQZA7PkSaUfkss5ph4VhATODrT NCQV97roS5JzsPxdcaIUBgdaqBF+GJ/N5whq8DVPtNOs3j1slmhFW7Hc5HBygCUAlm4U fCZKKZmu4De1Jl2R1ine3csMkzJwY16DceGhD7DOWPFPukTkxLDDJ7vgCXKf/WjSigqW o4ZA== X-Gm-Message-State: AOAM530NYEz6Rn4GcPH/QMa3FyzKXt3Dcd4u4xk8p547nveXkPxZA20/ sdmLTS0TOcKUvdjkpn3vpgweQc5T0VW50J16p4jvtw== X-Google-Smtp-Source: ABdhPJxLGYn6FHhb8U4FSlZJuaWGaZ46wEvOMShFxoe4yYOK2OpvnTxdvoG4v9gD/AQ78Zy/IYo+BwJAnYiRiDHpGoU= X-Received: by 2002:a25:d68e:: with SMTP id n136mr11370454ybg.302.1624616936780; Fri, 25 Jun 2021 03:28:56 -0700 (PDT) MIME-Version: 1.0 References: <20210603135945.3495-1-olek2@wp.pl> In-Reply-To: <20210603135945.3495-1-olek2@wp.pl> From: Bartosz Golaszewski Date: Fri, 25 Jun 2021 12:28:46 +0200 Message-ID: Subject: Re: [PATCH v4] dt-bindings: gpio: stp: convert to json-schema To: Aleksander Jan Bajkowski Cc: Linus Walleij , Rob Herring , John Crispin , linux-gpio , linux-devicetree , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Jun 3, 2021 at 3:59 PM Aleksander Jan Bajkowski wrote: > > Convert the Lantiq STP Device Tree binding documentation to json-schema. > Add the missing pinctrl property to the example. Add missing lantiq,phy3 > and lantiq,phy4 bindings for xRX300 and xRX330 SoCs. > > Signed-off-by: Aleksander Jan Bajkowski > Acked-by: Linus Walleij > --- Applied, thanks! Bartosz