mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ARM: dts: rockchip: Change tsadc clk 2M to 4M for rv1126
TSADC PHY clk is 2~6M, but a few boards 2M tsadc does not work. Change-Id: I34b7e845be3713d9603ec159eae5f57cf63b003a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -1104,7 +1104,7 @@
|
||||
rockchip,grf = <&grf>;
|
||||
interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
|
||||
assigned-clocks = <&cru CLK_CPU_TSADC>;
|
||||
assigned-clock-rates = <2000000>;
|
||||
assigned-clock-rates = <4000000>;
|
||||
clocks = <&cru CLK_CPU_TSADC>, <&cru PCLK_CPU_TSADC>,
|
||||
<&cru CLK_CPU_TSADCPHY>;
|
||||
clock-names = "tsadc", "apb_pclk", "phy_clk";
|
||||
@@ -1122,7 +1122,7 @@
|
||||
rockchip,grf = <&grf>;
|
||||
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
|
||||
assigned-clocks = <&cru CLK_NPU_TSADC>;
|
||||
assigned-clock-rates = <2000000>;
|
||||
assigned-clock-rates = <4000000>;
|
||||
clocks = <&cru CLK_NPU_TSADC>, <&cru PCLK_NPU_TSADC>,
|
||||
<&cru CLK_NPU_TSADCPHY>;
|
||||
clock-names = "tsadc", "apb_pclk", "phy_clk";
|
||||
|
||||
Reference in New Issue
Block a user