From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Bartosz Golaszewski <brgl@bgdev.pl>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: Re: [PATCH 05/14] arm64: dts: qcom: sa8775p: add support for the on-board PMICs
Date: Tue, 14 Mar 2023 21:22:56 +0100 [thread overview]
Message-ID: <08dff56d-227a-a791-549c-15ac0f1ac08b@linaro.org> (raw)
In-Reply-To: <20230314183043.619997-6-brgl@bgdev.pl>
On 14.03.2023 19:30, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> Add a new .dtsi file for sa8775p PMICs and add the four PMICs interfaced
> to the SoC via SPMI.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi | 37 +++++++++++++++++++++
> 1 file changed, 37 insertions(+)
> create mode 100644 arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi
>
> diff --git a/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi b/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi
> new file mode 100644
> index 000000000000..77e2515a7ab9
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi
> @@ -0,0 +1,37 @@
> +// SPDX-License-Identifier: BSD-3-Clause
> +/*
> + * Copyright (c) 2023, Linaro Limited
> + */
> +
> +#include <dt-bindings/input/input.h>
> +#include <dt-bindings/spmi/spmi.h>
> +
> +&spmi_bus {
> + pmk8775_0: pmic@0 {
pmk8775..
> + compatible = "qcom,pmm8654au", "qcom,spmi-pmic";
..or pmm8654au?
Konrad
> + reg = <0x0 SPMI_USID>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + };
> +
> + pmk8775_1: pmic@2 {
> + compatible = "qcom,pmm8654au", "qcom,spmi-pmic";
> + reg = <0x2 SPMI_USID>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + };
> +
> + pmk8775_2: pmic@4 {
> + compatible = "qcom,pmm8654au", "qcom,spmi-pmic";
> + reg = <0x4 SPMI_USID>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + };
> +
> + pmk8775_3: pmic@6 {
> + compatible = "qcom,pmm8654au", "qcom,spmi-pmic";
> + reg = <0x6 SPMI_USID>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + };
> +};
next prev parent reply other threads:[~2023-03-14 20:23 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 18:30 [PATCH 00/14] arm64: dts: qcom: sa8775p: add basic PMIC support Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 01/14] dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p Bartosz Golaszewski
2023-03-19 12:44 ` Krzysztof Kozlowski
2023-03-14 18:30 ` [PATCH 02/14] arm64: dts: qcom: sa8775p: add the pdc node Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 03/14] arm64: dts: qcom: sa8775p: add the spmi node Bartosz Golaszewski
2023-03-14 20:21 ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 04/14] dt-bindings: mfd: qcom,spmi-pmic: add compatible for pmm8654au Bartosz Golaszewski
2023-03-20 14:49 ` Rob Herring
2023-03-30 11:41 ` Lee Jones
2023-03-14 18:30 ` [PATCH 05/14] arm64: dts: qcom: sa8775p: add support for the on-board PMICs Bartosz Golaszewski
2023-03-14 20:22 ` Konrad Dybcio [this message]
2023-03-20 10:24 ` Bartosz Golaszewski
2023-03-20 10:38 ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 06/14] arm64: dts: qcom: sa8775p-ride: enable PMIC support Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 07/14] arm64: dts: qcom: sa8775p: add the Power On device node Bartosz Golaszewski
2023-03-14 20:25 ` Konrad Dybcio
2023-03-20 10:50 ` Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 08/14] arm64: dts: qcom: sa8775p: pmic: add the power key Bartosz Golaszewski
2023-03-14 20:26 ` Konrad Dybcio
2023-03-20 10:52 ` Bartosz Golaszewski
2023-03-20 11:01 ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 09/14] arm64: dts: qcom: sa8775p-ride: enable " Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 10/14] arm64: dts: qcom: sa8775p: pmic: add support for the pmm8654 RESIN input Bartosz Golaszewski
2023-03-14 20:26 ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 11/14] arm64: dts: qcom: sa8775p: pmic: add thermal zones Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 12/14] dt-bindings: pinctrl: qcom,pmic-gpio: add compatible for pmm8654au-gpio Bartosz Golaszewski
2023-03-20 15:06 ` Rob Herring
2023-03-23 8:23 ` Linus Walleij
2023-03-23 13:30 ` Bartosz Golaszewski
2023-03-28 13:23 ` Linus Walleij
2023-03-14 18:30 ` [PATCH 13/14] pinctrl: qcom: spmi-gpio: add support " Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 14/14] arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=08dff56d-227a-a791-549c-15ac0f1ac08b@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=brgl@bgdev.pl \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).