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

Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.txt

Lines changed: 0 additions & 54 deletions
This file was deleted.
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/display/bridge/toshiba,tc358767.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Toshiba TC358767 eDP bridge bindings
8+
9+
maintainers:
10+
- Andrey Gusakov <[email protected]>
11+
12+
description: The TC358767 is bridge device which converts DSI/DPI to eDP/DP
13+
14+
properties:
15+
compatible:
16+
const: toshiba,tc358767
17+
18+
reg:
19+
enum:
20+
- 0x68
21+
- 0x0f
22+
description: |
23+
i2c address of the bridge, 0x68 or 0x0f, depending on bootstrap pins
24+
25+
clock-names:
26+
const: "ref"
27+
28+
clocks:
29+
maxItems: 1
30+
description: |
31+
OF device-tree clock specification for refclk input. The reference.
32+
clock rate must be 13 MHz, 19.2 MHz, 26 MHz, or 38.4 MHz.
33+
34+
shutdown-gpios:
35+
maxItems: 1
36+
description: |
37+
OF device-tree gpio specification for SD pin(active high shutdown input)
38+
39+
reset-gpios:
40+
maxItems: 1
41+
description: |
42+
OF device-tree gpio specification for RSTX pin(active low system reset)
43+
44+
toshiba,hpd-pin:
45+
$ref: /schemas/types.yaml#/definitions/uint32
46+
enum:
47+
- 0
48+
- 1
49+
description: TC358767 GPIO pin number to which HPD is connected to (0 or 1)
50+
51+
ports:
52+
$ref: /schemas/graph.yaml#/properties/ports
53+
54+
properties:
55+
port@0:
56+
$ref: /schemas/graph.yaml#/properties/port
57+
description: |
58+
DSI input port. The remote endpoint phandle should be a
59+
reference to a valid DSI output endpoint node
60+
61+
port@1:
62+
$ref: /schemas/graph.yaml#/properties/port
63+
description: |
64+
DPI input port. The remote endpoint phandle should be a
65+
reference to a valid DPI output endpoint node
66+
67+
port@2:
68+
$ref: /schemas/graph.yaml#/properties/port
69+
description: |
70+
eDP/DP output port. The remote endpoint phandle should be a
71+
reference to a valid eDP panel input endpoint node. This port is
72+
optional, treated as DP panel if not defined
73+
74+
oneOf:
75+
- required:
76+
- port@0
77+
- required:
78+
- port@1
79+
80+
81+
required:
82+
- compatible
83+
- reg
84+
- clock-names
85+
- clocks
86+
- ports
87+
88+
additionalProperties: false
89+
90+
examples:
91+
- |
92+
#include <dt-bindings/gpio/gpio.h>
93+
94+
/* DPI input and eDP output */
95+
96+
i2c {
97+
#address-cells = <1>;
98+
#size-cells = <0>;
99+
100+
edp-bridge@68 {
101+
compatible = "toshiba,tc358767";
102+
reg = <0x68>;
103+
shutdown-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
104+
reset-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
105+
clock-names = "ref";
106+
clocks = <&edp_refclk>;
107+
108+
ports {
109+
#address-cells = <1>;
110+
#size-cells = <0>;
111+
112+
port@1 {
113+
reg = <1>;
114+
115+
bridge_in_0: endpoint {
116+
remote-endpoint = <&dpi_out>;
117+
};
118+
};
119+
120+
port@2 {
121+
reg = <2>;
122+
123+
bridge_out: endpoint {
124+
remote-endpoint = <&panel_in>;
125+
};
126+
};
127+
};
128+
};
129+
};
130+
- |
131+
/* DPI input and DP output */
132+
133+
i2c {
134+
#address-cells = <1>;
135+
#size-cells = <0>;
136+
137+
edp-bridge@68 {
138+
compatible = "toshiba,tc358767";
139+
reg = <0x68>;
140+
shutdown-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
141+
reset-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
142+
clock-names = "ref";
143+
clocks = <&edp_refclk>;
144+
145+
ports {
146+
#address-cells = <1>;
147+
#size-cells = <0>;
148+
149+
port@1 {
150+
reg = <1>;
151+
152+
bridge_in_1: endpoint {
153+
remote-endpoint = <&dpi_out>;
154+
};
155+
};
156+
};
157+
};
158+
};

