svn commit: r355810 - stable/12/sys/arm/allwinner/clkng
Emmanuel Vadot
manu at FreeBSD.org
Mon Dec 16 18:02:49 UTC 2019
Author: manu
Date: Mon Dec 16 18:02:48 2019
New Revision: 355810
URL: https://svnweb.freebsd.org/changeset/base/355810
Log:
MFC r354407:
arm64: allwinner: a64: Do not init the video related clocks
This should be handled by the video drivers and this break EFIFB
as this changes clock setup by the bootloader.
Modified:
stable/12/sys/arm/allwinner/clkng/ccu_a64.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/arm/allwinner/clkng/ccu_a64.c
==============================================================================
--- stable/12/sys/arm/allwinner/clkng/ccu_a64.c Mon Dec 16 18:00:05 2019 (r355809)
+++ stable/12/sys/arm/allwinner/clkng/ccu_a64.c Mon Dec 16 18:02:48 2019 (r355810)
@@ -789,10 +789,6 @@ static struct aw_clk_init a64_init_clks[] = {
{"ahb1", "pll_periph0", 0, false},
{"ahb2", "pll_periph0", 0, false},
{"dram", "pll_ddr0", 0, false},
- {"pll_de", NULL, 432000000, true},
- {"de", "pll_de", 0, true},
- {"tcon0", "pll_video0-2x", 0, false},
- {"tcon1", "pll_video1", 0, false},
};
static int
More information about the svn-src-stable
mailing list