mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: rv1103: Change CLK_339M_SRC to 264MHz
ISP's parents are CLK_339M_SRC and CLK_200M_SRC, 4M/30fps requires 264M for better power and performance. But it can only get 200M as CLK_200M_SRC is the closest clk src than CLK_339M_SRC. CLK_339M_SRC only outputs for ISP and VICAP modules, it's fine to change CLK_339M_SRC to 264MHz. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I9d349ec7e1dc29f2f6ecdda954a6c0419b9b7d89
This commit is contained in:
@@ -21,6 +21,23 @@
|
||||
/delete-node/ opp-1608000000;
|
||||
};
|
||||
|
||||
&cru {
|
||||
assigned-clocks =
|
||||
<&cru PLL_GPLL>, <&cru PLL_CPLL>,
|
||||
<&cru ARMCLK>,
|
||||
<&cru ACLK_PERI_ROOT>, <&cru HCLK_PERI_ROOT>,
|
||||
<&cru PCLK_PERI_ROOT>, <&cru ACLK_BUS_ROOT>,
|
||||
<&cru PCLK_TOP_ROOT>, <&cru PCLK_PMU_ROOT>,
|
||||
<&cru HCLK_PMU_ROOT>, <&cru CLK_339M_SRC>;
|
||||
assigned-clock-rates =
|
||||
<1188000000>, <1000000000>,
|
||||
<1104000000>,
|
||||
<400000000>, <200000000>,
|
||||
<100000000>, <300000000>,
|
||||
<100000000>, <100000000>,
|
||||
<200000000>, <264000000>;
|
||||
};
|
||||
|
||||
&u2phy_otg {
|
||||
rockchip,vbus-always-on;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user