From patchwork Thu Nov 30 17:56:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 748652 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB391584DF for ; Thu, 30 Nov 2023 17:56:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pXkfIq+Y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44A64C433C7; Thu, 30 Nov 2023 17:56:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701366969; bh=/Osa1t+yhRR5faIxNKg3+KynX/kd+CAp3SC0ryOoBeI=; h=From:To:Cc:Subject:Date:From; b=pXkfIq+Yah19RVDik4OkwBI9j2fogy9aIFbj/1BcLEptPLL//HJ09Dw48VHR4jiwb OY2shn8wnfQNTdgz4l1oNygNiL/AOyKNhCf6+hTYmr0VZRr+brc+0dGQB4jCpCebKA L7jpTvKKOX/Ld3WuG9S4jQ86v7ISnkct0aH3PzjbWX/C+RjfIW0Yv51ObGWJqocN59 kaRSdgjrPJml+wLIQtFho51K4fgjROVazvq/VZ+m5oG/oGJyzUoAyIA5TrKKxaLQSa H2g49mVdIw1Ob5iCXxr2W2CH1UcF0CuIq13Fquz9Bg00EqvZ16yS8luf42uLqVKEYp HAafQBKNrRZpg== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1r8lHG-0003i8-0E; Thu, 30 Nov 2023 18:56:42 +0100 From: Johan Hovold To: Wei Xu Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/2] arm64: dts: hisilicon: hikey970-pmic: clean up PMIC nodes Date: Thu, 30 Nov 2023 18:56:33 +0100 Message-ID: <20231130175635.14251-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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(-)