]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/ipu_common.c
video: Name consoles by their number
[u-boot] / drivers / video / ipu_common.c
index 8ebb205f19b2e9b4c3f673f465bec3257899aded..9f851029157624605e8ae4450432accf283f3bdc 100644 (file)
@@ -1198,3 +1198,11 @@ ipu_color_space_t format_to_colorspace(uint32_t fmt)
        }
        return RGB;
 }
+
+/* should be removed when clk framework is availiable */
+int ipu_set_ldb_clock(int rate)
+{
+       ldb_clk.rate = rate;
+
+       return 0;
+}