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 include the spiflash driver in the stoc...



details:   https://anonhg.NetBSD.org/src/rev/81c15acfea09
branches:  trunk
changeset: 458860:81c15acfea09
user:      tnn <tnn%NetBSD.org@localhost>
date:      Tue Aug 13 17:21:01 2019 +0000

description:
include the spiflash driver in the stock 64-bit kernel

As it can be attached via fdt now. For Rockpro64.

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 83c08b173f9b -r 81c15acfea09 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Tue Aug 13 17:15:55 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Tue Aug 13 17:21:01 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.104 2019/08/05 15:30:37 tnn Exp $
+#      $NetBSD: GENERIC64,v 1.105 2019/08/13 17:21:01 tnn Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -401,6 +401,8 @@
 bcmspi*                at fdt?                 # Broadcom BCM283x SPI
 rkspi*         at fdt?                 # Rockchip SPI
 spi*           at spibus?
+m25p*          at spi?
+spiflash*      at spiflashbus?
 
 # Audio support
 hdaudio*       at fdt?                 # Intel HDA



Home | Main Index | Thread Index | Old Index