mbox series

[GIT,PULL] Qualcomm Arm32 DeviceTree updates for v6.15

Message ID 20250317213630.2029212-1-andersson@kernel.org (mailing list archive)
State Changes Requested
Headers show
Series [GIT,PULL] Qualcomm Arm32 DeviceTree updates for v6.15 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm32-for-6.15

Message

Bjorn Andersson March 17, 2025, 9:36 p.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm32-for-6.15

for you to fetch changes up to adbbdcf4b2d6556721b580385ba387baca5c26ee:

  ARM: dts: qcom: ipq4018: Switch to undeprecated qcom,calibration-variant (2025-03-03 22:36:52 -0600)

----------------------------------------------------------------
Qualcomm Arm32 DeviceTree updates for v6.15

Cleanup indentation issues and a deprecated WiFi property.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: dts: qcom: ipq4018: Switch to undeprecated qcom,calibration-variant

Sanjay Chitroda (1):
      ARM: dts: qcom: Fix indentation errors

 arch/arm/boot/dts/qcom/qcom-apq8074-dragonboard.dts | 4 ++--
 arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi  | 2 +-
 arch/arm/boot/dts/qcom/qcom-ipq4018-jalapeno.dts    | 4 ++--
 arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk07.1.dtsi  | 2 +-
 arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi            | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann March 19, 2025, 9:11 p.m. UTC | #1
On Mon, Mar 17, 2025, at 22:36, Bjorn Andersson wrote:
> ----------------------------------------------------------------
> Qualcomm Arm32 DeviceTree updates for v6.15
>
> Cleanup indentation issues and a deprecated WiFi property.
>
> ----------------------------------------------------------------
> Krzysztof Kozlowski (1):
>       ARM: dts: qcom: ipq4018: Switch to undeprecated qcom,calibration-variant

Same as for the arm64 changes, let's skip this one for 6.15 and
do it properly next time. The branch in its current form is
clearly broken as it removes the properties that the driver expects.

     Arnd