Skip to content

Commit 73bb7e1

Browse files
author
Herton R. Krzesinski
committed
Merge: remoteproc: qcom: pas: bring 6.0 hw support and fixes
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1735 Bugzilla: https://bugzilla.redhat.com/2150444 Tested: sanity boot on QDrive3 with automotive configuration loading DSP firmware Omitted-Fix: 39bd2b6 ("dt-bindings: Improve phandle-array schemas") dt-bindings wide change. out-of-scope. Omitted-Fix: 375eed5 ("dt-bindings: soc: qcom,smd: convert to dtschema") qcom,smd: out-of-scope Omitted-Fix: 385fad1 ("dt-bindings: remoteproc: qcom,smd-edge: define re-usable schema for smd-edge") qcom,smd and qcom,smd-edge: out-of-scope Omitted-Fix: b7be1c4 ("dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema") qcom,smd and qcom,smd-edge: out-of-scope Backport the sc8280xp PAS support to manage the DSP firmware on QDrive3. Re-introduce a formerly reverted commit to the q6v5 PAS remoteproc. Signed-off-by: Eric Chanudet <echanude@redhat.com> Approved-by: Adrien Thierry <athierry@redhat.com> Approved-by: Andrew Halaney <ahalaney@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents 06726e8 + 9c7b4dd commit 73bb7e1

23 files changed

+904
-136
lines changed

Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ system, notifying them when a low power state is entered or exited.
1010
Multiple revisions of the SAW hardware are supported using these Device Nodes.
1111
SAW2 revisions differ in the register offset and configuration data. Also, the
1212
same revision of the SAW in different SoCs may have different configuration
13-
data due the the differences in hardware capabilities. Hence the SoC name, the
13+
data due the differences in hardware capabilities. Hence the SoC name, the
1414
version of the SAW hardware in that SoC and the distinction between cpu (big
1515
or Little) or cache, may be needed to uniquely identify the SAW register
1616
configuration and initialization data. The compatible string is used to

Documentation/devicetree/bindings/clock/ti/davinci/pll.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Required properties:
1515
- for "ti,da850-pll1", shall be "clksrc"
1616

1717
Optional properties:
18-
- ti,clkmode-square-wave: Indicates that the the board is supplying a square
18+
- ti,clkmode-square-wave: Indicates that the board is supplying a square
1919
wave input on the OSCIN pin instead of using a crystal oscillator.
2020
This property is only valid when compatible = "ti,da850-pll0".
2121

Documentation/devicetree/bindings/fpga/fpga-region.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ succeeded.
330330

331331
The Device Tree Overlay will contain:
332332
* "target-path" or "target"
333-
The insertion point where the the contents of the overlay will go into the
333+
The insertion point where the contents of the overlay will go into the
334334
live tree. target-path is a full path, while target is a phandle.
335335
* "ranges"
336336
The address space mapping from processor to FPGA bus(ses).

Documentation/devicetree/bindings/gpio/gpio-pisosr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Optional properties:
1414
- ngpios : Number of used GPIO lines (0..n-1), default is 8.
1515
- load-gpios : GPIO pin specifier attached to load enable, this
1616
pin is pulsed before reading from the device to
17-
load input pin values into the the device.
17+
load input pin values into the device.
1818

1919
For other required and optional properties of SPI slave
2020
nodes please refer to ../spi/spi-bus.txt.

Documentation/devicetree/bindings/net/qcom-emac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MAC node:
1414
- mac-address : The 6-byte MAC address. If present, it is the default
1515
MAC address.
1616
- internal-phy : phandle to the internal PHY node
17-
- phy-handle : phandle the the external PHY node
17+
- phy-handle : phandle to the external PHY node
1818

1919
Internal PHY node:
2020
- compatible : Should be "qcom,fsm9900-emac-sgmii" or "qcom,qdf2432-emac-sgmii".

Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: |+
1616
- compatible: Should be the following:
1717
"amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
1818
19-
Refer to the the bindings described in
19+
Refer to the bindings described in
2020
Documentation/devicetree/bindings/mfd/syscon.yaml
2121
2222
properties:

Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: |+
1616
- compatible: Should be one of the following:
1717
"aspeed,ast2400-scu", "syscon", "simple-mfd"
1818
19-
Refer to the the bindings described in
19+
Refer to the bindings described in
2020
Documentation/devicetree/bindings/mfd/syscon.yaml
2121
2222
properties:

Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: |+
1717
"aspeed,ast2500-scu", "syscon", "simple-mfd"
1818
"aspeed,g5-scu", "syscon", "simple-mfd"
1919
20-
Refer to the the bindings described in
20+
Refer to the bindings described in
2121
Documentation/devicetree/bindings/mfd/syscon.yaml
2222
2323
properties:

Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: |+
1616
- compatible: Should be one of the following:
1717
"aspeed,ast2600-scu", "syscon", "simple-mfd"
1818
19-
Refer to the the bindings described in
19+
Refer to the bindings described in
2020
Documentation/devicetree/bindings/mfd/syscon.yaml
2121
2222
properties:

Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: |+
1717
- compatible: Should be the following:
1818
"amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
1919
20-
Refer to the the bindings described in
20+
Refer to the bindings described in
2121
Documentation/devicetree/bindings/mfd/syscon.yaml
2222
2323
properties:

0 commit comments

Comments
 (0)