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 ADF40C433F5 for ; Thu, 21 Apr 2022 10:17:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345049AbiDUKT4 (ORCPT ); Thu, 21 Apr 2022 06:19:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231365AbiDUKTy (ORCPT ); Thu, 21 Apr 2022 06:19:54 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 914922124C; Thu, 21 Apr 2022 03:17:05 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 88BB01F454B9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1650536224; bh=zcUtTncErR4CRvVEtBbI5bdyvkZNw/1895mBvZxu+JQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=CLFJ2OQnTmpOPkI+qfEMxYHQDG2qMiFXKFgHDWUlhxd2XxxK4NJg8TA8vN6gZvAh9 vgtYY0masQEDdTj21MnpGPTsjYb8l3PCPFLFWjWR6fG1hG50jyKEVdbH6wXy2qLPX6 1OuMLPVdKV8FbJBp7GtEv47mehCQVEO8SYxQ3l8GiDF0gwasPxg9Sk0U+jydpJnPqH RQA3wS/mk3iGfVQAFLcoV4EhM1Bm9WkeUquB/4KNFhYqNV3D4r8WtQ+BfmeaESh6nC EQAjHj44UaAfK3fn7oGl4Ker3MjhBdUp9C36/knC0+1poRtS2izIoQMdqQbnSe9jrX a8A7NGNv9x5vg== Message-ID: Date: Thu, 21 Apr 2022 12:17:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v6, 5/5] dt-bindings: pwm: Add interrupts property for MediaTek MT8192 Content-Language: en-US To: xinlei.lee@mediatek.com, thierry.reding@gmail.com, u.kleine-koenig@pengutronix.de, lee.jones@linaro.org, robh+dt@kernel.org, matthias.bgg@gmail.com Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rex-bc.chen@mediatek.com, jitao.shi@mediatek.com, Project_Global_Chrome_Upstream_Group@mediatek.com References: <1650284456-16407-1-git-send-email-xinlei.lee@mediatek.com> <1650284456-16407-6-git-send-email-xinlei.lee@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <1650284456-16407-6-git-send-email-xinlei.lee@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 18/04/22 14:20, xinlei.lee@mediatek.com ha scritto: > From: Xinlei Lee > > Add interrupts property of pwm for MediaTek MT8192 SoC. > > Signed-off-by: Xinlei Lee Hello Xinlei, the pwm-mtk-disp.c driver does not support interrupts. Please add interrupts support to the driver first, and only then add that in the dt-bindings. Regards, Angelo