It is always present. It was documented as mandatory prior to
commit 
90aeca875f8a ("dt-bindings: display: Convert etnaviv to
json-schema").
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
 
        if (IS_ERR(gpu->clk_bus))
                return PTR_ERR(gpu->clk_bus);
 
-       gpu->clk_core = devm_clk_get_optional(&pdev->dev, "core");
+       gpu->clk_core = devm_clk_get(&pdev->dev, "core");
        DBG("clk_core: %p", gpu->clk_core);
        if (IS_ERR(gpu->clk_core))
                return PTR_ERR(gpu->clk_core);