mirror of https://gitee.com/openkylin/linux.git
ARM: dts: rockchip: set a sane frequence for tsadc on rk322x
Update freq of tsadc's working clock as 32768 hz, if not set, tsadc will work at a default frequence. Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
9f12da43c3
commit
2b3f2f37ef
|
@ -434,6 +434,8 @@ tsadc: tsadc@11150000 {
|
||||||
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
|
clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
|
||||||
clock-names = "tsadc", "apb_pclk";
|
clock-names = "tsadc", "apb_pclk";
|
||||||
|
assigned-clocks = <&cru SCLK_TSADC>;
|
||||||
|
assigned-clock-rates = <32768>;
|
||||||
resets = <&cru SRST_TSADC>;
|
resets = <&cru SRST_TSADC>;
|
||||||
reset-names = "tsadc-apb";
|
reset-names = "tsadc-apb";
|
||||||
pinctrl-names = "init", "default", "sleep";
|
pinctrl-names = "init", "default", "sleep";
|
||||||
|
|
Loading…
Reference in New Issue