diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2016-10-03 17:45:19 +0200 |
---|---|---|
committer | Jyri Sarha <jsarha@ti.com> | 2016-11-29 21:03:16 +0200 |
commit | 507b72b24caec79b4687a99fe3e518ca04674e13 (patch) | |
tree | 3210155994663ecbf912adf1696b21d4ac17f281 /Documentation/devicetree/bindings/display/tilcdc | |
parent | cb42e20ea05b6e32b46b55bd7c8943969877987d (diff) | |
download | blackbird-obmc-linux-507b72b24caec79b4687a99fe3e518ca04674e13.tar.gz blackbird-obmc-linux-507b72b24caec79b4687a99fe3e518ca04674e13.zip |
drm/tilcdc: add a da850-specific compatible string
Due to some potential tweaks for the da850 LCDC (for example: the
required memory bandwith settings) we need a separate compatible
for the IP present on the da850 boards.
Suggested-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display/tilcdc')
-rw-r--r-- | Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt b/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt index a83abd79c55c..6fddb4f4f71a 100644 --- a/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt +++ b/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt @@ -1,7 +1,9 @@ Device-Tree bindings for tilcdc DRM driver Required properties: - - compatible: value should be "ti,am33xx-tilcdc". + - compatible: value should be one of the following: + - "ti,am33xx-tilcdc" for AM335x based boards + - "ti,da850-tilcdc" for DA850/AM18x/OMAP-L138 based boards - interrupts: the interrupt number - reg: base address and size of the LCDC device @@ -51,7 +53,7 @@ Optional nodes: Example: fb: fb@4830e000 { - compatible = "ti,am33xx-tilcdc"; + compatible = "ti,am33xx-tilcdc", "ti,da850-tilcdc"; reg = <0x4830e000 0x1000>; interrupt-parent = <&intc>; interrupts = <36>; |