Commit 8b77aeb4 authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala
Browse files

powerpc/83xx: add DS1374 RTC support for the MPC837xE-MDS boards



The RTC is sitting on the I2C1 bus at address 0x68. RTC interrupt signal
is connected to the IPIC's EXT3 interrupt line.

Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 43c9f434
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -136,6 +136,13 @@
			interrupts = <14 0x8>;
			interrupt-parent = <&ipic>;
			dfsrr;

			rtc@68 {
				compatible = "dallas,ds1374";
				reg = <0x68>;
				interrupts = <19 0x8>;
				interrupt-parent = <&ipic>;
			};
		};

		i2c@3100 {
+7 −0
Original line number Diff line number Diff line
@@ -136,6 +136,13 @@
			interrupts = <14 0x8>;
			interrupt-parent = <&ipic>;
			dfsrr;

			rtc@68 {
				compatible = "dallas,ds1374";
				reg = <0x68>;
				interrupts = <19 0x8>;
				interrupt-parent = <&ipic>;
			};
		};

		i2c@3100 {
+7 −0
Original line number Diff line number Diff line
@@ -136,6 +136,13 @@
			interrupts = <14 0x8>;
			interrupt-parent = <&ipic>;
			dfsrr;

			rtc@68 {
				compatible = "dallas,ds1374";
				reg = <0x68>;
				interrupts = <19 0x8>;
				interrupt-parent = <&ipic>;
			};
		};

		i2c@3100 {