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 D8D1CC433FE for ; Mon, 10 Oct 2022 08:16:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231348AbiJJIQX (ORCPT ); Mon, 10 Oct 2022 04:16:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231521AbiJJIQT (ORCPT ); Mon, 10 Oct 2022 04:16:19 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C88458143; Mon, 10 Oct 2022 01:16:17 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 79B6F66022A5; Mon, 10 Oct 2022 09:16:15 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1665389776; bh=d+LK7H8qb9z2A0aeSerxPVuUxq+r6RhCo8pFa2ITy2Y=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KcPbtHNOHJvM7SFbE1ihhhC8tSvJ3bOVGhpuAzBBBYZh6y0hsItlg4ClnUdSQFeEo 1ElBoca5OV6BFeTfIiGKc4ZtDJ9lpXOERTCTBmvJWUP+YOoWPAJn+fXV7HSGAPu9Pn j2ZwBKetWYmJeZOjvBUxmOpN6SLitq0pXsjwvna4g10YIYf0lVPdoWOyPAwXGwRfGF aC9MtQwRgEZa03JJVzYX8e684dr8Fi7Y9BZDQKwKWCKTFWZtZ2u/GuHj7ObEUfeKpJ QJZxJRJNTX37fM1XpTKF9rkN3EmRX3yehqaDopkPUfuvaUVgCrNJrhAWLF8z3ZsKum mJyx5fAukgOMg== Message-ID: Date: Mon, 10 Oct 2022 10:16:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH v3 05/10] dt-bindings: pinctrl: mediatek,pinctrl-mt6795: Fix interrupt count Content-Language: en-US To: Yassine Oudjana , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Sean Wang , Andy Teng Cc: Yassine Oudjana , linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20221007125904.55371-1-y.oudjana@protonmail.com> <20221007125904.55371-6-y.oudjana@protonmail.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221007125904.55371-6-y.oudjana@protonmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 07/10/22 14:58, Yassine Oudjana ha scritto: > From: Yassine Oudjana > > The document currently states a maximum of 1 interrupt, but the DT > has 2 specified causing a dtbs_check error. Replace the maximum limit > with a minimum and add per-interrupt descriptions to pass the check. > > Suggested-by: AngeloGioacchino Del Regno > Signed-off-by: Yassine Oudjana Reviewed-by: AngeloGioacchino Del Regno