From mboxrd@z Thu Jan 1 00:00:00 1970 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 9C39AC4332F for ; Wed, 20 Apr 2022 12:55:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378670AbiDTM6W (ORCPT ); Wed, 20 Apr 2022 08:58:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352598AbiDTM6U (ORCPT ); Wed, 20 Apr 2022 08:58:20 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D6E33E0F2; Wed, 20 Apr 2022 05:55:33 -0700 (PDT) X-UUID: 7af75cd6559a42c1bf3bbfbb16c67a7f-20220420 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:b3734c7d-3c13-40c1-a79a-8f872c30d5a3,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACTI ON:release,TS:0 X-CID-META: VersionHash:faefae9,CLOUDID:63b45cf0-da02-41b4-b6df-58f4ccd36682,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: 7af75cd6559a42c1bf3bbfbb16c67a7f-20220420 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 636323425; Wed, 20 Apr 2022 20:55:28 +0800 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 20 Apr 2022 20:55:05 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 20 Apr 2022 20:55:05 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 20 Apr 2022 20:55:04 +0800 From: Hui-Liu Liu To: , , , , , , , , CC: , , , , , , , , , , , , , Subject: [PATCH v4 0/1] Add mt6359 node for MediaTek PMIC MT6359 Date: Wed, 20 Apr 2022 20:55:00 +0800 Message-ID: <20220420125501.571-1-hui.liu@mediatek.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This pathset add PMIC MT6359 related nodes. The series[1] send by Hsin-Hsiung will continue to upstream in this pathset afterwards. [1] https://patchwork.kernel.org/project/linux-mediatek/patch/1622011927-359-9-git-send-email-hsin-hsiung.wang@mediatek.com/ Changes in patch v4: 1)Include mt6359.dtsi in mt8192-evb.dts. Changes in patch v3: 1)Add commit messages. Changes in patch v2: 1)Only add mt6359.dtsi, mt8192-evb.dts no need update. Changes in patch v1: 1)Add "SPDX-License-Identifier: (GPL-2.0 OR MIT)" in mt6359.dtsi. *** BLURB HERE *** Hui Liu (1): arm64: dts: mt6359: add PMIC MT6359 related nodes arch/arm64/boot/dts/mediatek/mt6359.dtsi | 298 ++++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt8192-evb.dts | 1 + 2 files changed, 299 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi -- 2.25.1