mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rockchip: fixed the 1GHz cpu frequency for rk3036-kylin
As the cpu frequency is less than 816MHz, the HDMI display maybe probably cause a flower screen as below log[0]. And Kylin used the rk3036g series SoCs that the max cpu frequency supported the 1GHz, not 1.2GHz. In a word, keep the cpu frequency to 1GHz for kylin board. log[0]: [26.498843] rk_iommu 10118300.iommu: Enable stall request timed out, status: 0x000011 [26.528809] rk_iommu 10118300.iommu: Disable paging request timed out, status: 0x000011 [26.598849] rk_iommu 10118300.iommu: Enable stall request timed out, status: 0x000011 [26.607579] rockchip-vop 10118000.vop: Failed to attach iommu device [26.614916] rockchip-vop 10118000.vop: failed to attach dma mapping, -110 .. Change-Id: I8e1d4527b649d8857a9d80a121c10935a4cd1030 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -125,6 +125,8 @@
|
||||
&cpu0_opp_table {
|
||||
/delete-node/ opp-408000000;
|
||||
/delete-node/ opp-600000000;
|
||||
/delete-node/ opp-816000000;
|
||||
/delete-node/ opp-1200000000;
|
||||
};
|
||||
|
||||
&emac {
|
||||
|
||||
Reference in New Issue
Block a user