Currently video has multiple nodes in dtsi to support/limit sw capabilities via sku-index. Mostly restriction comes in terms of allowed-clock-rate. So created static entries in platform.c to configure clocks based on plaform fuse value. So that single vidc dtsi node is sufficient and there will not be a probe defer/failure during bootup. For ex. Shima supports 3 sku's. AB - max 364.8 MHz - sku_version(1) - picked from dtsi(default sku) AA - max 201.6 MHz - sku_version(2) - clock_data_v2 AC - max 444 MHz - sku_version(0) - clock_data_v0(no fuse) Single vidc node - "aa00000.qcom,vidc" Change-Id: I870f1e3a24c0cbfdd92c537d3e40c4cf5400326d Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org> |
||
---|---|---|
.. | ||
vidc | ||
Makefile |