On Sat, Aug 22, 2020 at 6:33 PM Paul Cercueil paul@crapouillou.net 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
Reviewed-by: Linus Walleij linus.walleij@linaro.org
reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;
This has the right polarity but the code in patch 6 seems to use a device tree that does not?
Yours, Linus Walleij