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 X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEA54C433E0 for ; Thu, 11 Feb 2021 06:01:00 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 57E1664E74 for ; Thu, 11 Feb 2021 06:01:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 57E1664E74 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:Reply-To:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID: Subject:From:To:Date:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=W+2BhkcWPDBlNUOisSxZ48vGWV8tLDQjhdQwTyyhFGs=; b=fvcqhKTv1aNeqRguwZLR7CRvH4 HmnGNJ+aONQlqBcqVxM7jSBwdgpZd3XVqa/Nd6RN9bKyI/Z4KTarGVAG3L1WKjy8byGRV9wEq86id ZmuYv4F2jykQAbxMXKlNq7rMD1WpSf+VtZQCN75LT2sTX//leEsFlqslNeMa4cMb9vtG2YZtWfCmN vbZGrYRhScp31NoumUbk4TldQjBN3IxGVH9xnY7C9B4yeu3b5S3IB8M3iWR54HNnObAKuoRrNk6gl 8t0xbUZEvEQfLd2sM3skcKT77ETAOgSoGJdMUHPTkSYUZpoie5+8sFjob9NEZfNsof//cE7Yf95fG qxnmEUyQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lA50Y-0005Jv-O6; Thu, 11 Feb 2021 05:59:18 +0000 Received: from mail-40131.protonmail.ch ([185.70.40.131]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lA50V-0005JQ-I7 for linux-arm-kernel@lists.infradead.org; Thu, 11 Feb 2021 05:59:16 +0000 Date: Thu, 11 Feb 2021 05:59:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1613023151; bh=ehBfJwC3S6JmY6v9WlIBP5fvzCROEEaXZlkI/hZuTXo=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=eo90MmipK77EfiE/uMIVh7Ljru1gRKQHPXgzib741KbcD7q0b2Zq90f4Hj+FqRLYo 8lpl1amPtpznLdNLO2qcAmJ20KPGrvQpGT25VmWI5TzhbbrSdfZIcM9nfGt2z3BEAB m/oq8uy3fHbrZ2PXi+w9S39yolmUV4h3+HR+w7QE= To: Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Rob Herring , Sebastian Reichel From: Timon Baetz Subject: Re: [PATCH 2/3] ARM: dts: exynos: Add charger supply for I9100 Message-ID: <20210211065850.1e4a8943.timon.baetz@protonmail.com> In-Reply-To: <20210130172747.2022977-3-timon.baetz@protonmail.com> References: <20210130172747.2022977-1-timon.baetz@protonmail.com> <20210130172747.2022977-3-timon.baetz@protonmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210211_005915_865691_7C01484D X-CRM114-Status: GOOD ( 11.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Timon Baetz Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, Timon Baetz , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 30 Jan 2021 17:29:31 +0000, Timon Baetz wrote: > The regulator is used for charging control by max8997_charger driver. > > Signed-off-by: Timon Baetz > --- > arch/arm/boot/dts/exynos4210-i9100.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4210-i9100.dts b/arch/arm/boot/dts/exynos4210-i9100.dts > index 304a8ee2364c..dad950daafb4 100644 > --- a/arch/arm/boot/dts/exynos4210-i9100.dts > +++ b/arch/arm/boot/dts/exynos4210-i9100.dts > @@ -384,6 +384,8 @@ pmic@66 { > pinctrl-0 = <&max8997_irq>, <&otg_gp>, <&usb_sel>; > pinctrl-names = "default"; > > + charger-supply = <&charger_reg>; > + > regulators { > vadc_reg: LDO1 { > regulator-name = "VADC_3.3V_C210"; Now that the bindings have been accepted and integrated into linux-next, is anything else blocking this? Thanks, Timon _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel