Hi Linus, I apparently had missed tagging and sending this set of changes out during the 6.1 merge window. But did get the associated dts changes depending on this merged. The result is a regression in 6.1-rc on the affected, older, Qualcomm platforms - in for form of them not booting. So while these weren't regression fixes originally, they are now. It's not introducing new beahavior, but simply extending the eixsting new Devicetree model, to cover remaining platforms. So I hope you will accept this pull request. Regards, Bjorn The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555: Linux 6.0-rc2 (2022-08-21 17:32:54 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v6.1 for you to fetch changes up to c29f446108e10bb791220ffbba54d82722d60d45: dt-bindings: hwlock: qcom-hwspinlock: add syscon to MSM8974 (2022-10-17 17:11:17 -0500) ---------------------------------------------------------------- hwspinlock updates for v6.1 This extends the DeviceTree binding and implementation for the Qualcomm hardware spinlock on some older platforms to follow the style of the newer ones where the DeviceTree representation does not rely on an intermediate syscon node. ---------------------------------------------------------------- Krzysztof Kozlowski (5): dt-bindings: hwlock: qcom-hwspinlock: add support for MMIO on older SoCs dt-bindings: hwlock: qcom-hwspinlock: correct example indentation hwspinlock: qcom: correct MMIO max register for newer SoCs hwspinlock: qcom: add support for MMIO on older SoCs dt-bindings: hwlock: qcom-hwspinlock: add syscon to MSM8974 .../bindings/hwlock/qcom-hwspinlock.yaml | 29 ++++++++++----- drivers/hwspinlock/qcom_hwspinlock.c | 42 ++++++++++++++++------ 2 files changed, 53 insertions(+), 18 deletions(-)