All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux] Disable internal AST RTC
@ 2016-01-13 18:10 OpenBMC Patches
  2016-01-13 18:10 ` [PATCH linux] disable internal RTC OpenBMC Patches
  0 siblings, 1 reply; 2+ messages in thread
From: OpenBMC Patches @ 2016-01-13 18:10 UTC (permalink / raw)
  To: openbmc; +Cc: Norman James

The RTC implementation is system specific.  Some systems have external RTC circuits.  We only want one /dev/rtc for hwclock to use.   This disables the AST RTC which is not battery backed up so if an external RTC circuit is specified in system device tree, it will be assigned to /dev/rtc

Signed-off-by: Norman James <nkskjames@gmail.com>

https://github.com/openbmc/linux/pull/38

Norman James (1):
  disable internal RTC

 arch/arm/boot/dts/ast2400.dtsi | 1 +
 1 file changed, 1 insertion(+)

-- 
2.6.4

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

* [PATCH linux] disable internal RTC
  2016-01-13 18:10 [PATCH linux] Disable internal AST RTC OpenBMC Patches
@ 2016-01-13 18:10 ` OpenBMC Patches
  0 siblings, 0 replies; 2+ messages in thread
From: OpenBMC Patches @ 2016-01-13 18:10 UTC (permalink / raw)
  To: openbmc

From: Norman James <njames@us.ibm.com>

---
 arch/arm/boot/dts/ast2400.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/ast2400.dtsi b/arch/arm/boot/dts/ast2400.dtsi
index 20b5db3..70c0883 100644
--- a/arch/arm/boot/dts/ast2400.dtsi
+++ b/arch/arm/boot/dts/ast2400.dtsi
@@ -274,6 +274,7 @@
 			rtc: rtc@1e781000 {
 				compatible = "aspeed,rtc";
 				reg = <0x1e781000 0x18>;
+				status = "disabled";
 			};
 
 			timer: timer@98400000 {
-- 
2.6.4

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

end of thread, other threads:[~2016-01-13 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-13 18:10 [PATCH linux] Disable internal AST RTC OpenBMC Patches
2016-01-13 18:10 ` [PATCH linux] disable internal RTC OpenBMC Patches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.