All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Stephen Boyd <swboyd@chromium.org>
Cc: Andy Gross <andy.gross@linaro.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: Add pm8005 and pm8998 support
Date: Fri, 22 Jun 2018 09:58:06 -0700	[thread overview]
Message-ID: <20180622165806.GC10336@builder> (raw)
In-Reply-To: <20180613152054.54812-1-swboyd@chromium.org>

On Wed 13 Jun 08:20 PDT 2018, Stephen Boyd wrote:

> Add basic support for the pm8005 and pm8998 PMICs. For now just support
> the GPIO controllers.
> 
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> ---
>  arch/arm64/boot/dts/qcom/pm8005.dtsi | 33 +++++++++++++++++
>  arch/arm64/boot/dts/qcom/pm8998.dtsi | 55 ++++++++++++++++++++++++++++
>  2 files changed, 88 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/qcom/pm8005.dtsi
>  create mode 100644 arch/arm64/boot/dts/qcom/pm8998.dtsi
> 
> diff --git a/arch/arm64/boot/dts/qcom/pm8005.dtsi b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> new file mode 100644
> index 000000000000..4d5aca3eeb69
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> @@ -0,0 +1,33 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/* Copyright 2018 Google LLC. */
> +
> +#include <dt-bindings/spmi/spmi.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
> +
> +&spmi_bus {
> +	pm8005_lsid0: pmic@4 {
> +		compatible = "qcom,pm8005", "qcom,spmi-pmic";
> +		reg = <0x4 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +
> +		pm8005_gpio: gpios@c000 {
> +			compatible = "qcom,pm8005-gpio", "qcom,spmi-gpio";
> +			reg = <0xc000>;
> +			gpio-controller;
> +			#gpio-cells = <2>;
> +			interrupts = <0 0xc0 0 IRQ_TYPE_NONE>,
> +				     <0 0xc1 0 IRQ_TYPE_NONE>,
> +				     <0 0xc2 0 IRQ_TYPE_NONE>,
> +				     <0 0xc3 0 IRQ_TYPE_NONE>;
> +		};
> +
> +	};
> +
> +	pm8005_lsid1: pmic@5 {
> +		compatible = "qcom,pm8005", "qcom,spmi-pmic";
> +		reg = <0x5 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +	};
> +};
> diff --git a/arch/arm64/boot/dts/qcom/pm8998.dtsi b/arch/arm64/boot/dts/qcom/pm8998.dtsi
> new file mode 100644
> index 000000000000..92bed1e7d4bb
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/pm8998.dtsi
> @@ -0,0 +1,55 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/* Copyright 2018 Google LLC. */
> +
> +#include <dt-bindings/spmi/spmi.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
> +
> +&spmi_bus {
> +	pm8998_lsid0: pmic@0 {
> +		compatible = "qcom,pm8998", "qcom,spmi-pmic";
> +		reg = <0x0 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +
> +		pm8998_gpio: gpios@c000 {
> +			compatible = "qcom,pm8998-gpio", "qcom,spmi-gpio";
> +			reg = <0xc000>;
> +			gpio-controller;
> +			#gpio-cells = <2>;
> +			interrupts = <0 0xc0 0 IRQ_TYPE_NONE>,
> +				     <0 0xc1 0 IRQ_TYPE_NONE>,
> +				     <0 0xc2 0 IRQ_TYPE_NONE>,
> +				     <0 0xc3 0 IRQ_TYPE_NONE>,
> +				     <0 0xc4 0 IRQ_TYPE_NONE>,
> +				     <0 0xc5 0 IRQ_TYPE_NONE>,
> +				     <0 0xc6 0 IRQ_TYPE_NONE>,
> +				     <0 0xc7 0 IRQ_TYPE_NONE>,
> +				     <0 0xc8 0 IRQ_TYPE_NONE>,
> +				     <0 0xc9 0 IRQ_TYPE_NONE>,
> +				     <0 0xca 0 IRQ_TYPE_NONE>,
> +				     <0 0xcb 0 IRQ_TYPE_NONE>,
> +				     <0 0xcc 0 IRQ_TYPE_NONE>,
> +				     <0 0xcd 0 IRQ_TYPE_NONE>,
> +				     <0 0xce 0 IRQ_TYPE_NONE>,
> +				     <0 0xcf 0 IRQ_TYPE_NONE>,
> +				     <0 0xd0 0 IRQ_TYPE_NONE>,
> +				     <0 0xd1 0 IRQ_TYPE_NONE>,
> +				     <0 0xd2 0 IRQ_TYPE_NONE>,
> +				     <0 0xd3 0 IRQ_TYPE_NONE>,
> +				     <0 0xd4 0 IRQ_TYPE_NONE>,
> +				     <0 0xd5 0 IRQ_TYPE_NONE>,
> +				     <0 0xd6 0 IRQ_TYPE_NONE>,
> +				     <0 0xd7 0 IRQ_TYPE_NONE>,
> +				     <0 0xd8 0 IRQ_TYPE_NONE>,
> +				     <0 0xd9 0 IRQ_TYPE_NONE>;
> +		};
> +
> +	};
> +
> +	pm8998_lsid1: pmic@1 {
> +		compatible = "qcom,pm8998", "qcom,spmi-pmic";
> +		reg = <0x1 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +	};
> +};
> -- 
> Sent by a computer through tubes
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: bjorn.andersson@linaro.org (Bjorn Andersson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: dts: qcom: Add pm8005 and pm8998 support
Date: Fri, 22 Jun 2018 09:58:06 -0700	[thread overview]
Message-ID: <20180622165806.GC10336@builder> (raw)
In-Reply-To: <20180613152054.54812-1-swboyd@chromium.org>

On Wed 13 Jun 08:20 PDT 2018, Stephen Boyd wrote:

> Add basic support for the pm8005 and pm8998 PMICs. For now just support
> the GPIO controllers.
> 
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> ---
>  arch/arm64/boot/dts/qcom/pm8005.dtsi | 33 +++++++++++++++++
>  arch/arm64/boot/dts/qcom/pm8998.dtsi | 55 ++++++++++++++++++++++++++++
>  2 files changed, 88 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/qcom/pm8005.dtsi
>  create mode 100644 arch/arm64/boot/dts/qcom/pm8998.dtsi
> 
> diff --git a/arch/arm64/boot/dts/qcom/pm8005.dtsi b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> new file mode 100644
> index 000000000000..4d5aca3eeb69
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> @@ -0,0 +1,33 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/* Copyright 2018 Google LLC. */
> +
> +#include <dt-bindings/spmi/spmi.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
> +
> +&spmi_bus {
> +	pm8005_lsid0: pmic at 4 {
> +		compatible = "qcom,pm8005", "qcom,spmi-pmic";
> +		reg = <0x4 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +
> +		pm8005_gpio: gpios at c000 {
> +			compatible = "qcom,pm8005-gpio", "qcom,spmi-gpio";
> +			reg = <0xc000>;
> +			gpio-controller;
> +			#gpio-cells = <2>;
> +			interrupts = <0 0xc0 0 IRQ_TYPE_NONE>,
> +				     <0 0xc1 0 IRQ_TYPE_NONE>,
> +				     <0 0xc2 0 IRQ_TYPE_NONE>,
> +				     <0 0xc3 0 IRQ_TYPE_NONE>;
> +		};
> +
> +	};
> +
> +	pm8005_lsid1: pmic at 5 {
> +		compatible = "qcom,pm8005", "qcom,spmi-pmic";
> +		reg = <0x5 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +	};
> +};
> diff --git a/arch/arm64/boot/dts/qcom/pm8998.dtsi b/arch/arm64/boot/dts/qcom/pm8998.dtsi
> new file mode 100644
> index 000000000000..92bed1e7d4bb
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/pm8998.dtsi
> @@ -0,0 +1,55 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/* Copyright 2018 Google LLC. */
> +
> +#include <dt-bindings/spmi/spmi.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
> +
> +&spmi_bus {
> +	pm8998_lsid0: pmic at 0 {
> +		compatible = "qcom,pm8998", "qcom,spmi-pmic";
> +		reg = <0x0 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +
> +		pm8998_gpio: gpios at c000 {
> +			compatible = "qcom,pm8998-gpio", "qcom,spmi-gpio";
> +			reg = <0xc000>;
> +			gpio-controller;
> +			#gpio-cells = <2>;
> +			interrupts = <0 0xc0 0 IRQ_TYPE_NONE>,
> +				     <0 0xc1 0 IRQ_TYPE_NONE>,
> +				     <0 0xc2 0 IRQ_TYPE_NONE>,
> +				     <0 0xc3 0 IRQ_TYPE_NONE>,
> +				     <0 0xc4 0 IRQ_TYPE_NONE>,
> +				     <0 0xc5 0 IRQ_TYPE_NONE>,
> +				     <0 0xc6 0 IRQ_TYPE_NONE>,
> +				     <0 0xc7 0 IRQ_TYPE_NONE>,
> +				     <0 0xc8 0 IRQ_TYPE_NONE>,
> +				     <0 0xc9 0 IRQ_TYPE_NONE>,
> +				     <0 0xca 0 IRQ_TYPE_NONE>,
> +				     <0 0xcb 0 IRQ_TYPE_NONE>,
> +				     <0 0xcc 0 IRQ_TYPE_NONE>,
> +				     <0 0xcd 0 IRQ_TYPE_NONE>,
> +				     <0 0xce 0 IRQ_TYPE_NONE>,
> +				     <0 0xcf 0 IRQ_TYPE_NONE>,
> +				     <0 0xd0 0 IRQ_TYPE_NONE>,
> +				     <0 0xd1 0 IRQ_TYPE_NONE>,
> +				     <0 0xd2 0 IRQ_TYPE_NONE>,
> +				     <0 0xd3 0 IRQ_TYPE_NONE>,
> +				     <0 0xd4 0 IRQ_TYPE_NONE>,
> +				     <0 0xd5 0 IRQ_TYPE_NONE>,
> +				     <0 0xd6 0 IRQ_TYPE_NONE>,
> +				     <0 0xd7 0 IRQ_TYPE_NONE>,
> +				     <0 0xd8 0 IRQ_TYPE_NONE>,
> +				     <0 0xd9 0 IRQ_TYPE_NONE>;
> +		};
> +
> +	};
> +
> +	pm8998_lsid1: pmic at 1 {
> +		compatible = "qcom,pm8998", "qcom,spmi-pmic";
> +		reg = <0x1 SPMI_USID>;
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +	};
> +};
> -- 
> Sent by a computer through tubes
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2018-06-22 16:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13 15:20 [PATCH] arm64: dts: qcom: Add pm8005 and pm8998 support Stephen Boyd
2018-06-13 15:20 ` Stephen Boyd
2018-06-13 23:27 ` Evan Green
2018-06-13 23:27   ` Evan Green
2018-06-22 16:58 ` Bjorn Andersson [this message]
2018-06-22 16:58   ` Bjorn Andersson

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=20180622165806.GC10336@builder \
    --to=bjorn.andersson@linaro.org \
    --cc=andy.gross@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=swboyd@chromium.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.