All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] regulator: dt-bindings: rpi-panel: Add regulator for 7" Raspberry Pi 720x1280
@ 2025-06-09  0:06 Marek Vasut
  2025-06-09  0:06 ` [PATCH 2/2] regulator: rpi-panel-v2: " Marek Vasut
  2025-06-09 15:12 ` [PATCH 1/2] regulator: dt-bindings: rpi-panel: " Mark Brown
  0 siblings, 2 replies; 8+ messages in thread
From: Marek Vasut @ 2025-06-09  0:06 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Broadcom internal kernel review list, Conor Dooley,
	Dave Stevenson, Florian Fainelli, Krzysztof Kozlowski,
	Liam Girdwood, Mark Brown, Rob Herring, devicetree,
	linux-renesas-soc, linux-rpi-kernel

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 <marek.vasut+renesas@mailbox.org>
---
Cc: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
Cc: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-renesas-soc@vger.kernel.org
Cc: linux-rpi-kernel@lists.infradead.org
---
 .../raspberrypi,7inch-touchscreen-panel-regulator.yaml     | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml b/Documentation/devicetree/bindings/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml
index 41678400e63f..18944d39d08f 100644
--- a/Documentation/devicetree/bindings/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/raspberrypi,7inch-touchscreen-panel-regulator.yaml
@@ -12,14 +12,17 @@ maintainers:
 description: |
   The RaspberryPi 7" display has an ATTINY88-based regulator/backlight
   controller on the PCB, which is used to turn the display unit on/off
-  and control the backlight.
+  and control the backlight. The V2 supports 5" and 7" panels and also
+  offers PWM backlight control.
 
 allOf:
   - $ref: regulator.yaml#
 
 properties:
   compatible:
-    const: raspberrypi,7inch-touchscreen-panel-regulator
+    enum:
+      - raspberrypi,7inch-touchscreen-panel-regulator
+      - raspberrypi,touchscreen-panel-regulator-v2
 
   reg:
     maxItems: 1
-- 
2.47.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-17  0:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09  0:06 [PATCH 1/2] regulator: dt-bindings: rpi-panel: Add regulator for 7" Raspberry Pi 720x1280 Marek Vasut
2025-06-09  0:06 ` [PATCH 2/2] regulator: rpi-panel-v2: " Marek Vasut
2025-06-09 16:13   ` kernel test robot
2025-06-09 20:36   ` kernel test robot
2025-06-11  9:55   ` Geert Uytterhoeven
2025-06-11 20:30   ` Uwe Kleine-König
2025-06-17  0:52     ` Marek Vasut
2025-06-09 15:12 ` [PATCH 1/2] regulator: dt-bindings: rpi-panel: " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.