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 7B9E6C4167B for ; Fri, 8 Dec 2023 07:17:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235659AbjLHHRK (ORCPT ); Fri, 8 Dec 2023 02:17:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235676AbjLHHRH (ORCPT ); Fri, 8 Dec 2023 02:17:07 -0500 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19D241738; Thu, 7 Dec 2023 23:17:10 -0800 (PST) Received: from kwepemd100008.china.huawei.com (unknown [172.30.72.53]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4SmjBT75msz14Lx5; Fri, 8 Dec 2023 15:17:05 +0800 (CST) Received: from [10.67.121.2] (10.67.121.2) by kwepemd100008.china.huawei.com (7.221.188.193) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1258.28; Fri, 8 Dec 2023 15:17:07 +0800 Message-ID: <6572C2F2.9090202@hisilicon.com> Date: Fri, 8 Dec 2023 15:17:06 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Johan Hovold CC: Rob Herring , Krzysztof Kozlowski , Conor Dooley , , , , Subject: Re: [PATCH 0/2] arm64: dts: hisilicon: hikey970-pmic: clean up PMIC nodes References: <20231130175635.14251-1-johan+linaro@kernel.org> In-Reply-To: <20231130175635.14251-1-johan+linaro@kernel.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.2] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemd100008.china.huawei.com (7.221.188.193) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Johan, On 2023/12/1 1:56, Johan Hovold wrote: > When reviewing the various SPMI PMIC bindings, I noticed that several > examples were incorrect and misleading and could also use some cleanup. > > This series cleans up the hisilicon hikey970 PMIC dtsi which appears to > have been used as the basis for some of the examples. > > Note that the binding documents "hisilicon,hi6421v600-spmi" while the > devicetree and driver only uses and recognises "hisilicon,hi6421-spmi". > I'll leave that as is for now... > > Johan > > > Johan Hovold (2): > arm64: dts: hisilicon: hikey970-pmic: fix regulator cells properties > arm64: dts: hisilicon: hikey970-pmic: clean up SPMI node > > arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > Series applied to the HiSilicon arm64 dt tree as the binding part has been applied. Thanks! Best Regards, Wei