commit | 0186fcce896d3cb6fb690ed8b4405c9c1b76977a | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Mon Nov 28 12:37:23 2016 +0100 |
committer | Jyri Sarha <jsarha@ti.com> | Wed Nov 30 14:20:16 2016 +0200 |
tree | ea0080fc332e97a3c556ca2e4ca1548cbb4c028d | |
parent | 3672583f2525ce8220e0667e20b6a59b29782d80 [diff] |
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>