linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: robh+dt@kernel.org, Fabio Estevam <festevam@gmail.com>,
	otavio@ossystems.com.br, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/6] ARM: dts: imx6ul-pico-hobbit: Add ADC support
Date: Mon, 24 Feb 2020 16:31:57 -0300	[thread overview]
Message-ID: <20200224193200.2773-3-festevam@gmail.com> (raw)
In-Reply-To: <20200224193200.2773-1-festevam@gmail.com>

imx6ul-pico-hobbit has a ADC081 under I2C3.

Add support for it.

Signed-off-by: Fabio Estevam <festevam@gmail.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 09f7ffa9ad8c..2a951d6ffa63 100644
--- a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
+++ b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts
@@ -60,6 +60,12 @@
 &i2c3 {
 	status = "okay";
 
+	adc081c: adc@50 {
+		compatible = "ti,adc081c";
+		reg = <0x50>;
+		vref-supply = <&reg_3p3v>;
+	};
+
 	polytouch: touchscreen@38 {
 		compatible = "edt,edt-ft5x06";
 		reg = <0x38>;
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-02-24 19:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 19:31 [PATCH 1/6] dt-bindings: arm: fsl: Add TechNexion boards Fabio Estevam
2020-02-24 19:31 ` [PATCH 2/6] ARM: dts: imx7d-pico: Add support for the dwarf baseboard Fabio Estevam
2020-03-10 14:35   ` Shawn Guo
2020-03-10 14:43     ` Otavio Salvador
2020-02-24 19:31 ` Fabio Estevam [this message]
2020-03-10 14:36   ` [PATCH 3/6] ARM: dts: imx6ul-pico-hobbit: Add ADC support Shawn Guo
2020-03-10 18:15     ` Fabio Estevam
2020-02-24 19:31 ` [PATCH 4/6] ARM: dts: imx7d-pico: Add support for the nymph baseboard Fabio Estevam
2020-02-24 19:31 ` [PATCH 5/6] ARM: dts: imx6ul-pico: Add support for the dwarf baseboard Fabio Estevam
2020-02-24 19:32 ` [PATCH 6/6] ARM: dts: imx6qdl: Add imx6qdl-pico support Fabio Estevam

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=20200224193200.2773-3-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=otavio@ossystems.com.br \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@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).