Skip to content

Commit 3245cb6

Browse files
committed
Merge tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring: - Update some stale binding maintainer emails - Fix property name error in apple,aic binding - Add missing param to of_dma_configure_id() stub - Fix an off-by-one error in unflatten_dt_nodes() * tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: dt-bindings: pinctrl: qcom: drop non-working codeaurora.org emails dt-bindings: power: qcom,rpmpd: drop non-working codeaurora.org emails dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez of/device: Fix up of_dma_configure_id() stub MAINTAINERS: Update email of Neil Armstrong of: fdt: fix off-by-one error in unflatten_dt_nodes()
2 parents d1221ce + de11663 commit 3245cb6

34 files changed

+44
-43
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ Morten Welinder <[email protected]>
315315
Mythri P K <[email protected]>
316316
Nadia Yvette Chambers <[email protected]> William Lee Irwin III <[email protected]>
317317
318+
318319
Nguyen Anh Quynh <[email protected]>
319320
320321

Documentation/devicetree/bindings/arm/amlogic/amlogic,meson-gx-ao-secure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
88
title: Amlogic Meson Firmware registers Interface
99

1010
maintainers:
11-
- Neil Armstrong <[email protected]>
11+
- Neil Armstrong <[email protected]>
1212

1313
description: |
1414
The Meson SoCs have a register bank with status and data shared with the

Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
88
title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
99

1010
maintainers:
11-
- Neil Armstrong <[email protected]>
11+
- Neil Armstrong <[email protected]>
1212

1313
allOf:
1414
- $ref: /schemas/sound/name-prefix.yaml#

Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
88
title: Amlogic Meson Display Controller
99

1010
maintainers:
11-
- Neil Armstrong <[email protected]>
11+
- Neil Armstrong <[email protected]>
1212

1313
description: |
1414
The Amlogic Meson Display controller is composed of several components

Documentation/devicetree/bindings/display/bridge/analogix,anx7814.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Analogix ANX7814 SlimPort (Full-HD Transmitter)
88

99
maintainers:
1010
- Andrzej Hajda <[email protected]>
11-
- Neil Armstrong <[email protected]>
11+
- Neil Armstrong <[email protected]>
1212
- Robert Foss <[email protected]>
1313

1414
properties:

Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: ITE it66121 HDMI bridge Device Tree Bindings
88

99
maintainers:
1010
- Phong LE <[email protected]>
11-
- Neil Armstrong <[email protected]>
11+
- Neil Armstrong <[email protected]>
1212

1313
description: |
1414
The IT66121 is a high-performance and low-power single channel HDMI

Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.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: Solomon Goldentek Display GKTW70SDAE4SE 7" WVGA LVDS Display Panel
88

99
maintainers:
10-
- Neil Armstrong <[email protected]>
10+
- Neil Armstrong <[email protected]>
1111
- Thierry Reding <[email protected]>
1212

1313
allOf:

Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
88
title: Amlogic Meson I2C Controller
99

1010
maintainers:
11-
- Neil Armstrong <[email protected]>
11+
- Neil Armstrong <[email protected]>
1212
- Beniamino Galvani <[email protected]>
1313

1414
allOf:

Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.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: Generic i.MX bus frequency device
88

99
maintainers:
10-
- Leonard Crestez <leonard.crestez@nxp.com>
10+
- Peng Fan <peng.fan@nxp.com>
1111

1212
description: |
1313
The i.MX SoC family has multiple buses for which clock frequency (and

Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ properties:
9696
Documentation/devicetree/bindings/arm/cpus.yaml).
9797

9898
required:
99-
- fiq-index
99+
- apple,fiq-index
100100
- cpus
101101

102102
required:

0 commit comments

Comments
 (0)