Skip to content

Commit 0ffb8a4

Browse files
committed
Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree updates from Rob Herring: "DT Bindings: - Convert and add a bunch of IBM FSI related bindings - Add a new schema listing legacy compatibles which will (probably) never be documented. This will silence various checks warning about them. - Add bindings for Sierra Wireless mangOH Green SPI IoT interface, new Arm 2024 Cortex and Neoverse CPUs, QCom sc8180x PDC, QCom SDX75 GPI DMA, imx8mp/imx8qxp fsl,irqsteer, and Renesas RZ/G2UL CRU and CSI-2 blocks - Convert Spreadtrum sprd-timer, FSL cpm_qe, FSL fsl,ls-scfg-msi, FSL q(b)man-*, FSL qoriq-mc, and img,pdc-wdt bindings to DT schema - Drop obsolete stericsson,abx500.txt DT core: - Update dtc to upstream version v1.7.0-93-g1df7b047fe43 - Add support to run DT validation on DTs with applied overlays - Add helper for creating boolean properties in dynamic nodes and use that for dynamic PCI nodes - Clean-up early parsing of '#{address,size}-cells'" * tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (39 commits) dt-bindings: timer: sprd-timer: convert to YAML dt-bindings: incomplete-devices: document devices without bindings dt-bindings: trivial-devices: document the Sierra Wireless mangOH Green SPI IoT interface scripts/dtc: Update to upstream version v1.7.0-93-g1df7b047fe43 dt-bindings: soc: fsl: Add fsl,ls1028a-reset for reset syscon node dt-bindings: soc: fsl: cpm_qe: convert to yaml format dt-bindings: i2c: i2c-fsi: Convert to json-schema dt-bindings: fsi: Document the FSI Hub Controller dt-bindings: fsi: Document the AST2700 FSI controller dt-bindings: fsi: ast2600-fsi-master: Convert to json-schema dt-bindings: fsi: ibm,i2cr-fsi-master: Reference common FSI controller dt-bindings: fsi: Document the FSI controller common properties dt-bindings: fsi: Document the IBM SBEFIFO engine dt-bindings: fsi: p9-occ: Convert to json-schema dt-bindings: fsi: Document the IBM SCOM engine dt-bindings: fsi: fsi2spi: Document SPI controller child nodes dt-bindings: interrupt-controller: convert fsl,ls-scfg-msi to yaml dt-bindings: soc: fsl: Convert q(b)man-* to yaml format dt-bindings: misc: fsl,qoriq-mc: convert to yaml format dt-bindings: drop stale Anson Huang from maintainers ...
2 parents 5b9ac6c + 76be2f9 commit 0ffb8a4

File tree

97 files changed

+2751
-1301
lines changed

Some content is hidden

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

97 files changed

+2751
-1301
lines changed

Documentation/devicetree/bindings/arm/cpus.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ properties:
147147
- arm,cortex-a710
148148
- arm,cortex-a715
149149
- arm,cortex-a720
150+
- arm,cortex-a725
150151
- arm,cortex-m0
151152
- arm,cortex-m0+
152153
- arm,cortex-m1
@@ -161,10 +162,15 @@ properties:
161162
- arm,cortex-x2
162163
- arm,cortex-x3
163164
- arm,cortex-x4
165+
- arm,cortex-x925
164166
- arm,neoverse-e1
165167
- arm,neoverse-n1
166168
- arm,neoverse-n2
169+
- arm,neoverse-n3
167170
- arm,neoverse-v1
171+
- arm,neoverse-v2
172+
- arm,neoverse-v3
173+
- arm,neoverse-v3ae
168174
- brcm,brahma-b15
169175
- brcm,brahma-b53
170176
- brcm,vulcan

Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-sim.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale i.MX7ULP System Integration Module
88

99
maintainers:
10-
- Anson Huang <[email protected]>
10+
- Shawn Guo <[email protected]>
11+
- Sascha Hauer <[email protected]>
12+
- Fabio Estevam <[email protected]>
1113

1214
description: |
1315
The system integration module (SIM) provides system control and chip configuration

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale i.MX6 Quad Clock Controller
88

99
maintainers:
10-
- Anson Huang <[email protected]>
10+
- Abel Vesa <[email protected]>
11+
- Peng Fan <[email protected]>
1112

1213
properties:
1314
compatible:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale i.MX6 SoloLite Clock Controller
88

99
maintainers:
10-
- Anson Huang <[email protected]>
10+
- Abel Vesa <[email protected]>
11+
- Peng Fan <[email protected]>
1112

1213
properties:
1314
compatible:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale i.MX6 SLL Clock Controller
88

99
maintainers:
10-
- Anson Huang <[email protected]>
10+
- Abel Vesa <[email protected]>
11+
- Peng Fan <[email protected]>
1112

1213
properties:
1314
compatible:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale i.MX6 SoloX Clock Controller
88

99
maintainers:
10-
- Anson Huang <[email protected]>
10+
- Abel Vesa <[email protected]>
11+
- Peng Fan <[email protected]>
1112

1213
properties:
1314
compatible:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Freescale i.MX6 UltraLite Clock Controller
88

99
maintainers:
10-
- Anson Huang <[email protected]>
10+
- Abel Vesa <[email protected]>
11+
- Peng Fan <[email protected]>
1112

1213
properties:
1314
compatible:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ title: Freescale i.MX7 Dual Clock Controller
88

99
maintainers:
1010
- Frank Li <[email protected]>
11-
- Anson Huang <[email protected]>
1211

1312
description: |
1413
The clock consumer should specify the desired clock by having the clock

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: NXP i.MX8M Family Clock Control Module
88

99
maintainers:
10-
- Anson Huang <[email protected]>
10+
- Abel Vesa <[email protected]>
11+
- Peng Fan <[email protected]>
1112

1213
description: |
1314
NXP i.MX8M Mini/Nano/Plus/Quad clock control module is an integrated clock

Documentation/devicetree/bindings/clock/stericsson,abx500.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)