]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: Add devicetree bindings for VC4.
authorEric Anholt <eric@anholt.net>
Tue, 11 Aug 2015 20:17:11 +0000 (13:17 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 21 Oct 2015 09:33:00 +0000 (10:33 +0100)
commitbbb8b28c6474ebf7ccfc283118972beed4c6482f
tree30a751ac3eef806c4c33a81f63c3037a935c4756
parent48fdd7874f07dfb3a661edca7ea1d4807bb4ccb0
drm/vc4: Add devicetree bindings for VC4.

VC4 is the GPU (display and 3D) subsystem present on the 2835 and some
other Broadcom SoCs.

This binding follows the model of msm, imx, sti, and others, where
there is a subsystem node for the whole GPU, with nodes for the
individual HW components within it.

v2: Extend the commit message, fix several nits from Stephen Warren.
v3: Rename the compatibility strings, clean up node names, drop the
    unnecessary lists of components.  Use compatibility strings for
    choosing CRTC HVS channel numbers.  Document the HDMI clock usage.
v4: Whitespace fix, expand acronyms, move to display/ instead of gpu/,
    rename "hpd-gpio" to "hpd-gpios".

Signed-off-by: Eric Anholt <eric@anholt.net>
Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt [new file with mode: 0644]