All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Douglas Anderson <dianders@chromium.org>,
	Johan Hovold <johan+linaro@kernel.org>,
	Brian Masney <bmasney@redhat.com>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Robert Marko <robimarko@gmail.com>,
	Satya Priya <quic_c_skakit@quicinc.com>,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: [GIT PULL] Qualcomm ARM64 DTS fixes for 6.1
Date: Wed,  9 Nov 2022 22:06:35 -0600	[thread overview]
Message-ID: <20221110040635.795921-1-andersson@kernel.org> (raw)

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-arm64-fixes-for-6.1

for you to fetch changes up to cadaa773bcf161184fa428180516bae33a7bc667:

  arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state (2022-10-28 16:18:59 -0500)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.1

This fixes the APCS register region on IPQ8074 to not overlap
with adjacent nodes.

It lists the valid LDO modes on a variety of platforms, as this is not
required by the binding and implementation.

The reference clocks for the two UFS instances on SC8280XP are
corrected, to avoid relying on the state left by most versions of the
bootloader.

A number of issues are corrected with regards to the QMP PHY register
ranges on SC8280XP.

SC7280 gains a missing lpass reset region.

Lastly cluster idle is termporarily disabled on SM8250 to avoid issues
with booting the platform, until the last missing pieces lands.

----------------------------------------------------------------
Brian Masney (1):
      arm64: dts: qcom: sc8280xp: correct ref clock for ufs_mem_phy

Dmitry Baryshkov (1):
      Revert "arm64: dts: qcom: msm8996: add missing TCSR syscon compatible"

Douglas Anderson (6):
      arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
      arm64: dts: qcom: sa8295p-adp: Specify which LDO modes are allowed
      arm64: dts: qcom: sc8280xp-crd: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed

Johan Hovold (6):
      arm64: dts: qcom: sc8280xp: fix ufs_card_phy ref clock
      arm64: dts: qcom: sc8280xp: fix USB0 PHY PCS_MISC registers
      arm64: dts: qcom: sc8280xp: fix USB1 PHY RX1 registers
      arm64: dts: qcom: sc8280xp: fix USB PHY PCS registers
      arm64: dts: qcom: sc8280xp: drop broken DP PHY nodes
      arm64: dts: qcom: sc8280xp: fix UFS PHY serdes size

Robert Marko (1):
      arm64: dts: qcom: ipq8074: correct APCS register space size

Satya Priya (1):
      arm64: dts: qcom: sc7280: Add the reset reg for lpass audiocc on SC7280

Ulf Hansson (1):
      arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state

 arch/arm64/boot/dts/qcom/ipq8074.dtsi              |  2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |  2 +-
 arch/arm64/boot/dts/qcom/sa8155p-adp.dts           | 13 +++++++-
 arch/arm64/boot/dts/qcom/sa8295p-adp.dts           | 12 ++++++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  3 +-
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          |  6 ++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 36 +++++-----------------
 .../boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi   |  6 ++++
 .../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi      |  6 ++++
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  1 +
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts            | 12 ++++++++
 11 files changed, 67 insertions(+), 32 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Douglas Anderson <dianders@chromium.org>,
	Johan Hovold <johan+linaro@kernel.org>,
	Brian Masney <bmasney@redhat.com>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Robert Marko <robimarko@gmail.com>,
	Satya Priya <quic_c_skakit@quicinc.com>,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: [GIT PULL] Qualcomm ARM64 DTS fixes for 6.1
Date: Wed,  9 Nov 2022 22:06:35 -0600	[thread overview]
Message-ID: <20221110040635.795921-1-andersson@kernel.org> (raw)

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-arm64-fixes-for-6.1

for you to fetch changes up to cadaa773bcf161184fa428180516bae33a7bc667:

  arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state (2022-10-28 16:18:59 -0500)

----------------------------------------------------------------
Qualcomm ARM64 DTS fixes for 6.1

This fixes the APCS register region on IPQ8074 to not overlap
with adjacent nodes.

It lists the valid LDO modes on a variety of platforms, as this is not
required by the binding and implementation.

The reference clocks for the two UFS instances on SC8280XP are
corrected, to avoid relying on the state left by most versions of the
bootloader.

A number of issues are corrected with regards to the QMP PHY register
ranges on SC8280XP.

SC7280 gains a missing lpass reset region.

Lastly cluster idle is termporarily disabled on SM8250 to avoid issues
with booting the platform, until the last missing pieces lands.

----------------------------------------------------------------
Brian Masney (1):
      arm64: dts: qcom: sc8280xp: correct ref clock for ufs_mem_phy

Dmitry Baryshkov (1):
      Revert "arm64: dts: qcom: msm8996: add missing TCSR syscon compatible"

Douglas Anderson (6):
      arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
      arm64: dts: qcom: sa8295p-adp: Specify which LDO modes are allowed
      arm64: dts: qcom: sc8280xp-crd: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
      arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed

Johan Hovold (6):
      arm64: dts: qcom: sc8280xp: fix ufs_card_phy ref clock
      arm64: dts: qcom: sc8280xp: fix USB0 PHY PCS_MISC registers
      arm64: dts: qcom: sc8280xp: fix USB1 PHY RX1 registers
      arm64: dts: qcom: sc8280xp: fix USB PHY PCS registers
      arm64: dts: qcom: sc8280xp: drop broken DP PHY nodes
      arm64: dts: qcom: sc8280xp: fix UFS PHY serdes size

Robert Marko (1):
      arm64: dts: qcom: ipq8074: correct APCS register space size

Satya Priya (1):
      arm64: dts: qcom: sc7280: Add the reset reg for lpass audiocc on SC7280

Ulf Hansson (1):
      arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state

 arch/arm64/boot/dts/qcom/ipq8074.dtsi              |  2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |  2 +-
 arch/arm64/boot/dts/qcom/sa8155p-adp.dts           | 13 +++++++-
 arch/arm64/boot/dts/qcom/sa8295p-adp.dts           | 12 ++++++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  3 +-
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          |  6 ++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 36 +++++-----------------
 .../boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi   |  6 ++++
 .../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi      |  6 ++++
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |  1 +
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts            | 12 ++++++++
 11 files changed, 67 insertions(+), 32 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-11-10  4:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10  4:06 Bjorn Andersson [this message]
2022-11-10  4:06 ` [GIT PULL] Qualcomm ARM64 DTS fixes for 6.1 Bjorn Andersson
2022-11-14 13:00 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221110040635.795921-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bmasney@redhat.com \
    --cc=dianders@chromium.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=johan+linaro@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=quic_c_skakit@quicinc.com \
    --cc=robimarko@gmail.com \
    --cc=soc@kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.