All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6ul-pico-hobbit: add adc081c support
@ 2016-08-31 12:26 Winter Wang
       [not found] ` <1472646394-23772-1-git-send-email-wente.wang-3arQi8VN3Tc@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Winter Wang @ 2016-08-31 12:26 UTC (permalink / raw)
  To: shawnguo-DgEjT+Ai2ygdnm+yROfE0A, fabio.estevam-3arQi8VN3Tc
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

enable ADC081C on pico-hobbit

Change-Id: Ib1575b50dcf32b74abe0ab618ddc55999d19ee47
Signed-off-by: Winter Wang <wente.wang-3arQi8VN3Tc@public.gmane.org>
---
 arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
index c72ee8b..b400582 100644
--- a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
+++ b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
@@ -220,6 +220,12 @@
 			};
 		};
 	};
+
+	adc: adc081c {
+		compatible = "ti,adc081c";
+		reg = <0x50>;
+		vref-supply = <&reg_3p3v>;
+	};
 };
 
 &i2c2 {
-- 
1.9.1

--
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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx6ul-pico-hobbit: add adc081c support
  2016-08-31 12:26 [PATCH] ARM: dts: imx6ul-pico-hobbit: add adc081c support Winter Wang
@ 2016-08-31 15:06     ` Fabio Estevam
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-08-31 15:06 UTC (permalink / raw)
  To: Winter Wang
  Cc: Shawn Guo, Fabio Estevam,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Hi Winter,

On Wed, Aug 31, 2016 at 9:26 AM, Winter Wang <wente.wang-3arQi8VN3Tc@public.gmane.org> wrote:
> enable ADC081C on pico-hobbit
>
> Change-Id: Ib1575b50dcf32b74abe0ab618ddc55999d19ee47

Please remove this line.

> Signed-off-by: Winter Wang <wente.wang-3arQi8VN3Tc@public.gmane.org>
> ---
>  arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
> index c72ee8b..b400582 100644
> --- a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
> +++ b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
> @@ -220,6 +220,12 @@
>                         };
>                 };
>         };
> +
> +       adc: adc081c {
> +               compatible = "ti,adc081c";
> +               reg = <0x50>;
> +               vref-supply = <&reg_3p3v>;
> +       };

You missed the @50:

adc: adc081@50
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: imx6ul-pico-hobbit: add adc081c support
@ 2016-08-31 15:06     ` Fabio Estevam
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-08-31 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Winter,

On Wed, Aug 31, 2016 at 9:26 AM, Winter Wang <wente.wang@nxp.com> wrote:
> enable ADC081C on pico-hobbit
>
> Change-Id: Ib1575b50dcf32b74abe0ab618ddc55999d19ee47

Please remove this line.

> Signed-off-by: Winter Wang <wente.wang@nxp.com>
> ---
>  arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
> index c72ee8b..b400582 100644
> --- a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
> +++ b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
> @@ -220,6 +220,12 @@
>                         };
>                 };
>         };
> +
> +       adc: adc081c {
> +               compatible = "ti,adc081c";
> +               reg = <0x50>;
> +               vref-supply = <&reg_3p3v>;
> +       };

You missed the @50:

adc: adc081 at 50

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-31 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 12:26 [PATCH] ARM: dts: imx6ul-pico-hobbit: add adc081c support Winter Wang
     [not found] ` <1472646394-23772-1-git-send-email-wente.wang-3arQi8VN3Tc@public.gmane.org>
2016-08-31 15:06   ` Fabio Estevam
2016-08-31 15:06     ` Fabio Estevam

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.