From owner-svn-src-head@freebsd.org Thu Jun 14 05:54:05 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B92100296A; Thu, 14 Jun 2018 05:54:05 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A3AC775147; Thu, 14 Jun 2018 05:54:04 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id f1a6438b; Thu, 14 Jun 2018 07:53:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=Y7OphintpxvT IzTfo24M31i7UQI=; b=eiegBCsWnLbqmxjlHkUrxGOdKZVSVpHN2h26DbOq0/OA 0O/uZlXZK7wPUkOUYMaio5OUcbp4oujM7WYOkEVW8c5jBs5xjv24In3reXlejR0W bktRXEWPtZdtpU38wwpnAVTlTQSEJhEG/0X0ZpTS5vUfo4fT5wcQhINNIhuJ8OA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=cMlpdU XKOAauZGJ7SuGsVwKBgAqlCw9CsXZDyR4uYq3QqGKxIWsHREFO0EeOjLkZK9IoEP 8Y0KCrXNbWT7h2KpeLaNA3W5hdzECNRI6SujTPBPeG6KgPsw9/yXeI+r/kBbeuZL ZK/SnCRQ3GOKgVLwricc1tEtAhDyLUc3ATPBk= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 9d82e74c TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 14 Jun 2018 07:53:55 +0200 (CEST) Date: Thu, 14 Jun 2018 07:53:55 +0200 From: Emmanuel Vadot To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r335108 - head/sys/arm64/rockchip/clk Message-Id: <20180614075355.39845fb56979c7226692c3f9@bidouilliste.com> In-Reply-To: <201806140543.w5E5hjS8036518@repo.freebsd.org> References: <201806140543.w5E5hjS8036518@repo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 05:54:05 -0000 On Thu, 14 Jun 2018 05:43:45 +0000 (UTC) Emmanuel Vadot wrote: > Author: manu > Date: Thu Jun 14 05:43:45 2018 > New Revision: 335108 > URL: https://svnweb.freebsd.org/changeset/base/335108 > > Log: > rk_pll: Add support for mode > > RockChip PLL have two modes controlled by a register, a "slow mode" (the > default one) where the frequency is derived from the 24Mhz oscillator on the > board, and a "normal" one when the pll take it's input from the real PLL output. > > Default the mode to normal for all the PLLs. > Thanks to jmcneill@ for the tip by the way. -- Emmanuel Vadot