Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5a31718 authored by Paweł Jarosz's avatar Paweł Jarosz Committed by Heiko Stuebner
Browse files

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



This patch fixes incorectly assigned rk3066a TSADC node

Signed-off-by: default avatarPaweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6a8883d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
	};