Skip to content

Commit

Permalink
Enabled tsadc for Rock Pi S
Browse files Browse the repository at this point in the history
  • Loading branch information
piter75 authored and StephenInVamrs committed Sep 6, 2019
1 parent cf69a41 commit 4caebb0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion arch/arm64/boot/dts/rockchip/rockpi-s-linux.dts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@
status = "okay";
};

&tsadc {
rockchip,hw-tshut-mode = <0>; /* 0:CRU */
rockchip,hw-tshut-polarity = <1>; /* 1:HIGH */
status = "okay";
};

&u2phy {
status = "okay";

Expand Down Expand Up @@ -357,4 +363,4 @@

&acodec {
status = "okay";
};
};

0 comments on commit 4caebb0

Please sign in to comment.