diff options
author | Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> | 2023-05-29 12:13:57 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2023-05-30 11:04:05 +0300 |
commit | 45e418bd528f5c1ed6b8de7596cf523f10f74b7b (patch) | |
tree | b8cf8be4e7dc63435c9002192eb68b9803d230d9 /Documentation/devicetree/bindings/display/st,stm32-dsi.yaml | |
parent | 0c211488ef36db3d52c8b8ae9931e508272f5a11 (diff) | |
download | linux-45e418bd528f5c1ed6b8de7596cf523f10f74b7b.tar.xz |
dt-bindings: display: st,stm32-dsi: Remove unnecessary fields
"#address-cells" and "#size-cells" are two properties that are not
mandatory. For instance, the DSI could refer to a bridge outside the scope
of the node rather than include a 'panel@0' subnode. By doing so, address
and size fields become then unnecessary, creating a warning at build time.
Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display/st,stm32-dsi.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/st,stm32-dsi.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml b/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml index c488308d7be1..53560052aaf0 100644 --- a/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml +++ b/Documentation/devicetree/bindings/display/st,stm32-dsi.yaml @@ -74,8 +74,6 @@ properties: - const: 2 required: - - "#address-cells" - - "#size-cells" - compatible - reg - clocks |