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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 161CDC4167B for ; Fri, 8 Dec 2023 07:17:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:Subject:CC:To: MIME-Version:From:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jjvtXYaBP0NOcYu8qoBw7YjOjTa76WOubKwJgOngUDQ=; b=hgTXzoE5oIEYEs wFbsf+J+AA1Ku+ePbqvRyvcthZ/3lzqD4PGzCVuljQoKviGYM4RItdhr+nEEv+qas2CmLuV5Z5Dg7 p7LTnyRfuAWstyfFENPV/tyZETIXkdZd0n07mIzvET/VC2YkLRdUxKT7om38Zfu7cI/vhf8MXPCAk 2/khDI3PSnUeKZJ11PKi1yP0Ni2NhiS/K3iMixB0A63QxW9xPF+Cggq4NKi5kjx1lPW0BxigZkA5I cU082jiUjPQYADbd5ssXOTc9Fg9jRNxf1iY2EpGUv8QlAsdBRM4ZykCON1kJ+4YjLt6p7SNdXFsza HfaSG9gYlDbdfP5B9g1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rBV6w-00EwJe-1u; Fri, 08 Dec 2023 07:17:22 +0000 Received: from szxga03-in.huawei.com ([45.249.212.189]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rBV6t-00EwI7-2i for linux-arm-kernel@lists.infradead.org; Fri, 08 Dec 2023 07:17:21 +0000 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> 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231207_231720_088506_320C2A8D X-CRM114-Status: GOOD ( 10.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 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 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemd100008.china.huawei.com (7.221.188.193) X-CFilter-Loop: Reflected 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