mbox series

[GIT,PULL] Qualcomm DT updates for 5.11

Message ID 20201130190148.345302-1-bjorn.andersson@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm DT updates for 5.11 | expand

Pull-request

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

Message

Bjorn Andersson Nov. 30, 2020, 7:01 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 74ab8ccfb8f3133acf8b2a2a7bcfba9c1710960d:

  arm64: dts: ipq6018: Add the QPIC peripheral nodes (2020-11-30 10:46:28 -0600)

----------------------------------------------------------------
Qualcomm DT updates for 5.11

This adds support for SD card, WiFi, LED, touchscreeni, touchkey and
fuel gauge to the Samsung Galaxy S5. Nexus 5 also gains fuel gauge
support.

Finally IPQ6016 gains support for the QPIC NAND controller.

----------------------------------------------------------------
Iskren Chernev (9):
      ARM: dts: qcom: msm8974-klte: Merge pinctrl nodes
      ARM: dts: qcom: msm8974-klte: Add support for touchkey
      ARM: dts: qcom: msm8974-klte: Add support for touchscreen
      ARM: dts: qcom: msm8974-klte: Add support for led
      ARM: dts: qcom: msm8974-klte: Add gpio expander chip
      ARM: dts: qcom: msm8974-klte: Add support for wifi
      ARM: dts: qcom: msm8974-klte: Add support for SD card
      ARM: dts: qcom: msm8974-klte: Add fuel gauge
      ARM: dts: qcom: msm8974-lge-nexus5: Add fuel gauge

Jonathan Cameron (1):
      ARM: dts: qcom-pma8084: Drop incorrect use of io-channel-ranges

Kathiravan T (1):
      arm64: dts: ipq6018: Add the QPIC peripheral nodes

 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |  25 ++
 arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts    | 340 ++++++++++++++++++++-
 arch/arm/boot/dts/qcom-pma8084.dtsi                |   1 -
 arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts       |  16 +
 arch/arm64/boot/dts/qcom/ipq6018.dtsi              |  41 +++
 5 files changed, 413 insertions(+), 10 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 11:09 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 30 Nov 2020 13:01:48 -0600, Bjorn Andersson wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 6ce23595b587a4cbb9f14cebdc20de4336f95473

       Arnd