Skip to content

Commit 0d1503d

Browse files
committed
Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring: - Two fixes due to DT node name changes on Arm, Ltd. boards - Treewide rename of Ingenic CGU headers - Update ST email addresses - Remove Netlogic DT bindings - Dropping few more cases of redundant 'maxItems' in schemas - Convert toshiba,tc358767 bridge binding to schema * tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: dt-bindings: watchdog: sunxi: fix error in schema bindings: media: venus: Drop redundant maxItems for power-domain-names dt-bindings: Remove Netlogic bindings clk: versatile: clk-icst: Ensure clock names are unique of: Support using 'mask' in making device bus id dt-bindings: treewide: Update @st.com email address to @FOSS.st.com dt-bindings: media: Update maintainers for st,stm32-hwspinlock.yaml dt-bindings: media: Update maintainers for st,stm32-cec.yaml dt-bindings: mfd: timers: Update maintainers for st,stm32-timers dt-bindings: timer: Update maintainers for st,stm32-timer dt-bindings: i2c: imx: hardware do not restrict clock-frequency to only 100 and 400 kHz dt-bindings: display: bridge: Convert toshiba,tc358767.txt to yaml dt-bindings: Rename Ingenic CGU headers to ingenic,*.h
2 parents 622c72b + 913d3a3 commit 0d1503d

File tree

107 files changed

+277
-277
lines changed

Some content is hidden

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

107 files changed

+277
-277
lines changed

Documentation/devicetree/bindings/arm/sti.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: ST STi Platforms Device Tree Bindings
88

99
maintainers:
10-
- Patrice Chotard <[email protected]>
10+
- Patrice Chotard <patrice.chotard@foss.st.com>
1111

1212
properties:
1313
$nodename:

Documentation/devicetree/bindings/arm/stm32/st,mlahb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
77
title: STMicroelectronics STM32 ML-AHB interconnect bindings
88

99
maintainers:
10-
- Fabien Dessenne <[email protected]>
11-
- Arnaud Pouliquen <[email protected]>
10+
- Fabien Dessenne <fabien.dessenne@foss.st.com>
11+
- Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
1212

1313
description: |
1414
These bindings describe the STM32 SoCs ML-AHB interconnect bus which connects

Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
77
title: STMicroelectronics STM32 Platforms System Controller bindings
88

99
maintainers:
10-
- Alexandre Torgue <[email protected]>
11-
- Christophe Roullier <[email protected]>
10+
- Alexandre Torgue <alexandre.torgue@foss.st.com>
11+
- Christophe Roullier <christophe.roullier@foss.st.com>
1212

1313
properties:
1414
compatible:

Documentation/devicetree/bindings/arm/stm32/stm32.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: STMicroelectronics STM32 Platforms Device Tree Bindings
88

99
maintainers:
10-
- Alexandre Torgue <[email protected]>
10+
- Alexandre Torgue <alexandre.torgue@foss.st.com>
1111

1212
properties:
1313
$nodename:

Documentation/devicetree/bindings/clock/ingenic,cgu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ additionalProperties: false
104104

105105
examples:
106106
- |
107-
#include <dt-bindings/clock/jz4770-cgu.h>
107+
#include <dt-bindings/clock/ingenic,jz4770-cgu.h>
108108
cgu: clock-controller@10000000 {
109109
compatible = "ingenic,jz4770-cgu", "simple-mfd";
110110
reg = <0x10000000 0x100>;

Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.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: Reset Clock Controller Binding
88

99
maintainers:
10-
- Gabriel Fernandez <[email protected]>
10+
- Gabriel Fernandez <gabriel.fernandez@foss.st.com>
1111

1212
description: |
1313
The RCC IP is both a reset and a clock controller.

Documentation/devicetree/bindings/crypto/st,stm32-crc.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: STMicroelectronics STM32 CRC bindings
88

99
maintainers:
10-
- Lionel Debieve <[email protected]>
10+
- Lionel Debieve <lionel.debieve@foss.st.com>
1111

1212
properties:
1313
compatible:

Documentation/devicetree/bindings/crypto/st,stm32-cryp.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: STMicroelectronics STM32 CRYP bindings
88

99
maintainers:
10-
- Lionel Debieve <[email protected]>
10+
- Lionel Debieve <lionel.debieve@foss.st.com>
1111

1212
properties:
1313
compatible:

Documentation/devicetree/bindings/crypto/st,stm32-hash.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: STMicroelectronics STM32 HASH bindings
88

99
maintainers:
10-
- Lionel Debieve <[email protected]>
10+
- Lionel Debieve <lionel.debieve@foss.st.com>
1111

1212
properties:
1313
compatible:

Documentation/devicetree/bindings/display/bridge/snps,dw-mipi-dsi.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: Synopsys DesignWare MIPI DSI host controller
88

99
maintainers:
10-
- Philippe CORNU <[email protected]>
10+
- Philippe CORNU <philippe.cornu@foss.st.com>
1111

1212
description: |
1313
This document defines device tree properties for the Synopsys DesignWare MIPI

0 commit comments

Comments
 (0)