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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, 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 D0124C47089 for ; Thu, 27 May 2021 14:59:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AEDB561358 for ; Thu, 27 May 2021 14:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236717AbhE0PBN (ORCPT ); Thu, 27 May 2021 11:01:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236696AbhE0PBL (ORCPT ); Thu, 27 May 2021 11:01:11 -0400 Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B27C5C061760 for ; Thu, 27 May 2021 07:59:37 -0700 (PDT) Received: by mail-lj1-x236.google.com with SMTP id e2so1232981ljk.4 for ; Thu, 27 May 2021 07:59:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4xbGiR54Yx6gg+pVE2EkTSvl0jDhj1rav2WrSXNnIPE=; b=U1CDiYnRkPbC0bAmRjtb86+lsNu8KCuS0oRuTosKG6SCR3E/3L9BEi5177vck2m7zA MgV6Ont/sAdDPDRIT+ZzjeUt2r9DGVsdlVzag+Wi2dMRxW5F8OIBT+kOhxY2vqW5Uw2X m3T352hrAGv991hA89cVPZ83+mEAA+s0Cj0g4dgdTCQptZNE7XCGc4McY0UZMpZlrk3u ZPB/QjBiJfOGFRU3fz4OZi+Si99M4kNr+oLeSG446m8azInQcNEIn1u/PRB+6DoD5lz4 xsIe47OTb4GBfzaK6R6QZf4YW9TJYIb8iw2VAIL+wxp+W1JeOFUyHIWhIFnBPhNliBY9 uIVQ== 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=4xbGiR54Yx6gg+pVE2EkTSvl0jDhj1rav2WrSXNnIPE=; b=r6aH4UUxMxplKH92mlcs2ZejAa8HlExS0LiOMkS0p5BfPkfbaldsgeO2jIj2Y8trs5 1EH0nHf5VdChRcdppwN04lPNEKOc0RNUqY0BiYkTQDv2vx6+E7GBXCntXRIQA3l28HVy h1a5kNndxsQeQHYPMeJGD63ophHmyXk8K2RJYYv8Oj8tDhjnbsOnGpf65uhtN5ZYIWHK EMQIGCGuPq/bKyQ+qq9Cz23Xc2Wax5YG4LJbW+P042+Z3BqWEpmflI1oFrXk9rBKvPU1 SE65l+r+g9NJGmdwvfCYjfPxJZ8OAyyOqy8/ENpeDOaT8wt7pNz+Q+i/gt0sc8NOjsI4 2vjw== X-Gm-Message-State: AOAM53122aWHChRDbW4gzy+rZxNRLFoDidSD2yAN2gleZFlII2sq+rQy NL+AiI+pPuIcqrdV3lA1OdrqZJAI0ldUMg+1L1Iec8e2eY8= X-Google-Smtp-Source: ABdhPJzKbt5zIp2uVTh5CSDjLDATaaINbEMq/M8s0jX7ciAj7dfweUNH5poTdJ7pW9yPY1DQ+VUJ36hs752rsbqMFZg= X-Received: by 2002:a2e:22c3:: with SMTP id i186mr2997277lji.273.1622127576068; Thu, 27 May 2021 07:59:36 -0700 (PDT) MIME-Version: 1.0 References: <20210523173910.661598-1-olek2@wp.pl> In-Reply-To: <20210523173910.661598-1-olek2@wp.pl> From: Linus Walleij Date: Thu, 27 May 2021 16:59:25 +0200 Message-ID: Subject: Re: [PATCH v3] dt-bindings: gpio: stp: convert to json-schema To: Aleksander Jan Bajkowski Cc: Bartosz Golaszewski , Rob Herring , John Crispin , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 23, 2021 at 7:39 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 Yours, Linus Walleij