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 A84DEC64ED6 for ; Tue, 14 Feb 2023 11:40:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231713AbjBNLkx (ORCPT ); Tue, 14 Feb 2023 06:40:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbjBNLku (ORCPT ); Tue, 14 Feb 2023 06:40:50 -0500 Received: from m-r2.th.seeweb.it (m-r2.th.seeweb.it [IPv6:2001:4b7a:2000:18::171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 075042068B; Tue, 14 Feb 2023 03:40:47 -0800 (PST) Received: from SoMainline.org (94-211-6-86.cable.dynamic.v4.ziggo.nl [94.211.6.86]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id DE3433F2E2; Tue, 14 Feb 2023 12:40:44 +0100 (CET) Date: Tue, 14 Feb 2023 12:40:42 +0100 From: Marijn Suijten To: Konrad Dybcio Cc: linux-arm-msm@vger.kernel.org, andersson@kernel.org, agross@kernel.org, Krzysztof Kozlowski , Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] arm64: dts: qcom: pm8998: Add a specific compatible for coincell chg Message-ID: <20230214114042.6b74onlhhlntk2jv@SoMainline.org> References: <20230214090849.2186370-1-konrad.dybcio@linaro.org> <20230214090849.2186370-3-konrad.dybcio@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230214090849.2186370-3-konrad.dybcio@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-02-14 10:08:49, Konrad Dybcio wrote: > Add a PM8998-specific compatibel to the coincell charger and keep the I know you've been taking Dutch lessons, compatibel is a Dutch word :) > PM8941 one as fallback. > > Signed-off-by: Konrad Dybcio Reviewed-by: Marijn Suijten > --- > v1 -> v2: > > No changes > > arch/arm64/boot/dts/qcom/pm8998.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/pm8998.dtsi b/arch/arm64/boot/dts/qcom/pm8998.dtsi > index adbba9f4089a..340033ac3186 100644 > --- a/arch/arm64/boot/dts/qcom/pm8998.dtsi > +++ b/arch/arm64/boot/dts/qcom/pm8998.dtsi > @@ -72,7 +72,7 @@ pm8998_temp: temp-alarm@2400 { > }; > > pm8998_coincell: charger@2800 { > - compatible = "qcom,pm8941-coincell"; > + compatible = "qcom,pm8998-coincell", "qcom,pm8941-coincell"; > reg = <0x2800>; > > status = "disabled"; > -- > 2.39.1 >