]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/tilcdc: fix parsing of some DT properties
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 28 Nov 2016 11:37:23 +0000 (12:37 +0100)
committerJyri Sarha <jsarha@ti.com>
Wed, 30 Nov 2016 12:20:16 +0000 (14:20 +0200)
commit0186fcce896d3cb6fb690ed8b4405c9c1b76977a
treeea0080fc332e97a3c556ca2e4ca1548cbb4c028d
parent3672583f2525ce8220e0667e20b6a59b29782d80
drm/tilcdc: fix parsing of some DT properties

The DT binding for tildc is not consistent with the driver code: there
are two options - 'max-width' and 'max-pixelclock' specified in the
documentation which are parsed as 'ti,max-width' and
'ti,max-pixelclock' respectively.

Make the driver code consistent with the binding.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_drv.c