Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2023 21:06:46 GMT
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2bf3e27a5785 - stable/13 - riscv: Add da9063_pmic and da9063_rtc to GENERIC and NOTES
Message-ID:  <202308012106.371L6kEW013825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=2bf3e27a578513d37a9e1274759e2e7af9a7102a

commit 2bf3e27a578513d37a9e1274759e2e7af9a7102a
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2022-09-13 16:46:28 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2023-08-01 20:42:53 +0000

    riscv: Add da9063_pmic and da9063_rtc to GENERIC and NOTES
    
    This is the PMIC on SiFive's HiFive Unmatched; add it and the RTC child
    device driver so we have a working RTC.
    
    Reviewed by:    mhorne, imp
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D36201
    
    (cherry picked from commit 100f79569dbcee9a7c66f8fe543fa04e8bfb04bd)
---
 sys/riscv/conf/GENERIC | 4 ++++
 sys/riscv/conf/NOTES   | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 9c97e40f1db2..5d58db775507 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -142,6 +142,7 @@ device		vt
 device		kbdmux
 
 # RTC
+device		da9063_rtc	# Dialog Semiconductor DA9063 RTC
 device		goldfish_rtc	# QEMU RTC
 
 # Ethernet drivers
@@ -160,6 +161,9 @@ device		gpio
 device		spibus
 device		spigen
 
+# Power management controllers
+device		da9063_pmic	# Dialog Semiconductor DA9063 PMIC
+
 # Uncomment for memory disk
 # options 	MD_ROOT
 # options 	MD_ROOT_SIZE=32768	# 32MB ram disk
diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES
index 01ae4c672ec6..b42df93c7493 100644
--- a/sys/riscv/conf/NOTES
+++ b/sys/riscv/conf/NOTES
@@ -58,6 +58,7 @@ device		uart_lowrisc	# lowRISC UART driver
 device		uart_ns8250	# ns8250-type UART driver
 
 # RTC
+device		da9063_rtc	# Dialog Semiconductor DA9063 RTC
 device		goldfish_rtc	# QEMU RTC
 
 # Ethernet drivers
@@ -70,6 +71,9 @@ device		axidma		# Xilinx AXI DMA Controller
 # SPI
 device		xilinx_spi	# Xilinx AXI Quad-SPI Controller
 
+# Power management controllers
+device		da9063_pmic	# Dialog Semiconductor DA9063 PMIC
+
 # SiFive device drivers
 device		fe310aon
 device		fu740_pci_dw



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308012106.371L6kEW013825>