ARM64: dts: rockchip: enable tsadc node for rk3366-tb

Set status of tsadc node to "okay" to make tsadc work.

Change-Id: I741adc9ce611f6f0f279fbb351dfaa5fc947db06
Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
This commit is contained in:
Rocky Hao
2016-05-30 09:53:29 +08:00
committed by Huang, Tao
parent fe16f4b53f
commit 7f416c52a1

View File

@@ -351,6 +351,10 @@
};
};
&tsadc {
status = "okay";
};
&nandc0 {
status = "okay"; /* enable both for emmc and nand */
};