Documentation/devicetree/bindings/display/ingenic,ipu.yaml

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

4646
examples:
4747
- |
48-
#include <dt-bindings/clock/jz4770-cgu.h>
48+
#include <dt-bindings/clock/ingenic,jz4770-cgu.h>
4949
ipu@13080000 {
5050
compatible = "ingenic,jz4770-ipu", "ingenic,jz4760-ipu";
5151
reg = <0x13080000 0x800>;

Documentation/devicetree/bindings/display/ingenic,lcd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ additionalProperties: false
8888

8989
examples:
9090
- |
91-
#include <dt-bindings/clock/jz4740-cgu.h>
91+
#include <dt-bindings/clock/ingenic,jz4740-cgu.h>
9292
lcd-controller@13050000 {
9393
compatible = "ingenic,jz4740-lcd";
9494
reg = <0x13050000 0x1000>;
@@ -107,7 +107,7 @@ examples:
107107
};
108108
109109
- |
110-
#include <dt-bindings/clock/jz4725b-cgu.h>
110+
#include <dt-bindings/clock/ingenic,jz4725b-cgu.h>
111111
lcd-controller@13050000 {
112112
compatible = "ingenic,jz4725b-lcd";
113113
reg = <0x13050000 0x1000>;

Documentation/devicetree/bindings/display/panel/orisetech,otm8009a.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: Orise Tech OTM8009A 3.97" 480x800 TFT LCD panel (MIPI-DSI video mode)
88

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

1212
description: |
1313
The Orise Tech OTM8009A is a 3.97" 480x800 TFT LCD panel connected using

Documentation/devicetree/bindings/display/panel/raydium,rm68200.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: Raydium Semiconductor Corporation RM68200 5.5" 720p MIPI-DSI TFT LCD panel
88

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

1212
description: |
1313
The Raydium Semiconductor Corporation RM68200 is a 5.5" 720x1280 TFT LCD

Documentation/devicetree/bindings/display/st,stm32-dsi.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 DSI host controller
88

99
maintainers:
10-
- Philippe Cornu <[email protected]>
11-
- Yannick Fertre <[email protected]>
10+
- Philippe Cornu <philippe.cornu@foss.st.com>
11+
- Yannick Fertre <yannick.fertre@foss.st.com>
1212

1313
description:
1414
The STMicroelectronics STM32 DSI controller uses the Synopsys DesignWare MIPI-DSI host controller.

Documentation/devicetree/bindings/display/st,stm32-ltdc.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 lcd-tft display controller
88

99
maintainers:
10-
- Philippe Cornu <[email protected]>
11-
- Yannick Fertre <[email protected]>
10+
- Philippe Cornu <philippe.cornu@foss.st.com>
11+
- Yannick Fertre <yannick.fertre@foss.st.com>
1212

1313
properties:
1414
compatible:

Documentation/devicetree/bindings/dma/ingenic,dma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ unevaluatedProperties: false
6868

6969
examples:
7070
- |
71-
#include <dt-bindings/clock/jz4780-cgu.h>
71+
#include <dt-bindings/clock/ingenic,jz4780-cgu.h>
7272
dma: dma-controller@13420000 {
7373
compatible = "ingenic,jz4780-dma";
7474
reg = <0x13420000 0x400>, <0x13421000 0x40>;

Documentation/devicetree/bindings/dma/st,stm32-dma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ description: |
5050
5151
5252
maintainers:
53-
- Amelie Delaunay <[email protected]>
53+
- Amelie Delaunay <amelie.delaunay@foss.st.com>
5454

5555
allOf:
5656
- $ref: "dma-controller.yaml#"

0 commit comments

Comments
 (0)