mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rv1106: add tclk for watchdog node
Change-Id: I5fee23f43796f9cf9df5970807860a29ec77a08a Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
@@ -871,7 +871,8 @@
|
||||
wdt: watchdog@ff5a0000 {
|
||||
compatible = "rockchip,rv1106-wdt", "snps,dw-wdt";
|
||||
reg = <0xff5a0000 0x100>;
|
||||
clocks = <&cru PCLK_WDT_NS>;
|
||||
clocks = <&cru TCLK_WDT_NS>, <&cru PCLK_WDT_NS>;
|
||||
clock-names = "tclk", "pclk";
|
||||
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user