Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123066
b: refs/heads/master
c: d3a8cda
h: refs/heads/master
v: v3
  • Loading branch information
Martyn Welch authored and Kumar Gala committed Dec 3, 2008
1 parent 0378815 commit ee007b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24a99596f7465274a8e65ddd29a7d9028969b9f9
refs/heads/master: d3a8cdab2ff2f8acbe48e18ed471b0812785e390
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/boot/dts/gef_sbc610.dts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
interrupt-parent = <&mpic>;
dfsrr;

rtc@51 {
compatible = "epson,rx8581";
reg = <0x00000051>;
};

eti@6b {
compatible = "dallas,ds1682";
reg = <0x6b>;
Expand Down
8 changes: 6 additions & 2 deletions trunk/arch/powerpc/configs/86xx/gef_sbc610_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1397,8 +1397,11 @@ CONFIG_USB_STORAGE=y
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
Expand All @@ -1424,6 +1427,7 @@ CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
CONFIG_RTC_DRV_RX8581=y

#
# SPI RTC drivers
Expand Down

0 comments on commit ee007b9

Please sign in to comment.