From nobody Sun Sep 22 13:17:17 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 8FAE4C433EF for ; Fri, 10 Dec 2021 17:37:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241663AbhLJRlc (ORCPT ); Fri, 10 Dec 2021 12:41:32 -0500 Received: from mailgw01.mediatek.com ([60.244.123.138]:55978 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S241539AbhLJRl3 (ORCPT ); Fri, 10 Dec 2021 12:41:29 -0500 X-UUID: 3bf8c5b7870c4b4685f65dcd4d5be4e9-20211211 X-UUID: 3bf8c5b7870c4b4685f65dcd4d5be4e9-20211211 Received: from mtkmbs10n2.mediatek.inc [(172.21.101.183)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1747369831; Sat, 11 Dec 2021 01:37:51 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Sat, 11 Dec 2021 01:37:50 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sat, 11 Dec 2021 01:37:50 +0800 From: Flora Fu To: Matthias Brugger , Pi-Cheng Chen CC: , , , "Flora Fu" , Yong Wu , JB Tsai , Chun-Jie Chen Subject: [PATCH 1/6] dt-bindings: soc: mediatek: apu: Add MT8195 APU power domain Date: Sat, 11 Dec 2021 01:37:38 +0800 Message-ID: <20211210173743.30906-2-flora.fu@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20211210173743.30906-1-flora.fu@mediatek.com> References: <20211210173743.30906-1-flora.fu@mediatek.com> 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" Document the MT8195 APU power domain bindings. Signed-off-by: Flora Fu --- .../devicetree/bindings/soc/mediatek/mediatek,apu-pm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pm= .yaml b/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pm.yaml index e1b7d4030dc9..66547f899014 100644 --- a/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pm.yaml +++ b/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pm.yaml @@ -21,6 +21,7 @@ properties: items: - enum: - mediatek,mt8192-apu-pm + - mediatek,mt8195-apu-pm - const: syscon =20 reg: --=20 2.18.0