Module Name:    src
Committed By:   skrll
Date:           Wed Dec 23 10:27:23 UTC 2020

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC

Log Message:
Sort some devices under each driver type


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.84 src/sys/arch/evbarm/conf/GENERIC:1.85
--- src/sys/arch/evbarm/conf/GENERIC:1.84	Wed Dec 23 04:09:32 2020
+++ src/sys/arch/evbarm/conf/GENERIC	Wed Dec 23 10:27:23 2020
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.84 2020/12/23 04:09:32 thorpej Exp $
+#	$NetBSD: GENERIC,v 1.85 2020/12/23 10:27:23 skrll Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -241,8 +241,8 @@ gpio* 		at gpiobus?
 
 # MPIO / Pinmux
 pinctrl*	at fdt? pass 2		# Generic pinctrl driver
-tegrapinmux* 	at fdt?			# NVIDIA Tegra MPIO
 imxiomux*	at fdt? pass 2		# i.MX IOMUX
+tegrapinmux* 	at fdt?			# NVIDIA Tegra MPIO
 
 # PWM controller
 expwm* 		at fdt? pass 4		# PWM
@@ -262,8 +262,8 @@ tegra210xphy* 	at tegra210xpad?
 
 # PCIE
 pcihost* 	at fdt?			# Generic PCI host controller
-tegrapcie0 	at fdt?			# NVIDIA Tegra PCIE
 imxpcie*	at fdt?			# i.MX PCIE
+tegrapcie0 	at fdt?			# NVIDIA Tegra PCIE
 pci* 		at pcibus?
 ppb* 		at pci? dev ? function ?
 pci* 		at ppb?
@@ -315,9 +315,9 @@ ukphy* 		at mii? phy ?		# generic unknow
 # UART
 com* 		at fdt?	pass 4		# UART
 exuart* 	at fdt?	pass 4		# SSCOM UART
-plcom* 		at fdt?	pass 4		# ARM PL011 UART
 imxuart* 	at fdt?	pass 4		# i.MX UART
 mesonuart* 	at fdt?	pass 4		# Amlogic Meson UART
+plcom* 		at fdt?	pass 4		# ARM PL011 UART
 zynquart* 	at fdt?	pass 4		# Cadence UART
 
 # I2C controllers

Reply via email to