]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAPDSS: adopt pinctrl support
authorDave Gerlach <d-gerlach@ti.com>
Fri, 31 Oct 2014 21:28:57 +0000 (16:28 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 17 Dec 2015 11:42:31 +0000 (13:42 +0200)
commit5038bb8cb2c9dfec6d188bdf9fc0d7a358e1e2ee
tree25f76498413c7f6bd12f468fd6819afcf7957f8d
parent420a488278e86ab25354f54800be7df52525e17d
OMAPDSS: adopt pinctrl support

Update omapdss driver to set the state of the pins to:
- "default on resume
- "sleep" on suspend

By optionally putting the pins into sleep state in the suspend callback
we can accomplish two things.
- minimize current leakage from pins and thus save power,
- prevent the IP from driving pins output in an uncontrolled manner,
which may happen if the power domain drops the domain regulator.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dss.c