ARM64: dts: rockchip: enable tsadc node for rk3366-tb
authorRocky Hao <rocky.hao@rock-chips.com>
Mon, 30 May 2016 01:53:29 +0000 (09:53 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 30 May 2016 03:02:01 +0000 (11:02 +0800)
Set status of tsadc node to "okay" to make tsadc work.

Change-Id: I741adc9ce611f6f0f279fbb351dfaa5fc947db06
Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3366-tb.dts

index 708f2afd2fa0685f7fe063dc5b46e34c12f7da93..15b9ded30d5949cdcedaaf3f569c0fa7741f08bf 100644 (file)
        };
 };
 
+&tsadc {
+       status = "okay";
+};
+
 &nandc0 {
        status = "okay"; /* enable both for emmc and nand */
 };