diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-04-13 18:34:21 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-04-16 11:57:48 -0700 |
commit | f6eb973db22ab5636cfcdabe171d4b753525de4e (patch) | |
tree | 1f4d1ecf57d40ed9f33e64b6030985186faebdf5 /arch/arm/boot/dts/meson8b.dtsi | |
parent | 07f9da2900674e8e7b15b090b878d8defe223277 (diff) | |
download | talos-op-linux-f6eb973db22ab5636cfcdabe171d4b753525de4e.tar.gz talos-op-linux-f6eb973db22ab5636cfcdabe171d4b753525de4e.zip |
ARM: dts: meson: add support for the RTC
The 32-bit Meson SoCs have an RTC block in the AO (always on) area. The
RTC requires an external 32.768 kHz oscillator to work properly. Whether
or not this crystal exists depends on the board, so it has to be added
for each board.dts (instead of adding it somewhere in a generic .dtsi).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson8b.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index df42e48f1cc1..800cd65fc50a 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -510,6 +510,11 @@ compatible = "amlogic,meson8b-pwm"; }; +&rtc { + compatible = "amlogic,meson8b-rtc"; + resets = <&reset RESET_RTC>; +}; + &saradc { compatible = "amlogic,meson8b-saradc", "amlogic,meson-saradc"; clocks = <&clkc CLKID_XTAL>, |