Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1661636d authored by Mrugesh Katepallewar's avatar Mrugesh Katepallewar Committed by Sekhar Nori
Browse files

ARM: davinci: da850: add RTC DT entries



Add RTC DT entries in da850 dts file.

Tested on da850-evm device.
Test Procedure:
$ date 2013.01.28-10:00:00 # usage: date[YYYY.]MM.DD-hh:mm[:ss]
$ hwclock -w
(reset board and check system time)

Signed-off-by: default avatarMrugesh Katepallewar <mrugesh.mk@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent c57ff58d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,9 @@
		serial2: serial@1d0d000 {
		serial2: serial@1d0d000 {
			status = "okay";
			status = "okay";
		};
		};
		rtc0: rtc@1c23000 {
			status = "okay";
		};
	};
	};
	nand_cs3@62000000 {
	nand_cs3@62000000 {
		status = "okay";
		status = "okay";
+7 −0
Original line number Original line Diff line number Diff line
@@ -81,6 +81,13 @@
			interrupts = <61>;
			interrupts = <61>;
			status = "disabled";
			status = "disabled";
		};
		};
		rtc0: rtc@1c23000 {
			compatible = "ti,da830-rtc";
			reg = <0x23000 0x1000>;
			interrupts = <19
				      19>;
			status = "disabled";
		};
	};
	};
	nand_cs3@62000000 {
	nand_cs3@62000000 {
		compatible = "ti,davinci-nand";
		compatible = "ti,davinci-nand";