Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paweł Jarosz and committed by
Heiko Stuebner
00f8508b d2afbe5d

+10
+10
arch/arm/boot/dts/rk3066a.dtsi
··· 190 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 203 usbphy: phy { 194 204 compatible = "rockchip,rk3066a-usb-phy", "rockchip,rk3288-usb-phy"; 195 205 rockchip,grf = <&grf>;