Skip to content

Commit 4f5d621

Browse files
boards: arm: 96b_wistrio: Enable on-chip RTC driver
Enable on-chip RTC driver for 96Boards Wistrio board. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
1 parent a92a451 commit 4f5d621

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/arm/96b_wistrio/96b_wistrio.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@
6262
&spi1 {
6363
status = "okay";
6464
};
65+
66+
&rtc {
67+
status = "okay";
68+
};

boards/arm/96b_wistrio/doc/96b_wistrio.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ features:
6767
+-----------+------------+-------------------------------------+
6868
| SPI | on-chip | spi |
6969
+-----------+------------+-------------------------------------+
70+
| RTC | on-chip | rtc |
71+
+-----------+------------+-------------------------------------+
7072

7173
The default board configuration can be found in the defconfig file:
7274

0 commit comments

Comments
 (0)