From patchwork Thu Jun 29 14:29:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ChiYuan Huang X-Patchwork-Id: 697763 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 C954CEB64DD for ; Thu, 29 Jun 2023 14:30:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231823AbjF2OaX (ORCPT ); Thu, 29 Jun 2023 10:30:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232367AbjF2OaS (ORCPT ); Thu, 29 Jun 2023 10:30:18 -0400 Received: from mg.richtek.com (mg.richtek.com [220.130.44.152]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 03F1335BF; Thu, 29 Jun 2023 07:30:13 -0700 (PDT) X-MailGates: (flag:4,DYNAMIC,BADHELO,RELAY,NOHOST:PASS)(compute_score:DE LIVER,40,3) Received: from 192.168.10.46 by mg.richtek.com with MailGates ESMTP Server V5.0(12333:0:AUTH_RELAY) (envelope-from ); Thu, 29 Jun 2023 22:29:57 +0800 (CST) Received: from ex3.rt.l (192.168.10.46) by ex3.rt.l (192.168.10.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.25; Thu, 29 Jun 2023 22:29:57 +0800 Received: from linuxcarl2.richtek.com (192.168.10.154) by ex3.rt.l (192.168.10.45) with Microsoft SMTP Server id 15.2.1118.25 via Frontend Transport; Thu, 29 Jun 2023 22:29:57 +0800 From: To: , , CC: , , , , Subject: [PATCH v2 0/2] Add compatible support for RT5733 Date: Thu, 29 Jun 2023 22:29:54 +0800 Message-ID: <1688048996-25606-1-git-send-email-cy_huang@richtek.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: ChiYuan Huang This series is to add the compatible support for rt5733 based on rt5739. Version change listed below each comment message. ChiYuan Huang (2): regulator: dt-bindings: rt5739: Add compatible for rt5733 regulator: rt5739: Add DID check and compatible for rt5733 .../bindings/regulator/richtek,rt5739.yaml | 1 + drivers/regulator/rt5739.c | 36 +++++++++++++++---- 2 files changed, 30 insertions(+), 7 deletions(-) base-commit: 6995e2de6891c724bfeb2db33d7b87775f913ad1