devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/tiny: panel-mipi-dbi: Support separate I/O voltage supply
@ 2022-12-01 16:02 Otto Pflüger
  2022-12-01 16:02 ` [PATCH v2 1/3] drm/mipi-dbi: Support separate I/O regulator Otto Pflüger
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Otto Pflüger @ 2022-12-01 16:02 UTC (permalink / raw)
  To: Noralf Trønnes, Thierry Reding, Sam Ravnborg, David Airlie,
	Daniel Vetter, Rob Herring, Krzysztof Kozlowski,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, dri-devel,
	devicetree, linux-kernel
  Cc: Otto Pflüger

As stated in Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yml,
the MIPI DBI specification defines two power supplies, one for powering
the panel and one for the I/O voltage. The panel-mipi-dbi driver
currently only supports specifying a single "power-supply" in the
device tree.

Add support for a second power supply defined in a new "io-supply"
device tree property to make the driver properly configure the voltage
regulators on platforms where separate supplies are used.

Changes in v2:
 - Don't list power-supply in the properties section of
   panel-mipi-dbi-spi.yaml because it is already in panel-common.yaml

Otto Pflüger (3):
  drm/mipi-dbi: Support separate I/O regulator
  drm/tiny: panel-mipi-dbi: Read I/O supply from DT
  dt-bindings: display: panel: mipi-dbi-spi: Add io-supply

 .../bindings/display/panel/panel-mipi-dbi-spi.yaml |  8 +++++++-
 drivers/gpu/drm/drm_mipi_dbi.c                     | 14 ++++++++++++++
 drivers/gpu/drm/tiny/panel-mipi-dbi.c              |  5 +++++
 include/drm/drm_mipi_dbi.h                         |  7 ++++++-
 4 files changed, 32 insertions(+), 2 deletions(-)

-- 
2.30.2

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

end of thread, other threads:[~2022-12-14 14:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-01 16:02 [PATCH v2 0/3] drm/tiny: panel-mipi-dbi: Support separate I/O voltage supply Otto Pflüger
2022-12-01 16:02 ` [PATCH v2 1/3] drm/mipi-dbi: Support separate I/O regulator Otto Pflüger
2022-12-03 16:19   ` Noralf Trønnes
2022-12-01 16:02 ` [PATCH v2 2/3] drm/tiny: panel-mipi-dbi: Read I/O supply from DT Otto Pflüger
2022-12-03 16:20   ` Noralf Trønnes
2022-12-01 16:02 ` [PATCH v2 3/3] dt-bindings: display: panel: mipi-dbi-spi: Add io-supply Otto Pflüger
2022-12-03 16:21   ` Noralf Trønnes
2022-12-14 14:07 ` [PATCH v2 0/3] drm/tiny: panel-mipi-dbi: Support separate I/O voltage supply Noralf Trønnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).