]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'qcom-arm64-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Fri, 11 Jul 2025 11:39:12 +0000 (13:39 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 11 Jul 2025 11:40:59 +0000 (13:40 +0200)
commitf2ebacd34eeb73081eadfba5e6e99ea967365911
tree221ebbefd6a7bd09791214bb575edd7010e6e61e
parent07d45e80960a6f3e51d62104e2083eaa0cda86a6
parente8d3dc45f2d3b0fea089e0e6e351d1287a5a2a29
Merge tag 'qcom-arm64-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes

Qualcomm DeviceTree fixes for v6.16

The RTC DeviceTree binding was changed in v6.16, to require an explicit
flag indicating that we store RTC offset in in an UEFI variable.

The result sent X Elite and Lenovo Thinkpad X13s users back to 1970, add
the flag to explicitly select the correct configuration for these
devices.

* tag 'qcom-arm64-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  arm64: dts: qcom: x1e80100: describe uefi rtc offset
  arm64: dts: qcom: sc8280xp-x13s: describe uefi rtc offset

Signed-off-by: Arnd Bergmann <arnd@arndb.de>