diff options
author | Tudor Ambarus <[email protected]> | 2023-09-28 16:36:44 +0200 |
---|---|---|
committer | Claudiu Beznea <[email protected]> | 2023-09-29 22:29:04 +0300 |
commit | 3cec9514911c4400a4b4ab778b9e92b60a14c677 (patch) | |
tree | 242d3cc2e700e188e3a8363d0bcf78404b1ad94f | |
parent | d85c4229e9256a482b700d713e133ca2f27560fc (diff) |
ARM: dts: at91: sam9x60_curiosity: Add mandatory dt property for RTT
atmel,rtt-rtc-time-reg is a mandatory property and encodes the GPBR
register used to store the time base when the RTT is used as an RTC.
Align the RTT with what's currently done for sam9x60ek and sama7g5ek,
and enable it by default even if RTC is also enabled.
Signed-off-by: Tudor Ambarus <[email protected]>
[[email protected]: adapt to newer kernel]
Signed-off-by: Nicolas Ferre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Claudiu Beznea <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts b/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts index cb86a3a170ce..83372c1f291b 100644 --- a/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts +++ b/arch/arm/boot/dts/microchip/at91-sam9x60_curiosity.dts @@ -439,6 +439,10 @@ status = "okay"; }; +&rtt { + atmel,rtt-rtc-time-reg = <&gpbr 0x0>; +}; + &sdmmc0 { bus-width = <4>; pinctrl-names = "default"; |