From patchwork Wed Dec 6 11:17:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 751363 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 568273172E; Wed, 6 Dec 2023 11:17:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SL/gPgdT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7946C433CB; Wed, 6 Dec 2023 11:17:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701861462; bh=wMWsV85NWCSegh0Gab+O0xc9mK0JLvIvAXgKFlqRUBs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SL/gPgdTsF/7MmxwofVLR1UAmX6VOKajZh25GWG12l+G1HsiDNJNNgd98MRd8v9kH jFW1puRE8Multrki2iGnJDBp7SPDsWiSsGZHnvRcVY/4vGCVVhDBBNYOIqBvqtumPk j3Fw4azh5uV+04vKi+WfOL53fyClkx+t+ZZfEfjHIv64du1LWd5Dc+SJbfDYfIsxUj xsC1RcJGM5eu344Pfvsl7owaBcqoGpDNo208uTDkAkOziVDiVejgyfSp9qSpqF2nAK tphXvD4GC0VRAuGt/20YGWoSzEFnxtScrgSdCeFgSnivRzdOe0uSqD4TZA6zeGnrBl 8RphkmcOKeGZQ== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1rApvA-0001wK-2D; Wed, 06 Dec 2023 12:18:28 +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 , Conor Dooley Subject: [PATCH v3 4/4] dt-bindings: mfd: pm8008: clean up example node names Date: Wed, 6 Dec 2023 12:17:54 +0100 Message-ID: <20231206111754.7410-5-johan+linaro@kernel.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231206111754.7410-1-johan+linaro@kernel.org> References: <20231206111754.7410-1-johan+linaro@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Devicetree node names should be generic; fix up the pm8008 binding example accordingly. Acked-by: Conor Dooley Signed-off-by: Johan Hovold --- Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml index 9e4eed34dae8..0c75d8bde568 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml @@ -99,10 +99,12 @@ examples: - | #include #include - qupv3_se13_i2c { + + i2c { #address-cells = <1>; #size-cells = <0>; - pm8008i@8 { + + pmic@8 { compatible = "qcom,pm8008"; reg = <0x8>; #address-cells = <1>;