Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Enable hym8563 Real Time Clock for NanoPC T6 LTS
@ 2024-09-19 11:51 tsndqst
  2024-09-19 12:03 ` [PR PATCH] [Updated] linux-6.11: " tsndqst
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tsndqst @ 2024-09-19 11:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1448 bytes --]

There is a new pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages linux6.11_rtc-hym8563
https://github.com/void-linux/void-packages/pull/52275

Enable hym8563 Real Time Clock for NanoPC T6 LTS
I recently got a few [NanoPC T6 LTS](https://wiki.friendlyelec.com/wiki/index.php/NanoPC-T6) SBCs and I'm trying to get Void running on them.  There are a few device tree nodes that are still missing from mainline but I noticed that the RTC didn't work even though it was in DT.  The hym8563 Real Time Clock module isn't enabled in the Void kernel.
Can we enable it in the next 6.11 kernel?

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (aarch64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/52275.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux6.11_rtc-hym8563-52275.patch --]
[-- Type: text/x-diff, Size: 840 bytes --]

From b3ced5b8857eac32af6f831a6d0085db0e1b31bd Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 19 Sep 2024 06:46:08 -0500
Subject: [PATCH] Enable hym8563 Real Time Clock for NanoPC T6 LTS

---
 srcpkgs/linux6.11/files/arm64-dotconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux6.11/files/arm64-dotconfig b/srcpkgs/linux6.11/files/arm64-dotconfig
index 9a749f8424e7a5..ee92b115673319 100644
--- a/srcpkgs/linux6.11/files/arm64-dotconfig
+++ b/srcpkgs/linux6.11/files/arm64-dotconfig
@@ -9728,7 +9728,7 @@ CONFIG_RTC_DRV_DS1307_CENTURY=y
 CONFIG_RTC_DRV_DS1374=m
 CONFIG_RTC_DRV_DS1374_WDT=y
 CONFIG_RTC_DRV_DS1672=m
-# CONFIG_RTC_DRV_HYM8563 is not set
+CONFIG_RTC_DRV_HYM8563=m
 CONFIG_RTC_DRV_MAX6900=m
 # CONFIG_RTC_DRV_MAX31335 is not set
 CONFIG_RTC_DRV_MAX77686=m

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-19 15:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-19 11:51 [PR PATCH] Enable hym8563 Real Time Clock for NanoPC T6 LTS tsndqst
2024-09-19 12:03 ` [PR PATCH] [Updated] linux-6.11: " tsndqst
2024-09-19 12:30 ` ahesford
2024-09-19 12:41 ` [PR PATCH] [Updated] linux6.11: " tsndqst
2024-09-19 12:41 ` tsndqst
2024-09-19 15:50 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).