Skip to content

Commit 4aeb777

Browse files
committed
Merge tag 'rolling-lts/wsl/5.15.90.1' into linux-msft-wsl-5.15.y
Signed-off-by: Kelsey Steele <[email protected]>
2 parents 292031a + 3fad90d commit 4aeb777

File tree

1,192 files changed

+14550
-7789
lines changed

Some content is hidden

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

1,192 files changed

+14550
-7789
lines changed

Documentation/ABI/testing/sysfs-bus-spi-devices-spi-nor

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Contact: [email protected]
55
Description: (RO) The JEDEC ID of the SPI NOR flash as reported by the
66
flash device.
77

8+
The attribute is not present if the flash doesn't support
9+
the "Read JEDEC ID" command (9Fh). This is the case for
10+
non-JEDEC compliant flashes.
811

912
What: /sys/bus/spi/devices/.../spi-nor/manufacturer
1013
Date: April 2021

Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ properties:
3131
- description: Display byte clock
3232
- description: Display byte interface clock
3333
- description: Display pixel clock
34-
- description: Display escape clock
34+
- description: Display core clock
3535
- description: Display AHB clock
3636
- description: Display AXI clock
3737

@@ -135,8 +135,6 @@ required:
135135
- phy-names
136136
- assigned-clocks
137137
- assigned-clock-parents
138-
- power-domains
139-
- operating-points-v2
140138
- ports
141139

142140
additionalProperties: false

Documentation/devicetree/bindings/display/msm/dsi-phy-10nm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ required:
3939
- compatible
4040
- reg
4141
- reg-names
42-
- vdds-supply
4342

4443
unevaluatedProperties: false
4544

Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ required:
3737
- compatible
3838
- reg
3939
- reg-names
40-
- vcca-supply
4140

4241
unevaluatedProperties: false
4342

Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ properties:
3434
vddio-supply:
3535
description: Phandle to vdd-io regulator device node.
3636

37+
qcom,dsi-phy-regulator-ldo-mode:
38+
type: boolean
39+
description: Indicates if the LDO mode PHY regulator is wanted.
40+
3741
required:
3842
- compatible
3943
- reg

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ description: |+
1414
This PCIe host controller is based on the Synopsys DesignWare PCIe IP
1515
and thus inherits all the common properties defined in snps,dw-pcie.yaml.
1616
17-
allOf:
18-
- $ref: /schemas/pci/snps,dw-pcie.yaml#
19-
2017
properties:
2118
compatible:
2219
enum:
@@ -59,7 +56,7 @@ properties:
5956
- const: pcie
6057
- const: pcie_bus
6158
- const: pcie_phy
62-
- const: pcie_inbound_axi for imx6sx-pcie, pcie_aux for imx8mq-pcie
59+
- enum: [ pcie_inbound_axi, pcie_aux ]
6360

6461
num-lanes:
6562
const: 1
@@ -166,6 +163,47 @@ required:
166163
- clocks
167164
- clock-names
168165

166+
allOf:
167+
- $ref: /schemas/pci/snps,dw-pcie.yaml#
168+
- if:
169+
properties:
170+
compatible:
171+
contains:
172+
const: fsl,imx6sx-pcie
173+
then:
174+
properties:
175+
clock-names:
176+
items:
177+
- {}
178+
- {}
179+
- {}
180+
- const: pcie_inbound_axi
181+
- if:
182+
properties:
183+
compatible:
184+
contains:
185+
const: fsl,imx8mq-pcie
186+
then:
187+
properties:
188+
clock-names:
189+
items:
190+
- {}
191+
- {}
192+
- {}
193+
- const: pcie_aux
194+
- if:
195+
properties:
196+
compatible:
197+
not:
198+
contains:
199+
enum:
200+
- fsl,imx6sx-pcie
201+
- fsl,imx8mq-pcie
202+
then:
203+
properties:
204+
clock-names:
205+
maxItems: 3
206+
169207
unevaluatedProperties: false
170208

171209
examples:

Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ properties:
3636
- const: mpu
3737

3838
interrupts:
39-
maxItems: 1
39+
maxItems: 2
4040

4141
clocks:
4242
items:
@@ -94,8 +94,9 @@ examples:
9494
#interrupt-cells = <1>;
9595
ranges = <0x81000000 0 0x40000000 0 0x40000000 0 0x00010000>,
9696
<0x82000000 0 0x50000000 0 0x50000000 0 0x20000000>;
97-
interrupts = <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
98-
interrupt-names = "intr";
97+
interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
98+
<GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
99+
interrupt-names = "msi", "intr";
99100
interrupt-map-mask = <0 0 0 7>;
100101
interrupt-map =
101102
<0 0 0 1 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH

Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yaml renamed to Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright 2019 BayLibre, SAS
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb2-phy.yaml#"
5+
$id: "http://devicetree.org/schemas/phy/amlogic,g12a-usb2-phy.yaml#"
66
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
77

88
title: Amlogic G12A USB2 PHY
@@ -13,8 +13,8 @@ maintainers:
1313
properties:
1414
compatible:
1515
enum:
16-
- amlogic,meson-g12a-usb2-phy
17-
- amlogic,meson-a1-usb2-phy
16+
- amlogic,g12a-usb2-phy
17+
- amlogic,a1-usb2-phy
1818

1919
reg:
2020
maxItems: 1
@@ -68,7 +68,7 @@ additionalProperties: false
6868
examples:
6969
- |
7070
phy@36000 {
71-
compatible = "amlogic,meson-g12a-usb2-phy";
71+
compatible = "amlogic,g12a-usb2-phy";
7272
reg = <0x36000 0x2000>;
7373
clocks = <&xtal>;
7474
clock-names = "xtal";

Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb3-pcie-phy.yaml renamed to Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright 2019 BayLibre, SAS
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb3-pcie-phy.yaml#"
5+
$id: "http://devicetree.org/schemas/phy/amlogic,g12a-usb3-pcie-phy.yaml#"
66
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
77

88
title: Amlogic G12A USB3 + PCIE Combo PHY
@@ -13,7 +13,7 @@ maintainers:
1313
properties:
1414
compatible:
1515
enum:
16-
- amlogic,meson-g12a-usb3-pcie-phy
16+
- amlogic,g12a-usb3-pcie-phy
1717

1818
reg:
1919
maxItems: 1
@@ -49,7 +49,7 @@ additionalProperties: false
4949
examples:
5050
- |
5151
phy@46000 {
52-
compatible = "amlogic,meson-g12a-usb3-pcie-phy";
52+
compatible = "amlogic,g12a-usb3-pcie-phy";
5353
reg = <0x46000 0x2000>;
5454
clocks = <&ref_clk>;
5555
clock-names = "ref_clk";

Documentation/devicetree/bindings/sound/qcom,wcd9335.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ audio-codec@1{
109109
reg = <1 0>;
110110
interrupts = <&msmgpio 54 IRQ_TYPE_LEVEL_HIGH>;
111111
interrupt-names = "intr2"
112-
reset-gpios = <&msmgpio 64 0>;
112+
reset-gpios = <&msmgpio 64 GPIO_ACTIVE_LOW>;
113113
slim-ifc-dev = <&wc9335_ifd>;
114114
clock-names = "mclk", "native";
115115
clocks = <&rpmcc RPM_SMD_DIV_CLK1>,

0 commit comments

Comments
 (0)