diff options
author | Paweł Jarosz <paweljarosz3691@gmail.com> | 2016-01-19 07:09:21 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-01-25 19:10:55 -0500 |
commit | 00f8508bc994405f6debfbfcd51e37b22b461378 (patch) | |
tree | 746ca1b606475ba0e44bbcf523650d38dce736ed /arch/arm/boot/dts/rk3066a.dtsi | |
parent | d2afbe5d3f2b1fd2d4fae54d1f03d6366a5e321a (diff) |
ARM: dts: rockchip: add tsadc node
Add the device node for the TSADC found on rk3066.
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3066a.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index 56922730d285..cb0a552e0b18 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi | |||
@@ -190,6 +190,16 @@ | |||
190 | clock-names = "timer", "pclk"; | 190 | clock-names = "timer", "pclk"; |
191 | }; | 191 | }; |
192 | 192 | ||
193 | tsadc: tsadc@20060000 { | ||
194 | compatible = "rockchip,rk3066-tsadc"; | ||
195 | reg = <0x20060000 0x100>; | ||
196 | clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>; | ||
197 | clock-names = "saradc", "apb_pclk"; | ||
198 | interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; | ||
199 | #io-channel-cells = <1>; | ||
200 | status = "disabled"; | ||
201 | }; | ||
202 | |||
193 | usbphy: phy { | 203 | usbphy: phy { |
194 | compatible = "rockchip,rk3066a-usb-phy", "rockchip,rk3288-usb-phy"; | 204 | compatible = "rockchip,rk3066a-usb-phy", "rockchip,rk3288-usb-phy"; |
195 | rockchip,grf = <&grf>; | 205 | rockchip,grf = <&grf>; |