ARM: dts: rockchip: Use correct dts properties for tsadc node on veyron

tsadc-tshut-mode and tsadc-tshut-polarity properties don't exist. The rockchip
thermal driver looks for rockchip,hw-tshut-mode and rockchip,hw-tshut-polarity
instead, otherwise it might freeze or hang the device according to the default
mode or polarity used.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Romain Perier 2015-07-22 07:44:06 +02:00 коммит произвёл Heiko Stuebner
Родитель 4863dcd394
Коммит 117ccc11ac
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -367,8 +367,8 @@
&tsadc {
status = "okay";
tsadc-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
tsadc-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
};
&uart0 {