Merge tag 'qcom-arm64-for-6.9-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/dt
A few Qualcomm Arm64 DeviceTree fixes for v6.9 This corrects the orientation of the panel of Xiaomi Pad 5 Pro, and corrects a typo in the size of the SPMI channel register size in both SM8550 and SM8650. * tag 'qcom-arm64-for-6.9-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: arm64: dts: qcom: sm8250-xiaomi-elish: set rotation arm64: dts: qcom: sm8650: Fix SPMI channels size arm64: dts: qcom: sm8550: Fix SPMI channels size Link: https://lore.kernel.org/r/20240306031451.4545-1-andersson@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022, 2023 Jianhua Lu <lujianhua000@gmail.com>
|
||||
* Copyright (c) 2022-2024 Jianhua Lu <lujianhua000@gmail.com>
|
||||
*/
|
||||
|
||||
#include <dt-bindings/arm/qcom,ids.h>
|
||||
@@ -551,6 +551,7 @@
|
||||
vddio-supply = <&vreg_l14a_1p88>;
|
||||
reset-gpios = <&tlmm 75 GPIO_ACTIVE_LOW>;
|
||||
backlight = <&backlight>;
|
||||
rotation = <90>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
||||
@@ -3318,7 +3318,7 @@
|
||||
spmi_bus: spmi@c400000 {
|
||||
compatible = "qcom,spmi-pmic-arb";
|
||||
reg = <0 0x0c400000 0 0x3000>,
|
||||
<0 0x0c500000 0 0x4000000>,
|
||||
<0 0x0c500000 0 0x400000>,
|
||||
<0 0x0c440000 0 0x80000>,
|
||||
<0 0x0c4c0000 0 0x20000>,
|
||||
<0 0x0c42d000 0 0x4000>;
|
||||
|
||||
@@ -3749,7 +3749,7 @@
|
||||
spmi_bus: spmi@c400000 {
|
||||
compatible = "qcom,spmi-pmic-arb";
|
||||
reg = <0 0x0c400000 0 0x3000>,
|
||||
<0 0x0c500000 0 0x4000000>,
|
||||
<0 0x0c500000 0 0x400000>,
|
||||
<0 0x0c440000 0 0x80000>,
|
||||
<0 0x0c4c0000 0 0x20000>,
|
||||
<0 0x0c42d000 0 0x4000>;
|
||||
|
||||
Reference in New Issue
Block a user