svn commit: r354407 - head/sys/arm/allwinner/clkng

Emmanuel Vadot manu at FreeBSD.org
Wed Nov 6 18:39:33 UTC 2019


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


More information about the svn-src-all mailing list