Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sunxi Fix CLK_BUS_HDMI bit



details:   https://anonhg.NetBSD.org/src/rev/887d425f38c2
branches:  trunk
changeset: 461317:887d425f38c2
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Nov 22 19:46:38 2019 +0000

description:
Fix CLK_BUS_HDMI bit

diffstat:

 sys/arch/arm/sunxi/sun50i_a64_ccu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5317b20d988c -r 887d425f38c2 sys/arch/arm/sunxi/sun50i_a64_ccu.c
--- a/sys/arch/arm/sunxi/sun50i_a64_ccu.c       Fri Nov 22 15:57:49 2019 +0000
+++ b/sys/arch/arm/sunxi/sun50i_a64_ccu.c       Fri Nov 22 19:46:38 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun50i_a64_ccu.c,v 1.15 2019/11/17 19:51:12 jmcneill Exp $ */
+/* $NetBSD: sun50i_a64_ccu.c,v 1.16 2019/11/22 19:46:38 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: sun50i_a64_ccu.c,v 1.15 2019/11/17 19:51:12 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: sun50i_a64_ccu.c,v 1.16 2019/11/22 19:46:38 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -521,7 +521,7 @@
        SUNXI_CCU_GATE(A64_CLK_BUS_CSI, "bus-csi", "ahb1",
            BUS_CLK_GATING_REG1, 8),
        SUNXI_CCU_GATE(A64_CLK_BUS_HDMI, "bus-hdmi", "ahb1",
-           BUS_CLK_GATING_REG1, 10),
+           BUS_CLK_GATING_REG1, 11),
        SUNXI_CCU_GATE(A64_CLK_BUS_DE, "bus-de", "ahb1",
            BUS_CLK_GATING_REG1, 12),
        SUNXI_CCU_GATE(A64_CLK_BUS_GPU, "bus-gpu", "ahb1",



Home | Main Index | Thread Index | Old Index