]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: qcom: sc8280xp-x13s: switch to uefi rtc offset
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 19 Feb 2025 13:41:17 +0000 (14:41 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Mar 2025 14:33:10 +0000 (09:33 -0500)
On many Qualcomm platforms the PMIC RTC control and time registers are
read-only so that the RTC time can not be updated. Instead an offset
needs be stored in some machine-specific non-volatile memory, which a
driver can take into account.

Switch to using the Qualcomm specific UEFI variable that is used by the
UEFI firmware (and Windows) to store the RTC offset.

This specifically means that the RTC time will be synchronised between
the UEFI firmware setup (or UEFI shell), Windows and Linux.

Note however that Windows stores the RTC time in local time by default,
while Linux typically uses UTC (i.e. as on X86).

Tested-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Tested-by: Steev Klimaszewski <steev@kali.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20250219134118.31017-6-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts

index 3053e17731fe0cc5b0a1b6fe00b54b59921a8e78..d36fc1ebe50e8baf73e21bd571f716e0152aa624 100644 (file)
 };
 
 &pmk8280_rtc {
-       nvmem-cells = <&rtc_offset>;
-       nvmem-cell-names = "offset";
-
-       status = "okay";
-};
-
-&pmk8280_sdam_6 {
        status = "okay";
-
-       rtc_offset: rtc-offset@bc {
-               reg = <0xbc 0x4>;
-       };
 };
 
 &pmk8280_vadc {