Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add sunxipwm, pwmbacklight



details:   https://anonhg.NetBSD.org/src/rev/9ac9389d6f66
branches:  trunk
changeset: 318831:9ac9389d6f66
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun May 06 10:36:06 2018 +0000
description:
Add sunxipwm, pwmbacklight

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  8 +++++++-
 sys/arch/evbarm/conf/SUNXI     |  8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (60 lines):

diff -r 3b5f05484940 -r 9ac9389d6f66 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sun May 06 10:34:34 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sun May 06 10:36:06 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.12 2018/05/05 09:55:38 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.13 2018/05/06 10:36:06 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -146,6 +146,9 @@
 tegragpio*     at fdt? pass 2          # NVIDIA Tegra GPIO
 gpio*          at gpiobus?
 
+# PWM controller
+sunxipwm*      at fdt? pass 3          # Allwinner PWM
+
 # MPIO / Pinmux
 tegrapinmux*   at fdt?                 # NVIDIA Tegra MPIO
 
@@ -285,6 +288,9 @@
 # GPU
 #nouveau*      at fdt?                 # NVIDIA GPU
 
+# Backlight
+pwmbacklight*  at fdt?                 # PWM Backlight controls
+
 # Thermal throttling controller
 sunxithermal*  at fdt?                 # Allwinner thermal sensor controller
 tegrasoctherm* at fdt?                 # NVIDIA Tegra SOC_THERM
diff -r 3b5f05484940 -r 9ac9389d6f66 sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Sun May 06 10:34:34 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Sun May 06 10:36:06 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.71 2018/05/05 09:55:38 jmcneill Exp $
+#      $NetBSD: SUNXI,v 1.72 2018/05/06 10:36:06 jmcneill Exp $
 #
 #      Allwinner sunxi family
 #
@@ -227,6 +227,9 @@
 sunxigpio*     at fdt? pass 3          # GPIO
 gpio*          at gpiobus?
 
+# PWM controller
+sunxipwm*      at fdt? pass 3          # Allwinner PWM
+
 # Ethernet
 emac*          at fdt?         # Allwinner Fast or Gigabit Ethernet (EMAC)
 awge*          at fdt?                 # Allwinner Gigabit Ethernet (GMAC)
@@ -267,6 +270,9 @@
 # Security ID EFUSE
 sunxisid*      at fdt? pass 4          # SID
 
+# Backlight
+pwmbacklight*  at fdt?                 # PWM Backlight controls
+
 # Thermal sensor
 sunxithermal*  at fdt?                 # Thermal sensor controller
 



Home | Main Index | Thread Index | Old Index