Date: Wed, 6 Nov 2019 18:39:32 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354407 - head/sys/arm/allwinner/clkng Message-ID: <201911061839.xA6IdW2J012948@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Wed Nov 6 18:39:32 2019 New Revision: 354407 URL: https://svnweb.freebsd.org/changeset/base/354407 Log: 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. MFC after: 1 month Modified: head/sys/arm/allwinner/clkng/ccu_a64.c Modified: head/sys/arm/allwinner/clkng/ccu_a64.c ============================================================================== --- head/sys/arm/allwinner/clkng/ccu_a64.c Wed Nov 6 18:15:20 2019 (r354406) +++ head/sys/arm/allwinner/clkng/ccu_a64.c Wed Nov 6 18:39:32 2019 (r354407) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911061839.xA6IdW2J012948>