Re: [PATCH 2/2] drm/vc4: Add DSI driver

2017-01-27 Thread Stephen Boyd
On 01/23, Eric Anholt wrote: > +static int > +vc4_dsi_init_phy_clocks(struct vc4_dsi *dsi) > +{ > + struct device *dev = >pdev->dev; > + const char *parent_name = __clk_get_name(dsi->pll_phy_clock); > + static const struct { > + const char *dsi0_name, *dsi1_name; > +

[PATCH 2/2] drm/vc4: Add DSI driver

2017-01-23 Thread Eric Anholt
The DSI0 and DSI1 blocks on the 2835 are related hardware blocks. Some registers move around, and the featureset is slightly different, as DSI1 (the 4-lane DSI) is a later version of the hardware block. This driver doesn't yet enable DSI0, since we don't have any hardware to test against, but it