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 98EDCC433F5 for ; Thu, 31 Mar 2022 14:04:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237269AbiCaOGM (ORCPT ); Thu, 31 Mar 2022 10:06:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237236AbiCaOGB (ORCPT ); Thu, 31 Mar 2022 10:06:01 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E87EE5C84A; Thu, 31 Mar 2022 07:04:06 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 254CE1F468AD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1648735445; bh=TKe34qLEbXgG+N1c1lxxSVxxaquUfWhCIZJsTuMf7dw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ETVBUTa+VVSMjMqdUZSwAfw66VOMvP5wjZGOK6Yw+0sXkNe6WFORS1pNQt9cW3L7l Y/akTA/vkflGsUf3tkWloPC25ErccYwyRL0E7d3Ow4CaTs4A6pbQJVv/EJYShPmOVL mfpYSYcsEP3+zSjskptVTl5nDSXaWVL+TvVqRtdJVXt3/euH0b8UmLdYEX0M0/vuwC 1/NBc+TDr9I7pEn6rEzgWyOde4FbcI5gr0VBX2gMosTpxedV1NHClwhEwaKfvpSFVF mHzVpSVeKwvzQiFyb6lGrYSU7VZWrHvhxdbbLD5FtHe5L7RcZmgMj2hEgA4OlTZSzV JHBw30FYVftnw== Message-ID: <1fd229a8-f70e-1148-a208-a6cd6271aef0@collabora.com> Date: Thu, 31 Mar 2022 16:04:02 +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 v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195 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, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, rex-bc.chen@mediatek.com, jitao.shi@mediatek.com References: <1648730873-18505-1-git-send-email-xinlei.lee@mediatek.com> <1648730873-18505-4-git-send-email-xinlei.lee@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <1648730873-18505-4-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 31/03/22 14:47, xinlei.lee@mediatek.com ha scritto: > From: Xinlei Lee > > Add dt-binding documentation of pwm for MediaTek MT8195 SoC. > > Signed-off-by: Xinlei Lee Reviewed-by: AngeloGioacchino Del Regno