Skip to content

Commit d6af633

Browse files
committed
Merge tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring: "Another set of DT fixes: - restore range parsing error check - workaround PCI range parsing with missing 'device_type' now required - correct description of 'phy-connection-type' - fix erroneous matching on 'snps,dw-pcie' by 'intel,lgm-pcie' schema - a couple of grammar and whitespace fixes - update Shawn Guo's email" * tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: dt-bindings: vendor-prefixes: Remove trailing whitespace dt-bindings: net: correct description of phy-connection-type dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances of: address: Work around missing device_type property in pcie nodes dt: writing-schema: Miscellaneous grammar fixes dt-bindings: Use Shawn Guo's preferred e-mail for i.MX bindings of/address: check for invalid range.cpu_addr
2 parents f873db9 + 5cd841d commit d6af633

File tree

14 files changed

+42
-14
lines changed

14 files changed

+42
-14
lines changed

Documentation/devicetree/bindings/clock/imx23-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Clock bindings for Freescale i.MX23
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
description: |
1313
The clock consumer should specify the desired clock by having the clock

Documentation/devicetree/bindings/clock/imx28-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Clock bindings for Freescale i.MX28
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
description: |
1313
The clock consumer should specify the desired clock by having the clock

Documentation/devicetree/bindings/gpio/gpio-mxs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale MXS GPIO controller
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111
- Anson Huang <[email protected]>
1212

1313
description: |

Documentation/devicetree/bindings/i2c/i2c-mxs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale MXS Inter IC (I2C) Controller
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
properties:
1313
compatible:

Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale Enhanced Secure Digital Host Controller (eSDHC) for i.MX
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
allOf:
1313
- $ref: "mmc-controller.yaml"

Documentation/devicetree/bindings/mmc/mxs-mmc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale MXS MMC controller
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
description: |
1313
The Freescale MXS Synchronous Serial Ports (SSP) can act as a MMC controller

Documentation/devicetree/bindings/net/ethernet-controller.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ properties:
5454

5555
phy-connection-type:
5656
description:
57-
Operation mode of the PHY interface
57+
Specifies interface type between the Ethernet device and a physical
58+
layer (PHY) device.
5859
enum:
5960
# There is not a standard bus between the MAC and the PHY,
6061
# something proprietary is being used to embed the PHY in the

Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ title: PCIe RC controller on Intel Gateway SoCs
99
maintainers:
1010
- Dilip Kota <[email protected]>
1111

12+
select:
13+
properties:
14+
compatible:
15+
contains:
16+
const: intel,lgm-pcie
17+
required:
18+
- compatible
19+
1220
properties:
1321
compatible:
1422
items:

Documentation/devicetree/bindings/pwm/mxs-pwm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale MXS PWM controller
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111
- Anson Huang <[email protected]>
1212

1313
properties:

Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale (Enhanced) Configurable Serial Peripheral Interface (CSPI/eCSPI) for i.MX
88

99
maintainers:
10-
- Shawn Guo <shawn.guo@linaro.org>
10+
- Shawn Guo <shawnguo@kernel.org>
1111

1212
allOf:
1313
- $ref: "/schemas/spi/spi-controller.yaml#"

0 commit comments

Comments
 (0)