From nobody Sat Sep 21 17:11:21 2024 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 8500BECAAD4 for ; Mon, 29 Aug 2022 03:48:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229507AbiH2Dsz (ORCPT ); Sun, 28 Aug 2022 23:48:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbiH2Dsx (ORCPT ); Sun, 28 Aug 2022 23:48:53 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ACBF92A71C; Sun, 28 Aug 2022 20:48:46 -0700 (PDT) X-UUID: 9393fca5910f4465bf14f3c11ad7d03c-20220829 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=AByt+oN/3war7U+cJjRxWCJPG/HJ+aYATp1ohXXHplc=; b=aN4JyeQ8A/uRZ9zOy5c/875tt8bP2kikM/IpLn2UFi44PKEGBAUwP/4GQ/FQOf+8LXFDHY6ckZprZs9+1xaGG7KR6BDfFNMNiHedtqOSVG5za0P7TjP13m+Ugib88HJeUeyUP69iPuXFl+lZiD/pgi68vpQE+ritN6NUtHh5vS8=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.10,REQID:7cf615f6-9808-45ea-9dd5-dde63d9a2830,OB:0,L OB:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_ Ham,ACTION:release,TS:0 X-CID-META: VersionHash:84eae18,CLOUDID:c6136020-1c20-48a5-82a0-25f9c331906d,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:1,File:nil ,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: 9393fca5910f4465bf14f3c11ad7d03c-20220829 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 2066606207; Mon, 29 Aug 2022 11:48:41 +0800 Received: from mtkmbs11n2.mediatek.inc (172.21.101.187) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Mon, 29 Aug 2022 11:48:39 +0800 Received: from mszsdaap41.gcn.mediatek.inc (10.16.6.141) by mtkmbs11n2.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Mon, 29 Aug 2022 11:48:38 +0800 From: To: , , , , CC: , , , , , , , xinlei lee Subject: [PATCH] dt-bindings: pwm: Add compatible for Mediatek MT8188 Date: Mon, 29 Aug 2022 11:48:36 +0800 Message-ID: <1661744916-15441-1-git-send-email-xinlei.lee@mediatek.com> X-Mailer: git-send-email 2.6.4 MIME-Version: 1.0 X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: xinlei lee Base on the branch of Linux-next/master. Split from series [1]. [1] https://patchwork.kernel.org/project/linux-mediatek/cover/1661239875-19= 841-1-git-send-email-xinlei.lee@mediatek.com/ Add dt-binding documentation of pwm for MediaTek MT8188 SoC. Signed-off-by: xinlei lee Acked-by: Krzysztof Kozlowski Reviewed-by: AngeloGioacchino Del Regno --- Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml b= /Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml index 8c4f8bf..0088bc8 100644 --- a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml +++ b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml @@ -27,6 +27,7 @@ properties: - items: - enum: - mediatek,mt8186-disp-pwm + - mediatek,mt8188-disp-pwm - mediatek,mt8192-disp-pwm - mediatek,mt8195-disp-pwm - const: mediatek,mt8183-disp-pwm --=20 2.6.4