mbox series

[GIT,PULL] Qualcomm ARM64 DeviceTree fixes for v6.6

Message ID 20231015180112.853805-1-andersson@kernel.org (mailing list archive)
State Accepted
Commit 5e24617f6686e28e8db246db366abd1eb7953c92
Headers show
Series [GIT,PULL] Qualcomm ARM64 DeviceTree fixes for v6.6 | expand

Pull-request

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

Message

Bjorn Andersson Oct. 15, 2023, 6:01 p.m. UTC
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -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.6

for you to fetch changes up to 725f593692ceedeab639b661298955b6f9ba8ec3:

  arm64: dts: qcom: msm8996-xiaomi: fix missing clock populate (2023-09-19 20:05:57 -0700)

----------------------------------------------------------------
Qualcomm ARM64 DeviceTree fixes for v6.6

This fixes an error with an incorrect gpio-ranges preventing the PMIC
GPIO instances from being registered on SA877P, and fixes a regression
from a refactoring of the top-level clocks node that caused divclocks to
no longer probe on a few of the MSM8996 devices.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-ranges
      arm64: dts: qcom: apq8096-db820c: fix missing clock populate
      arm64: dts: qcom: msm8996-xiaomi: fix missing clock populate

 arch/arm64/boot/dts/qcom/apq8096-db820c.dts        | 32 ++++++++++------------
 .../arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi | 32 ++++++++++------------
 arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts | 18 ++++++------
 arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi        |  2 +-
 4 files changed, 39 insertions(+), 45 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Oct. 16, 2023, 3:21 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Sun, 15 Oct 2023 11:01:10 -0700 you wrote:
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -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.6
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Qualcomm ARM64 DeviceTree fixes for v6.6
    https://git.kernel.org/soc/soc/c/5e24617f6686

You are awesome, thank you!