Skip to content

Commit 6d09c6e

Browse files
Marek Vasutbroonie
authored andcommitted
regulator: dt-bindings: rpi-panel: Add regulator for 7" Raspberry Pi 720x1280
Document regulator compatible string for the 7" Raspberry Pi 720x1280 DSI panel based on ili9881. This is the Raspberry Pi DSI Panel V2. The newer Raspberry Pi 5" and 7" panels have a slightly different register map to the original one and offers PWM backlight control. Signed-off-by: Marek Vasut <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 548d770 commit 6d09c6e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ maintainers:
1212
description: |
1313
The RaspberryPi 7" display has an ATTINY88-based regulator/backlight
1414
controller on the PCB, which is used to turn the display unit on/off
15-
and control the backlight.
15+
and control the backlight. The V2 supports 5" and 7" panels and also
16+
offers PWM backlight control.
1617
1718
allOf:
1819
- $ref: regulator.yaml#
1920

2021
properties:
2122
compatible:
22-
const: raspberrypi,7inch-touchscreen-panel-regulator
23+
enum:
24+
- raspberrypi,7inch-touchscreen-panel-regulator
25+
- raspberrypi,touchscreen-panel-regulator-v2
2326

2427
reg:
2528
maxItems: 1

0 commit comments

Comments
 (0)