All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	Doug Anderson <dianders@chromium.org>,
	Olof Johansson <olof@lixom.net>, Mark Brown <broonie@kernel.org>,
	Naveen Krishna Chatradhi <ch.naveen@samsung.com>,
	Rahul Sharma <rahul.sharma@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/6] ARM: dts: Add Peach Pit and Pi dts entry for max77802 PMIC
Date: Tue, 19 Aug 2014 20:52:19 +0200	[thread overview]
Message-ID: <53F39CE3.8040303@suse.de> (raw)
In-Reply-To: <1408460913-13863-2-git-send-email-javier.martinez@collabora.co.uk>

Am 19.08.2014 17:08, schrieb Javier Martinez Canillas:
> diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> index 228a6b1..8619d58 100644
> --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
> +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> @@ -144,6 +144,339 @@
>  	ddc = <&i2c_2>;
>  };
>  
> +&hsi2c_4 {
> +	status = "okay";
> +	clock-frequency = <400000>;
> +
> +	max77802-pmic@9 {
> +		compatible = "maxim,max77802";
> +		interrupt-parent = <&gpx3>;
> +		interrupts = <1 0>;

<1 IRQ_TYPE_NONE>?

[...]
> diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts
> index f3ee48b..f753eae 100644
> --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
> +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
> @@ -142,6 +142,339 @@
>  	ddc = <&i2c_2>;
>  };
>  
> +&hsi2c_4 {
> +	status = "okay";
> +	clock-frequency = <400000>;
> +
> +	max77802-pmic@9 {
> +		compatible = "maxim,max77802";
> +		interrupt-parent = <&gpx3>;
> +		interrupts = <1 0>;

Dito?

Cheers,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

WARNING: multiple messages have this Message-ID (diff)
From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] ARM: dts: Add Peach Pit and Pi dts entry for max77802 PMIC
Date: Tue, 19 Aug 2014 20:52:19 +0200	[thread overview]
Message-ID: <53F39CE3.8040303@suse.de> (raw)
In-Reply-To: <1408460913-13863-2-git-send-email-javier.martinez@collabora.co.uk>

Am 19.08.2014 17:08, schrieb Javier Martinez Canillas:
> diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> index 228a6b1..8619d58 100644
> --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
> +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> @@ -144,6 +144,339 @@
>  	ddc = <&i2c_2>;
>  };
>  
> +&hsi2c_4 {
> +	status = "okay";
> +	clock-frequency = <400000>;
> +
> +	max77802-pmic at 9 {
> +		compatible = "maxim,max77802";
> +		interrupt-parent = <&gpx3>;
> +		interrupts = <1 0>;

<1 IRQ_TYPE_NONE>?

[...]
> diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts
> index f3ee48b..f753eae 100644
> --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
> +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
> @@ -142,6 +142,339 @@
>  	ddc = <&i2c_2>;
>  };
>  
> +&hsi2c_4 {
> +	status = "okay";
> +	clock-frequency = <400000>;
> +
> +	max77802-pmic at 9 {
> +		compatible = "maxim,max77802";
> +		interrupt-parent = <&gpx3>;
> +		interrupts = <1 0>;

Dito?

Cheers,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg

  reply	other threads:[~2014-08-19 18:52 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-19 15:08 [PATCH 0/6] Add max77802 support for Peach boards Javier Martinez Canillas
2014-08-19 15:08 ` Javier Martinez Canillas
2014-08-19 15:08 ` [PATCH 1/6] ARM: dts: Add Peach Pit and Pi dts entry for max77802 PMIC Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 18:52   ` Andreas Färber [this message]
2014-08-19 18:52     ` Andreas Färber
2014-08-20 10:27     ` Javier Martinez Canillas
2014-08-20 10:27       ` Javier Martinez Canillas
2014-08-19 15:08 ` [PATCH 2/6] ARM: dts: add hdmi regulators for exynos5800 based peach-pi board Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-09-10  4:44   ` Doug Anderson
2014-09-10  4:44     ` Doug Anderson
2014-09-10  4:45     ` Doug Anderson
2014-09-10  4:45       ` Doug Anderson
2014-09-10  9:00       ` Javier Martinez Canillas
2014-09-10  9:00         ` Javier Martinez Canillas
2014-08-19 15:08 ` [PATCH 3/6] ARM: dts: add hdmi regulators for exynos5420 based peach-pit board Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08 ` [PATCH 4/6] ARM: dts: Add thermistor dts fragment used by exynos based Peach boards Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08 ` [PATCH 5/6] ARM: dts: Add vmmc and vqmmc supplies for Peach Pit and Pi boards Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 16:26   ` Doug Anderson
2014-08-19 16:26     ` Doug Anderson
2014-08-20  9:49     ` Javier Martinez Canillas
2014-08-20  9:49       ` Javier Martinez Canillas
2014-08-20  9:49       ` Javier Martinez Canillas
2014-08-19 18:37   ` Andreas Färber
2014-08-19 18:37     ` Andreas Färber
2014-08-20 10:21     ` Javier Martinez Canillas
2014-08-20 10:21       ` Javier Martinez Canillas
2014-08-20 10:36       ` Javier Martinez Canillas
2014-08-20 10:36         ` Javier Martinez Canillas
2014-08-19 15:08 ` [PATCH 6/6] ARM: dts: Add Peach Pit and Pi dts entry for ISL29018 sensor Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas
2014-08-19 15:08   ` Javier Martinez Canillas

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=53F39CE3.8040303@suse.de \
    --to=afaerber@suse.de \
    --cc=broonie@kernel.org \
    --cc=ch.naveen@samsung.com \
    --cc=dianders@chromium.org \
    --cc=javier.martinez@collabora.co.uk \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=rahul.sharma@samsung.com \
    /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.