diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-12-21 12:02:27 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2018-01-05 10:00:12 +0100 |
commit | 2e7e2ebc68979d984c99c29be0e1af390a49b48c (patch) | |
tree | 9b6c5fdab0ff7317b02d82d6e45066334c684d92 /Documentation/devicetree/bindings/display/panel/simple-panel.txt | |
parent | 2f0d7bb16e54ccaf6a7fac2fcc21e45287d94ec9 (diff) |
dt-bindings: panel: lvds: Document power-supply property
The power-supply property is used by a vast majority of panels, including
panel-simple. Let's document it as a common property
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Link: https://patchwork.freedesktop.org/patch/msgid/0a6a3abcf1a6b7f0e66a81af8a44c5c0566ce06c.1513854122.git-series.maxime.ripard@free-electrons.com
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/simple-panel.txt')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/simple-panel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/simple-panel.txt b/Documentation/devicetree/bindings/display/panel/simple-panel.txt index 1341bbf4aa3d..16d8ff088b7d 100644 --- a/Documentation/devicetree/bindings/display/panel/simple-panel.txt +++ b/Documentation/devicetree/bindings/display/panel/simple-panel.txt @@ -1,7 +1,7 @@ Simple display panel Required properties: -- power-supply: regulator to provide the supply voltage +- power-supply: See panel-common.txt Optional properties: - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing |