Skip to content

Commit 859c745

Browse files
committed
Merge tag 'arm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC fixes from Arnd Bergmann: "Most of the changes this time are for the Qualcomm Snapdragon platforms. There are bug fixes for error handling in Qualcomm icc-bwmon, rpmh-rsc, ramp_controller and rmtfs driver as well as the AMD tee firmware driver and a missing initialization in the Arm ff-a firmware driver. The Qualcomm RPMh and EDAC drivers need some rework to work correctly on all supported chips. The DT fixes include: - i.MX8 fixes for gpio, pinmux and clock settings - ADS touchscreen gpio polarity settings in several machines - Address dtb warnings for caches, panel and input-enable properties on Qualcomm platforms - Incorrect data on qualcomm platforms fir SA8155P power domains, SM8550 LLCC, SC7180-lite SDRAM frequencies and SM8550 soundwire - Remoteproc firmware paths are corrected for Sony Xperia 10 IV" * tag 'arm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (36 commits) firmware: arm_ffa: Set handle field to zero in memory descriptor ARM: dts: Fix erroneous ADS touchscreen polarities arm64: dts: imx8mn-beacon: Fix SPI CS pinmux arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals EDAC/qcom: Get rid of hardcoded register offsets EDAC/qcom: Remove superfluous return variable assignment in qcom_llcc_core_setup() arm64: dts: qcom: sm8550: Use the correct LLCC register scheme dt-bindings: cache: qcom,llcc: Fix SM8550 description arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite boards arm64: dts: qcom: sm8550: use uint16 for Soundwire interval soc: qcom: rpmhpd: Add SA8155P power domains arm64: dts: qcom: Split out SA8155P and use correct RPMh power domains dt-bindings: power: qcom,rpmpd: Add SA8155P soc: qcom: Rename ice to qcom_ice to avoid module name conflict soc: qcom: rmtfs: Fix error code in probe() soc: qcom: ramp_controller: Fix an error handling path in qcom_ramp_controller_probe() ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc ARM: at91: pm: fix imbalanced reference counter for ethernet devices arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths ...
2 parents 6456952 + 5cdd5ec commit 859c745

File tree

82 files changed

+479
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+479
-226
lines changed

Documentation/devicetree/bindings/cache/qcom,llcc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ allOf:
129129
- qcom,sm8250-llcc
130130
- qcom,sm8350-llcc
131131
- qcom,sm8450-llcc
132+
- qcom,sm8550-llcc
132133
then:
133134
properties:
134135
reg:

Documentation/devicetree/bindings/power/qcom,rpmpd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ properties:
2929
- qcom,qcm2290-rpmpd
3030
- qcom,qcs404-rpmpd
3131
- qcom,qdu1000-rpmhpd
32+
- qcom,sa8155p-rpmhpd
3233
- qcom,sa8540p-rpmhpd
3334
- qcom,sa8775p-rpmhpd
3435
- qcom,sdm660-rpmpd

arch/arm/boot/dts/am57xx-cl-som-am57x.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527

528528
interrupt-parent = <&gpio1>;
529529
interrupts = <31 0>;
530-
pendown-gpio = <&gpio1 31 0>;
530+
pendown-gpio = <&gpio1 31 GPIO_ACTIVE_LOW>;
531531

532532

533533
ti,x-min = /bits/ 16 <0x0>;

arch/arm/boot/dts/at91-sama7g5ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@
792792
};
793793

794794
&shdwc {
795-
atmel,shdwc-debouncer = <976>;
795+
debounce-delay-us = <976>;
796796
status = "okay";
797797

798798
input@0 {

arch/arm/boot/dts/at91sam9261ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
compatible = "ti,ads7843";
157157
interrupts-extended = <&pioC 2 IRQ_TYPE_EDGE_BOTH>;
158158
spi-max-frequency = <3000000>;
159-
pendown-gpio = <&pioC 2 GPIO_ACTIVE_HIGH>;
159+
pendown-gpio = <&pioC 2 GPIO_ACTIVE_LOW>;
160160

161161
ti,x-min = /bits/ 16 <150>;
162162
ti,x-max = /bits/ 16 <3830>;

arch/arm/boot/dts/imx7d-pico-hobbit.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
interrupt-parent = <&gpio2>;
6565
interrupts = <7 0>;
6666
spi-max-frequency = <1000000>;
67-
pendown-gpio = <&gpio2 7 0>;
67+
pendown-gpio = <&gpio2 7 GPIO_ACTIVE_LOW>;
6868
vcc-supply = <&reg_3p3v>;
6969
ti,x-min = /bits/ 16 <0>;
7070
ti,x-max = /bits/ 16 <4095>;

arch/arm/boot/dts/imx7d-sdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
pinctrl-0 = <&pinctrl_tsc2046_pendown>;
206206
interrupt-parent = <&gpio2>;
207207
interrupts = <29 0>;
208-
pendown-gpio = <&gpio2 29 GPIO_ACTIVE_HIGH>;
208+
pendown-gpio = <&gpio2 29 GPIO_ACTIVE_LOW>;
209209
touchscreen-max-pressure = <255>;
210210
wakeup-source;
211211
};

arch/arm/boot/dts/omap3-cm-t3x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227

228228
interrupt-parent = <&gpio2>;
229229
interrupts = <25 0>; /* gpio_57 */
230-
pendown-gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>;
230+
pendown-gpio = <&gpio2 25 GPIO_ACTIVE_LOW>;
231231

232232
ti,x-min = /bits/ 16 <0x0>;
233233
ti,x-max = /bits/ 16 <0x0fff>;

arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
interrupt-parent = <&gpio1>;
5656
interrupts = <27 0>; /* gpio_27 */
57-
pendown-gpio = <&gpio1 27 GPIO_ACTIVE_HIGH>;
57+
pendown-gpio = <&gpio1 27 GPIO_ACTIVE_LOW>;
5858

5959
ti,x-min = /bits/ 16 <0x0>;
6060
ti,x-max = /bits/ 16 <0x0fff>;

arch/arm/boot/dts/omap3-lilly-a83x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
interrupt-parent = <&gpio1>;
312312
interrupts = <8 0>; /* boot6 / gpio_8 */
313313
spi-max-frequency = <1000000>;
314-
pendown-gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>;
314+
pendown-gpio = <&gpio1 8 GPIO_ACTIVE_LOW>;
315315
vcc-supply = <&reg_vcc3>;
316316
pinctrl-names = "default";
317317
pinctrl-0 = <&tsc2048_pins>;

0 commit comments

Comments
 (0)