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=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 5024EC2D0A3 for ; Fri, 6 Nov 2020 13:40:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF59F207F7 for ; Fri, 6 Nov 2020 13:40:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="W9caSxE1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727363AbgKFNkn (ORCPT ); Fri, 6 Nov 2020 08:40:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727214AbgKFNkn (ORCPT ); Fri, 6 Nov 2020 08:40:43 -0500 Received: from mail-lf1-x142.google.com (mail-lf1-x142.google.com [IPv6:2a00:1450:4864:20::142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99BBAC0613CF for ; Fri, 6 Nov 2020 05:40:42 -0800 (PST) Received: by mail-lf1-x142.google.com with SMTP id 126so1961268lfi.8 for ; Fri, 06 Nov 2020 05:40:42 -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=JfCJQ0jO5eraFDJbfYizUOVGWnEdmH9dyGuSSJLkvIw=; b=W9caSxE1LFwmaV36thpbhx25S8CmHaMDJztjs2sJYmrOs3KwLI8SmDCv/KzE1u8Kp1 0J7/gWiX8hSRB7kFATEZR6NZS05ooJj3LxmWxh5FMqoF1IfZrnJfeq8GNvYUivZtD3he oZVCrBqwPhpB5NeWR9YZqcmtu+71j/NYe5UZW+8Mt2MEXlddTWqFdGdH/eQmrFczPHxJ FWuMhj2cD744AvRU7RDD1xhDM4jhs+OVwZhwnR2qvtDIIp6DSkGJ8I1l0fEWYfti7t2B tOKxCTQCnAZa/XYxdl1+oRSk/P057E0JWqYJG86FgoWxzygd6R8CKuAPgFfLCtpRvEOE Nonw== 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=JfCJQ0jO5eraFDJbfYizUOVGWnEdmH9dyGuSSJLkvIw=; b=Galiui5gPGu1s++ieEiLych2pvVe+Zu/Z3LM1Kna9BKz66B+4sikGM8gGNc250K1Xg E+vPGO+jt8FB5wgGL02JnMpvrfP9KDJOSXO23kn7MG19+jyzzhdDYxO6B7ZJ5aY79nh5 hYxhq2S/d5RuGRWmK58KHy0pZtw3ga4srGaoHYIYQp/m9kpR9O3oP2n/r1a3llRuKUQf remr4h5QyFRXjxTKq5m+qYFY+aTNh+wOLCNOyqQgs022y6IyNLXRJhmHNa6w99QvyPen JthdPtcGtz43haxGwswhYyClYbF+yj8CNYOXgu62+ctp+cR11WyvP56qdDWbnwTxB38q mlZw== X-Gm-Message-State: AOAM53394T10MU8nhg1w2BCxQe328ye59pl4D84N/85iSfLCopm8qM9e imPa/7tb9vZ06oV4nLY5zhqRq36FlGFsfC18nEBZ0g== X-Google-Smtp-Source: ABdhPJwZytu/TucMs/LzjMgrHms4raPSqPz486Urbgq99iCqReLz35olpz8fmr6pdMYLedtRThpCSPblGeiM1QLNkGQ= X-Received: by 2002:a05:6512:3225:: with SMTP id f5mr871293lfe.441.1604670040988; Fri, 06 Nov 2020 05:40:40 -0800 (PST) MIME-Version: 1.0 References: <20201016204019.2606-1-linux@fw-web.de> <20201016204019.2606-4-linux@fw-web.de> In-Reply-To: <20201016204019.2606-4-linux@fw-web.de> From: Linus Walleij Date: Fri, 6 Nov 2020 14:40:30 +0100 Message-ID: Subject: Re: [RFC 3/3] pinctl: mt7622: drop pwm ch7 as mt7622 only has 6 channels To: Frank Wunderlich Cc: "moderated list:ARM/Mediatek SoC support" , Frank Wunderlich , Rob Herring , Matthias Brugger , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , "linux-kernel@vger.kernel.org" , Sean Wang , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Oct 16, 2020 at 10:40 PM Frank Wunderlich wrote: > From: Frank Wunderlich > > mt7622 is reported by mediatek to have only 6 pwm channels > so drop pindefines for 7th channel > > Signed-off-by: Frank Wunderlich This patch (3/3) applied to the pinctrl tree. Please apply 1-2 to the ARM SoC tree. Yours, Linus Walleij