mbox series

[GIT,PULL] Qualcomm DTS fixes for v5.15

Message ID 20210930025526.1146-1-bjorn.andersson@linaro.org (mailing list archive)
State Mainlined, archived
Commit ecf5b34cd5182180ff47ca14ecaca0a90db7fd1d
Headers show
Series [GIT,PULL] Qualcomm DTS fixes for v5.15 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-fixes-for-5.15

Message

Bjorn Andersson Sept. 30, 2021, 2:55 a.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-fixes-for-5.15

for you to fetch changes up to ecf5b34cd5182180ff47ca14ecaca0a90db7fd1d:

  ARM: dts: qcom: apq8064: update Adreno clock names (2021-09-19 23:11:27 -0500)

----------------------------------------------------------------
Qualcomm DTS fixes for v5.15

This corrects the use of depricated chipid and clock names, for which
support was finally dropped from the driver. It also ensures that the
DSI PLL is fed by the correct clock, now that it's being migrated to not
rely on global clock names.

----------------------------------------------------------------
David Heidelberg (2):
      ARM: dts: qcom: apq8064: use compatible which contains chipid
      ARM: dts: qcom: apq8064: update Adreno clock names

Marijn Suijten (1):
      ARM: dts: qcom: apq8064: Use 27MHz PXO clock as DSI PLL reference

 arch/arm/boot/dts/qcom-apq8064.dtsi | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Comments

Arnd Bergmann Oct. 5, 2021, 1:55 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 29 Sep 2021 21:55:26 -0500, Bjorn Andersson wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-fixes-for-5.15
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: c147392b652b6af7d96f1f844a4938a6bb4921b8

       Arnd