summaryrefslogtreecommitdiffstats
path: root/hw/fsp/fsp-rtc.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-08-13 18:41:00 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-08-13 18:41:00 +1000
commitbfd7bdcb3b9ded18a1f9ce20a274c3198ab93c63 (patch)
treedf2604fc0a17542cfe14891508d76ffd5dadb466 /hw/fsp/fsp-rtc.c
parent8c5756aba3a9331356e3abeac39d6ceacc65914b (diff)
downloadblackbird-skiboot-bfd7bdcb3b9ded18a1f9ce20a274c3198ab93c63.tar.gz
blackbird-skiboot-bfd7bdcb3b9ded18a1f9ce20a274c3198ab93c63.zip
fsp/rtc: Change properties used to advertize TPO
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hw/fsp/fsp-rtc.c')
-rw-r--r--hw/fsp/fsp-rtc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/fsp/fsp-rtc.c b/hw/fsp/fsp-rtc.c
index 90ae2f3a..56c89d67 100644
--- a/hw/fsp/fsp-rtc.c
+++ b/hw/fsp/fsp-rtc.c
@@ -687,8 +687,7 @@ void fsp_rtc_init(void)
np = dt_new(opal_node, "rtc");
dt_add_property_strings(np, "compatible", "ibm,opal-rtc");
- dt_add_property(np, "tpo-date", NULL, 0);
- dt_add_property(np, "tpo-time", NULL, 0);
+ dt_add_property(np, "has-tpo", NULL, 0);
/* Register for the reset/reload event */
fsp_register_client(&fsp_rtc_client_rr, FSP_MCLASS_RR_EVENT);
OpenPOWER on IntegriCloud