public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: paweljarosz3691@gmail.com (Paweł Jarosz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: dts: rockchip: add tsadc node
Date: Tue, 19 Jan 2016 13:09:21 +0100	[thread overview]
Message-ID: <1453205361-27267-4-git-send-email-paweljarosz3691@gmail.com> (raw)
In-Reply-To: <1453205361-27267-1-git-send-email-paweljarosz3691@gmail.com>

Add the device node for the TSADC found on rk3066.

Signed-off-by: Pawe? Jarosz <paweljarosz3691@gmail.com>
---
 arch/arm/boot/dts/rk3066a.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index 58bac50..adb0258 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -188,6 +188,17 @@
 		clock-names = "timer", "pclk";
 	};
 
+	tsadc: tsadc at 20060000 {
+		compatible = "rockchip,rk3066-tsadc";
+		reg = <0x20060000 0x100>;
+		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
+		#io-channel-cells = <1>;
+		clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
+		clock-names = "saradc", "apb_pclk";
+		vref-supply = <&vcc_io>;
+		status = "disabled";
+	};
+
 	usbphy: phy {
 		compatible = "rockchip,rk3066a-usb-phy", "rockchip,rk3288-usb-phy";
 		rockchip,grf = <&grf>;
-- 
1.9.1

  parent reply	other threads:[~2016-01-19 12:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19 12:09 [PATCH 0/3] Add rk3066 tsadc device tree bindings Paweł Jarosz
2016-01-19 12:09 ` [PATCH 1/3] clk: rockchip: Add new id for rk3066 tsadc clock Paweł Jarosz
2016-01-19 12:09 ` [PATCH 2/3] clk: rockchip: add tsadc clock on rk3066 Paweł Jarosz
2016-01-19 12:09 ` Paweł Jarosz [this message]
2016-01-26  0:13 ` [PATCH 0/3] Add rk3066 tsadc device tree bindings Heiko Stübner

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=1453205361-27267-4-git-send-email-paweljarosz3691@gmail.com \
    --to=paweljarosz3691@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox