[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221127185948.1361083-1-otto.pflueger@abscue.de>
Date: Sun, 27 Nov 2022 19:59:44 +0100
From: Otto Pflüger <otto.pflueger@...cue.de>
To: Noralf Trønnes <noralf@...nnes.org>,
Thierry Reding <thierry.reding@...il.com>,
Sam Ravnborg <sam@...nborg.org>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Otto Pflüger <otto.pflueger@...cue.de>
Subject: [PATCH 0/4] drm/tiny: panel-mipi-dbi: Support separate I/O voltage supply
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.
(Resent from a new email address with proper formatting)
Otto Pflüger (4):
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 missing power-supply
dt-bindings: display: panel: mipi-dbi-spi: Add io-supply
.../bindings/display/panel/panel-mipi-dbi-spi.yaml | 11 ++++++++++-
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, 35 insertions(+), 2 deletions(-)
--
2.30.2
Powered by blists - more mailing lists