mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: Assign GMAC_ACLK to 180M for rk3328
If aclk_gmac is not set, the default configuration is 98.304M, which cause the tcp checksum error. Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: I7009541f6a035285d038f84d7a4222aba26beed0
This commit is contained in:
@@ -1116,7 +1116,8 @@
|
||||
<&cru ACLK_BUS_PRE>, <&cru HCLK_BUS_PRE>,
|
||||
<&cru PCLK_BUS_PRE>, <&cru ACLK_PERI_PRE>,
|
||||
<&cru HCLK_PERI>, <&cru PCLK_PERI>,
|
||||
<&cru SCLK_RTC32K>, <&cru ACLK_VOP>;
|
||||
<&cru SCLK_RTC32K>, <&cru ACLK_VOP>,
|
||||
<&cru ACLK_GMAC>;
|
||||
assigned-clock-parents =
|
||||
<&cru HDMIPHY>, <&cru PLL_APLL>,
|
||||
<&cru PLL_GPLL>, <&xin24m>,
|
||||
@@ -1136,7 +1137,8 @@
|
||||
<150000000>, <75000000>,
|
||||
<75000000>, <150000000>,
|
||||
<75000000>, <75000000>,
|
||||
<32768>, <400000000>;
|
||||
<32768>, <400000000>,
|
||||
<180000000>;
|
||||
};
|
||||
|
||||
usb2phy_grf: syscon@ff450000 {
|
||||
|
||||
Reference in New Issue
Block a user