diff options
author | Nikita Travkin <[email protected]> | 2023-12-05 16:48:10 +0500 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-12-15 23:16:07 -0600 |
commit | 04fe8f0a68a346048f2432380a74a5e393d59a4c (patch) | |
tree | ffa2fca50dbf89b7fe6d4456de1d3160b122bdcd | |
parent | 75390b69d5df49d828d0af278c7f27ed74e33064 (diff) |
arm64: dts: qcom: acer-aspire1: Enable RTC
pm6150 has a read-only RTC that can be used to keep the time with some
extra userspace tools. Enable it.
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Nikita Travkin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts b/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts index dbb48934d499..cfde8cd47107 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts +++ b/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts @@ -351,6 +351,10 @@ status = "disabled"; }; +&pm6150_rtc { + status = "okay"; +}; + &qupv3_id_0 { status = "okay"; }; |