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.8 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 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 601BCC433FE for ; Fri, 11 Dec 2020 23:49:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2FD582336E for ; Fri, 11 Dec 2020 23:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407137AbgLKXZp (ORCPT ); Fri, 11 Dec 2020 18:25:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407172AbgLKXZW (ORCPT ); Fri, 11 Dec 2020 18:25:22 -0500 Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10A4FC0613D6 for ; Fri, 11 Dec 2020 15:24:42 -0800 (PST) Received: by mail-lj1-x243.google.com with SMTP id f11so12861315ljn.2 for ; Fri, 11 Dec 2020 15:24:41 -0800 (PST) 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=iWtjhfDyTxAe1qONwZz5XVnEPHnYv6xfPo6H7Tc/BVw=; b=Vrajfl8P/HOLhJzAyIH/Nn9gjOK5TystXzjE301eeoWyrn18Q9OYY9fxFtbjRQmya9 NKNxQ/doA1mXmC95qeAUDFEWMwM6ycP0D270yFevKBjle0ixkUvfEo6Af7BQQI14qu6m tuicJ0t630IDCYxH1mmaPCQxuJh6g1IstZ9hjRoRsqHN9wQn9nS0WnpBJr3mo3GZQHC/ zpuRo2tIKkW2SjUQBZ0ZxuquAehx7Jv03xCJebLS1tpyTr/HejaRBbuatfD+CZ+6fVKb dEWEIMz8gUwwZ7d4nNdYGle3DK2djxR2MDq9XwJILJ+imKbU7xx/El5Xu8RIumugoajp 8evA== 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=iWtjhfDyTxAe1qONwZz5XVnEPHnYv6xfPo6H7Tc/BVw=; b=PJjvM+AHOyyECtZGrhDgE4S9N5M9vUke1499ZTxna/VTeRh11GP5DucHh7uQy/87XV Jgdz7zrWJyRwD+7KYdQHp6GNuvuf46M50X3SCUmnfbXN79IL+g3QhYtS0XSRti/utTFX CTwJagTZAqyiwQ99V/22PcODXEY8317wsg+LEN6Vkx2vFg1GZC65yeZof9TnWBsfvFNe gLYmRslD5mVew7zvMxBG1et27PRZ5kfdftxkBx5RRH98XhWge1KM8vFbfFCb4mzq6cLe oYFqSNgIPEa3dn/H/hqYOhLfDOy9yhehGsWMopN13yVBAbdDl3cdHIwVw0V4aONCOxvx 8RgA== X-Gm-Message-State: AOAM531P0R+UU/HLFP9fUjvN8YhWogobyT8UnbOz6r/DHWp0eZXfadyh 4O1cR+QR9muyp/yXpk9h+O85e7xE16OWF9lcMBjMuQ== X-Google-Smtp-Source: ABdhPJzHzCU7BbdBqVx5RQF7C+XyISVx53el+ZWJwO1LY3Y/GoFJTacCfYJctvv5+j7DtJeM4ocKuNx7wUV0iUi6QME= X-Received: by 2002:a2e:b538:: with SMTP id z24mr6460119ljm.478.1607729080569; Fri, 11 Dec 2020 15:24:40 -0800 (PST) MIME-Version: 1.0 References: <20201207081151.7489-1-sergio.paracuellos@gmail.com> In-Reply-To: <20201207081151.7489-1-sergio.paracuellos@gmail.com> From: Linus Walleij Date: Sat, 12 Dec 2020 00:24:29 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: mt7621-gpio: convert bindings to YAML format To: Sergio Paracuellos Cc: Bartosz Golaszewski , Rob Herring , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Dec 7, 2020 at 9:11 AM Sergio Paracuellos wrote: > Convert the mt7621-gpio device tree bindings to the new YAML format. > > Signed-off-by: Sergio Paracuellos Patch applied with Rob's review tag! Yours, Linus Walleij