mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
Merge branch 'mstar-dt-next' of https://github.com/linux-chenxing/linux into arm/dt
* 'mstar-dt-next' of https://github.com/linux-chenxing/linux: ARM: dts: mstar: Mark timer with arm,cpu-registers-not-fw-configured ARM: dts: mstar: Add rtc device node Link: https://lore.kernel.org/r/20211020163010.3079-1-romain.perier@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -39,6 +39,7 @@ arch_timer {
|
||||
* u-boot is broken
|
||||
*/
|
||||
clock-frequency = <6000000>;
|
||||
arm,cpu-registers-not-fw-configured;
|
||||
};
|
||||
|
||||
pmu: pmu {
|
||||
@@ -109,12 +110,20 @@ reboot {
|
||||
mask = <0x79>;
|
||||
};
|
||||
|
||||
rtc@2400 {
|
||||
compatible = "mstar,msc313-rtc";
|
||||
reg = <0x2400 0x40>;
|
||||
clocks = <&xtal_div2>;
|
||||
interrupts-extended = <&intc_irq GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
watchdog@6000 {
|
||||
compatible = "mstar,msc313e-wdt";
|
||||
reg = <0x6000 0x1f>;
|
||||
clocks = <&xtal_div2>;
|
||||
};
|
||||
|
||||
|
||||
intc_fiq: interrupt-controller@201310 {
|
||||
compatible = "mstar,mst-intc";
|
||||
reg = <0x201310 0x40>;
|
||||
|
||||
Reference in New Issue
Block a user