arm64: dts: rockchip: enable Type-C phy for rk3399 evb/box

Change-Id: Idb2f919e008c37aa030c114c9a11df2d69126e99
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
This commit is contained in:
Wu Liang feng
2016-08-17 14:14:03 +08:00
committed by Huang, Tao
parent 7342d34057
commit c91cc0944a
2 changed files with 15 additions and 4 deletions

View File

@@ -716,6 +716,11 @@
temperature = <105000>;
};
&tcphy0 {
extcon = <&fusb0>;
status = "okay";
};
&tsadc {
/* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-mode = <1>;
@@ -797,10 +802,6 @@
status = "okay";
};
&tcphy0{
extcon = <&fusb0>;
};
&pwm2 {
status = "okay";
};

View File

@@ -379,6 +379,16 @@
status = "okay";
};
&tcphy0 {
extcon = <&fusb0>;
status = "okay";
};
&tcphy1 {
extcon = <&fusb1>;
status = "okay";
};
&tsadc {
rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */