]> git.baikalelectronics.ru Git - kernel.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)
commit75d0a41edde1b4135b26755cfd8e157eb14ee5cd
treeea0080fc332e97a3c556ca2e4ca1548cbb4c028d
parentd1eed036878d55cac84a0999735c546ba042ce9a
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