Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+9
+9
arch/arm/boot/dts/mstar-v7.dtsi
··· 39 39 * u-boot is broken 40 40 */ 41 41 clock-frequency = <6000000>; 42 + arm,cpu-registers-not-fw-configured; 42 43 }; 43 44 44 45 pmu: pmu { ··· 110 109 mask = <0x79>; 111 110 }; 112 111 112 + rtc@2400 { 113 + compatible = "mstar,msc313-rtc"; 114 + reg = <0x2400 0x40>; 115 + clocks = <&xtal_div2>; 116 + interrupts-extended = <&intc_irq GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; 117 + }; 118 + 113 119 watchdog@6000 { 114 120 compatible = "mstar,msc313e-wdt"; 115 121 reg = <0x6000 0x1f>; 116 122 clocks = <&xtal_div2>; 117 123 }; 124 + 118 125 119 126 intc_fiq: interrupt-controller@201310 { 120 127 compatible = "mstar,mst-intc";