From patchwork Thu Jul 7 05:46:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kewei Xu X-Patchwork-Id: 589594 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 9825BCCA479 for ; Thu, 7 Jul 2022 05:46:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230440AbiGGFqa (ORCPT ); Thu, 7 Jul 2022 01:46:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229553AbiGGFqa (ORCPT ); Thu, 7 Jul 2022 01:46:30 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDF4031395; Wed, 6 Jul 2022 22:46:28 -0700 (PDT) X-UUID: a94dc927bc244af5a1824cba70ab84e3-20220707 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.8, REQID:bfe2469a-a249-40b8-aa69-fc7b8c39b717, OB:0, LO B:0,IP:0,URL:0,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACT ION:release,TS:-5 X-CID-META: VersionHash:0f94e32, CLOUDID:d8d1d6d6-5d6d-4eaf-a635-828a3ee48b7c, C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:0,File:nil ,QS:nil,BEC:nil,COL:0 X-UUID: a94dc927bc244af5a1824cba70ab84e3-20220707 Received: from mtkexhb02.mediatek.inc [(172.21.101.103)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 743190689; Thu, 07 Jul 2022 13:46:23 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) 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; Thu, 7 Jul 2022 13:46:21 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 7 Jul 2022 13:46:20 +0800 From: Kewei Xu To: CC: , , , , , , , , , , , , , , , , Subject: [PATCH V1 0/2] add i2c support for mt8188 Date: Thu, 7 Jul 2022 13:46:15 +0800 Message-ID: <20220707054617.13583-1-kewei.xu@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Kewei Xu (2): dt-bindings: i2c: update bindings for MT8188 SoC i2c: mediatek: Add i2c compatible for Mediatek MT8188 .../devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 + drivers/i2c/busses/i2c-mt65xx.c | 41 ++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) --- 2.18.0