All of lore.kernel.org
 help / color / mirror / Atom feed
From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/6] ARM: dts: sun7i: Enable i2c bus 1 and 2 on the Wits A20 Pro DKT
Date: Fri, 14 Aug 2015 16:50:57 +0200	[thread overview]
Message-ID: <55CE0051.4010403@redhat.com> (raw)
In-Reply-To: <1439563477-12295-3-git-send-email-hdegoede@redhat.com>

Hi Maxime,

On 14-08-15 16:44, Hans de Goede wrote:
> Enable i2c bus 1 and 2 on the Wits A20 Pro DKT, these are used for
> the touchscreen resp. the accelerometer.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Erm, please skip this one it depends on another patch
(which adds the sun7i-a20-wits-pro-a20-dkt.dts), which
I've not submitted yet as it depends on the axp
usb-power-supply driver.

So as said please skip this one, I've squashed it into
the patch adding the dts file, which I will submit
later.

Regards,

Hans



> ---
>   arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts b/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
> index da47608..85b500d 100644
> --- a/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
> +++ b/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
> @@ -92,6 +92,18 @@
>   	};
>   };
>
> +&i2c1 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&i2c1_pins_a>;
> +	status = "okay";
> +};
> +
> +&i2c2 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&i2c2_pins_a>;
> +	status = "okay";
> +};
> +
>   #include "axp209.dtsi"
>
>   &mmc0 {
>

WARNING: multiple messages have this Message-ID (diff)
From: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Jelle van der Waa <jelle-oJJ1AqDjjO4@public.gmane.org>,
	Ralph Willekes <benadski-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH 2/6] ARM: dts: sun7i: Enable i2c bus 1 and 2 on the Wits A20 Pro DKT
Date: Fri, 14 Aug 2015 16:50:57 +0200	[thread overview]
Message-ID: <55CE0051.4010403@redhat.com> (raw)
In-Reply-To: <1439563477-12295-3-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

Hi Maxime,

On 14-08-15 16:44, Hans de Goede wrote:
> Enable i2c bus 1 and 2 on the Wits A20 Pro DKT, these are used for
> the touchscreen resp. the accelerometer.
>
> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

Erm, please skip this one it depends on another patch
(which adds the sun7i-a20-wits-pro-a20-dkt.dts), which
I've not submitted yet as it depends on the axp
usb-power-supply driver.

So as said please skip this one, I've squashed it into
the patch adding the dts file, which I will submit
later.

Regards,

Hans



> ---
>   arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts b/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
> index da47608..85b500d 100644
> --- a/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
> +++ b/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts
> @@ -92,6 +92,18 @@
>   	};
>   };
>
> +&i2c1 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&i2c1_pins_a>;
> +	status = "okay";
> +};
> +
> +&i2c2 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&i2c2_pins_a>;
> +	status = "okay";
> +};
> +
>   #include "axp209.dtsi"
>
>   &mmc0 {
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-08-14 14:50 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-14 14:44 [PATCH 0/6] ARM: dts: sunxi: Various sunxi devicetree patches Hans de Goede
2015-08-14 14:44 ` Hans de Goede
2015-08-14 14:44 ` [PATCH 1/6] ARM: dts: sun5i: Add simplefb node for tvencoder output Hans de Goede
2015-08-14 14:44   ` Hans de Goede
2015-08-20  6:43   ` Maxime Ripard
2015-08-20  6:43     ` Maxime Ripard
2015-08-14 14:44 ` [PATCH 2/6] ARM: dts: sun7i: Enable i2c bus 1 and 2 on the Wits A20 Pro DKT Hans de Goede
2015-08-14 14:44   ` Hans de Goede
2015-08-14 14:50   ` Hans de Goede [this message]
2015-08-14 14:50     ` Hans de Goede
2015-08-14 14:44 ` [PATCH 3/6] ARM: dts: sun7i: Add regulator configuration to the pcduino3 dts file Hans de Goede
2015-08-14 14:44   ` Hans de Goede
2015-08-20  6:44   ` Maxime Ripard
2015-08-20  6:44     ` Maxime Ripard
2015-08-14 14:44 ` [PATCH 4/6] ARM: dts: sun7i: Enable USB DRC on pcDuino 3 Hans de Goede
2015-08-14 14:44   ` Hans de Goede
2015-08-20  6:45   ` Maxime Ripard
2015-08-20  6:45     ` Maxime Ripard
2015-08-20  7:36     ` [linux-sunxi] " Hans de Goede
2015-08-20  7:36       ` Hans de Goede
2015-08-20 15:03       ` Maxime Ripard
2015-08-20 15:03         ` Maxime Ripard
2015-08-14 14:44 ` [PATCH 5/6] ARM: dts: sun7i: Enable USB DRC on cubieboard2 Hans de Goede
2015-08-14 14:44   ` Hans de Goede
2015-08-20 15:04   ` Maxime Ripard
2015-08-20 15:04     ` Maxime Ripard
2015-08-14 14:44 ` [PATCH 6/6] ARM: dts: sun8i: Add support for qt90h-v4 tablets Hans de Goede
2015-08-14 14:44   ` Hans de Goede
2015-08-20  6:47   ` Maxime Ripard
2015-08-20  6:47     ` Maxime Ripard

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=55CE0051.4010403@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.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.