Commit a749d14e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring (Arm)

dt-bindings: display: panel: constrain 'reg' in DSI panels (part two)

DSI-attached devices could respond to more than one virtual channel
number, thus their bindings are supposed to constrain the 'reg' property
to match hardware.  Add missing 'reg' constrain for DSI-attached display
panels, based on DTS sources in Linux kernel (assume all devices take
only one channel number).

Few bindings missed previous fixup: LG SW43408 and Raydium RM69380.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240605105659.27433-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent a9a34fc7
...@@ -21,7 +21,9 @@ properties: ...@@ -21,7 +21,9 @@ properties:
items: items:
- const: lg,sw43408 - const: lg,sw43408
reg: true reg:
maxItems: 1
port: true port: true
vddi-supply: true vddi-supply: true
vpnl-supply: true vpnl-supply: true
......
...@@ -28,6 +28,9 @@ properties: ...@@ -28,6 +28,9 @@ properties:
to work with the indicated panel. The raydium,rm69380 compatible shall to work with the indicated panel. The raydium,rm69380 compatible shall
always be provided as a fallback. always be provided as a fallback.
reg:
maxItems: 1
avdd-supply: avdd-supply:
description: Analog voltage rail description: Analog voltage rail
...@@ -38,8 +41,6 @@ properties: ...@@ -38,8 +41,6 @@ properties:
maxItems: 1 maxItems: 1
description: phandle of gpio for reset line - This should be active low description: phandle of gpio for reset line - This should be active low
reg: true
required: required:
- compatible - compatible
- reg - reg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment