ARM: dts: rockchip: fix TSADC reset node for rk3066a

This patch fixes incorectly assigned rk3066a TSADC node

Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Paweł Jarosz 2016-11-14 07:54:00 +01:00 committed by Heiko Stuebner
parent 6a8883d614
commit e5a31718d6
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@
clock-names = "saradc", "apb_pclk";
interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
#io-channel-cells = <1>;
resets = <&cru SRST_SARADC>;
resets = <&cru SRST_TSADC>;
reset-names = "saradc-apb";
status = "disabled";
};