Revert "ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks"
This reverts commit ac09b8b744
.
This commit is contained in:
parent
1fe8113a14
commit
8d240a5244
1 changed files with 2 additions and 2 deletions
|
@ -692,7 +692,7 @@
|
|||
compatible = "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt";
|
||||
reg = <0xfffffe20 0x20>;
|
||||
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||
clocks = <&clk32k 1>;
|
||||
clocks = <&clk32k 0>;
|
||||
};
|
||||
|
||||
pit: timer@fffffe40 {
|
||||
|
@ -718,7 +718,7 @@
|
|||
compatible = "microchip,sam9x60-rtc", "atmel,at91sam9x5-rtc";
|
||||
reg = <0xfffffea8 0x100>;
|
||||
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||
clocks = <&clk32k 1>;
|
||||
clocks = <&clk32k 0>;
|
||||
};
|
||||
|
||||
watchdog: watchdog@ffffff80 {
|
||||
|
|
Loading…
Reference in a new issue