Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753661AbbGFHoF (ORCPT ); Mon, 6 Jul 2015 03:44:05 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:43532 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750752AbbGFHoC (ORCPT ); Mon, 6 Jul 2015 03:44:02 -0400 X-Listener-Flag: 11101 Message-ID: <1436168637.6986.6.camel@mtksdaap41> Subject: Re: [PATCH] arm64: dts: mt8173-evb: Add PMIC support From: Eddie Huang To: Matthias Brugger , Henry Chen CC: Daniel Kurtz , Sascha Hauer , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mediatek@lists.infradead.org" Date: Mon, 6 Jul 2015 15:43:57 +0800 In-Reply-To: <1434979177-7575-1-git-send-email-henryc.chen@mediatek.com> References: <1434979177-7575-1-git-send-email-henryc.chen@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2003 Lines: 59 Hi Matthias, On Mon, 2015-06-22 at 21:19 +0800, Henry Chen wrote: > From: Eddie Huang > > The MT8173 eval board contains a MT6397 PMIC. This adds the > corresponding device node to the dts file. > > Signed-off-by: Henry Chen > Signed-off-by: Eddie Huang > --- > Base on 4.1-rc1 and commit as following, > ARM64: dts: Mediatek: MT8173 updates [1] and > clk: Add common clock support for Mediatek MT8135 and MT8173 [2] patch > > [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-May/344751.html > [2] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-April/338763.html > --- > arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 174 ++++++++++++++++++++++++++++ > 1 file changed, 174 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts > index 43d5401..b967914 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts > +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts > @@ -33,6 +33,180 @@ > chosen { }; > }; > > +&pwrap { > + pmic: mt6397 { > + compatible = "mediatek,mt6397"; > + interrupt-parent = <&pio>; > + interrupts = <11 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-controller; > + #interrupt-cells = <2>; > + > + mt6397regulator: mt6397regulator { > + compatible = "mediatek,mt6397-regulator"; > + mt6397_vpca15_reg: buck_vpca15 { > + regulator-compatible = "buck_vpca15"; > + regulator-name = "vpca15"; > + regulator-min-microvolt = < 700000>; > + regulator-max-microvolt = <1350000>; > + regulator-ramp-delay = <12500>; > + regulator-always-on; I see you pull da9211 regulator dts patch, but not this one. How about this patch ? Thanks Eddie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/