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 313A5C4167B for ; Fri, 1 Dec 2023 16:46:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378542AbjLAQqq (ORCPT ); Fri, 1 Dec 2023 11:46:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229515AbjLAQqk (ORCPT ); Fri, 1 Dec 2023 11:46:40 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 653FE198 for ; Fri, 1 Dec 2023 08:46:47 -0800 (PST) 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 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 2.41.0