From patchwork Fri Dec 1 16:45:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 749043 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 45F6B495E4; Fri, 1 Dec 2023 16:46:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cHzu3ti0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DAF94C433CC; Fri, 1 Dec 2023 16:46:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701449206; bh=MgB7h5ARqJ3S531R4IVFVRZAv2YOBJSha5OgKGiN/ak=; h=From:To:Cc:Subject:Date:From; b=cHzu3ti0064GDwTi3GVsBX+GrioJJujpwV4tt1D7gPVZtbWCduFlicw7ntM8T4qx0 WqFSgm/ODZvs6GuucpVdNETkvW/vnaqqc0MZaLRdXHWGs+ri7xLZbKmTGy3mhtRnyv 3FSjSCJai/D+jwEgrXrvlBsB9rY87evZMtGDZMsdFOiylqBy8xgg/+Id8mHehWe4Pt ASKNBFFwL51YU0YTB38dNi/g6LHYDQsiJFsYbcSvnH4SfnAqCUw16+5xwWwRbEGFrw Ukb0tEQkZOiBBSsLo45LAixPqej4iYzSotXqvIZcmBdyAcee72mrPf9N61uemASW9X lutkpT6DGtFHA== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1r96fi-0003IQ-2u; Fri, 01 Dec 2023 17:47:22 +0100 From: Johan Hovold To: Lee Jones Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Johan Hovold Subject: [PATCH v2 0/4] dt-bindings: mfd: fix up PMIC examples Date: Fri, 1 Dec 2023 17:45:42 +0100 Message-ID: <20231201164546.12606-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: linux-arm-msm@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 addresses the mfd ones along with some related issues. [ The PM8008 actually sits on an i2c bus but it is related to the other Qualcomm SPMI PMICs. ] Johan Changes in v2 - drop the incorrect #address-cells and #size-cells properties also from the hi6421 regulator binding (Rob) - drop Fixes tag from pm8008 cleanup Johan Hovold (4): dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: fix up binding reference dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: fix regulator binding dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: clean up example dt-bindings: mfd: pm8008: clean up example node names .../mfd/hisilicon,hi6421-spmi-pmic.yaml | 140 +++++++++--------- .../devicetree/bindings/mfd/qcom,pm8008.yaml | 5 +- 2 files changed, 71 insertions(+), 74 deletions(-)