Commits
Jyri Sarha committed cf49c03fde9
fbdev: ssd1307fb: Remove reset-active-low from the DT binding document Remove reset-active-low from the devicetree binding document. The actual implementation has never been there in the driver code and there is no reason to add it because the gpiod API supports gpio flags, including GPIO_ACTIVE_LOW, directly trough its own devicetree binding. Signed-off-by: Jyri Sarha <jsarha@ti.com>