mirror of https://gitee.com/openkylin/linux.git
ARM: dts: motorola-cpcap-mapphone: add rtc
Add rtc. Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
5937a55cf9
commit
45ce6cf0c6
|
@ -25,6 +25,13 @@ cpcap_regulator: regulator {
|
|||
cpcap_regulators: regulators {
|
||||
};
|
||||
};
|
||||
|
||||
cpcap_rtc: rtc {
|
||||
compatible = "motorola,cpcap-rtc";
|
||||
|
||||
interrupt-parent = <&cpcap>;
|
||||
interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue