Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/dts Add cpu0 clock



details:   https://anonhg.NetBSD.org/src/rev/506c2f6ee7bf
branches:  trunk
changeset: 318965:506c2f6ee7bf
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri May 11 00:00:04 2018 +0000
description:
Add cpu0 clock

diffstat:

 sys/arch/arm/dts/sun50i-a64.dtsi |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r dd2a2b1173d3 -r 506c2f6ee7bf sys/arch/arm/dts/sun50i-a64.dtsi
--- a/sys/arch/arm/dts/sun50i-a64.dtsi  Thu May 10 23:58:05 2018 +0000
+++ b/sys/arch/arm/dts/sun50i-a64.dtsi  Fri May 11 00:00:04 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun50i-a64.dtsi,v 1.8 2018/05/10 00:04:46 jmcneill Exp $ */
+/* $NetBSD: sun50i-a64.dtsi,v 1.9 2018/05/11 00:00:04 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -113,6 +113,10 @@
        };
 };
 
+&cpu0 {
+       clocks = <&ccu 1>; /* 1=CLK_PLL_CPUX */
+};
+
 &pio {
        pwm0_pins: pwm0 {
                pins = "PD22";



Home | Main Index | Thread Index | Old Index