mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-01 11:41:42 +00:00
26 lines
868 B
Diff
26 lines
868 B
Diff
From 096db0ffef76a1fdfe20ff528f120de1e708758a Mon Sep 17 00:00:00 2001
|
|
From: Nick Xie <nick@khadas.com>
|
|
Date: Sat, 17 Aug 2019 15:44:24 +0800
|
|
Subject: [PATCH 094/101] arm64: dts: VIM2: enable RTC
|
|
|
|
Signed-off-by: Nick Xie <nick@khadas.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
|
|
index dfa2abc55918..5ef329f10a06 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
|
|
@@ -356,7 +356,7 @@
|
|
|
|
rtc: rtc@51 {
|
|
/* has to be enabled manually when a battery is connected: */
|
|
- status = "disabled";
|
|
+ status = "okay";
|
|
compatible = "haoyu,hym8563";
|
|
reg = <0x51>;
|
|
#clock-cells = <0>;
|
|
--
|
|
2.17.1
|
|
|