mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ARM64: dts: rk3399: fix error address for wdt0
The address of wdt0 and wdt1 are swapped, let's fix it. Change-Id: I715d181b8984a72ad234d4c1389154f15b60738a Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
3018fa691e
commit
fd3bb70480
|
|
@ -1395,9 +1395,9 @@ tcphy1: phy@ff800000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
watchdog@ff840000 {
|
||||
watchdog@ff848000 {
|
||||
compatible = "snps,dw-wdt";
|
||||
reg = <0x0 0xff840000 0x0 0x100>;
|
||||
reg = <0x0 0xff848000 0x0 0x100>;
|
||||
clocks = <&cru PCLK_WDT>;
|
||||
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user