diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-05-09 11:42:52 +0200 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-05-13 09:57:34 -0500 |
commit | 6b2358ff9493db92c4fa6ed3ad7b66c02c66f440 (patch) | |
tree | b0a2eabaf7094c79a1c7a9b9f20163d06665e0f4 /Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml | |
parent | 2ca99e6efc91ee7c58caab3a94e9cef7a75d8ba7 (diff) |
dt-bindings: display: panel: constrain 'reg' in SPI panels
SPI-attached devices could have more than one chip-select, thus their
bindings are supposed to constrain the 'reg' property to match hardware.
Add missing 'reg' constrain for SPI-attached display panels.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240509-dt-bindings-dsi-panel-reg-v1-2-8b2443705be0@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml b/Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml index b4be9bd8ddde..d86c916f7b55 100644 --- a/Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml +++ b/Documentation/devicetree/bindings/display/panel/kingdisplay,kd035g6-54nt.yaml @@ -17,10 +17,12 @@ properties: compatible: const: kingdisplay,kd035g6-54nt + reg: + maxItems: 1 + backlight: true port: true power-supply: true - reg: true reset-gpios: true spi-3wire: true |