On Sat, 22 Aug 2020 18:32:45 +0200, Paul Cercueil wrote:
Add documentation for the Device Tree node for LCD panels based on the NewVision NV3052C controller.
v2: - Support backlight property - Add *-supply properties for the 5 different power supplies. Either they must all be present, or 'power-supply' must be present. - Reword description to avoid confusion about 'driver' - Use 4-space indent in example
Signed-off-by: Paul Cercueil paul@crapouillou.net
.../display/panel/newvision,nv3052c.yaml | 100 ++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/newvision,nv3052c.yaml
Reviewed-by: Rob Herring robh@kernel.org