From patchwork Fri Jul 15 12:01:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johnson Wang X-Patchwork-Id: 12919261 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E209C43334 for ; Fri, 15 Jul 2022 12:42:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:CC:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ztpc8Qo3m4RJe9Ob3VLd8fTyq93xc1i3rPZuPicTwa4=; b=OF6N2qAzaNrz9kCEK6i6WDaTxp fe/xr4hcr3xh10Gu5LxgUIR9mbS7XS5rwXeDGFiEeTr6bo+GSJut+T8aHqgg530X9fOrzoQV2bU3i RYIhO3Mo65BBvLrYgwO+/Vyy1vOrQe61ydrYe9XdtS5t8yFs1Fej+V5TPwEzbXfB+ZzJKCL7+65ec bBPZHGGP7oK28k30DJ+KOZoriLrCVwMv+0+71ufDz0i3cFsxZEBxvEX1oHzQAeQWjJbaEWvo2tUYK RJ+m+KKpDtmgQ4OpjIpilpsVggutviCsyheJWg6zNqTUerOZpn8S3vIXDYj8Dks3JnCsxeiUVRmp2 K2UQBcsQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCKeO-0070nm-Ij; Fri, 15 Jul 2022 12:42:32 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCKeL-0070lo-Ni; Fri, 15 Jul 2022 12:42:31 +0000 X-UUID: 10f65295ee2740d7855688a2e63fcc8b-20220715 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.8,REQID:0f32fb19-78b4-4870-bd3f-0248988fd732,OB:0,LO B:0,IP:0,URL:5,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACT ION:release,TS:0 X-CID-META: VersionHash:0f94e32,CLOUDID:36371833-b9e4-42b8-b28a-6364427c76bb,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:1,File:nil ,QS:nil,BEC:nil,COL:0 X-UUID: 10f65295ee2740d7855688a2e63fcc8b-20220715 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1277635994; Fri, 15 Jul 2022 05:42:23 -0700 Received: from mtkmbs11n1.mediatek.inc (172.21.101.185) 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; Fri, 15 Jul 2022 20:01:15 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkmbs11n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.3 via Frontend Transport; Fri, 15 Jul 2022 20:01:15 +0800 From: Johnson Wang To: , , , , CC: , , , , , , Johnson Wang Subject: [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Date: Fri, 15 Jul 2022 20:01:14 +0800 Message-ID: <20220715120114.4243-3-johnson.wang@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20220715120114.4243-1-johnson.wang@mediatek.com> References: <20220715120114.4243-1-johnson.wang@mediatek.com> MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220715_054229_793833_B672A30C X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Add compatible for MT8188 SoC. Signed-off-by: Johnson Wang Acked-by: Krzysztof Kozlowski --- This patch is based on "linux-next"[1]. [1]https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --- Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml index b5a1109f2ee1..75e0a516e59a 100644 --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml @@ -30,6 +30,7 @@ properties: - mediatek,mt8173-efuse - mediatek,mt8183-efuse - mediatek,mt8186-efuse + - mediatek,mt8188-efuse - mediatek,mt8192-efuse - mediatek,mt8195-efuse - mediatek,mt8516-efuse