@@ -10,6 +10,19 @@ Required properties:
- reg-names: "core_physical"
- interrupts: The interrupt signal from the hdmi block.
- clocks: device clocks
+- clock-names: Corresponding name for each entry in the clocks property.
+ for "qcom,hdmi-tx-8960" compatible names should be
+ "core_clk"
+ "master_iface_clk"
+ "slave_iface_clk"
+
+ for "qcom,hdmi-tx-8084" and "qcom,hdmi-tx-8074" compatible names should be
+ "extp_clk"
+ "alt_iface_clk"
+ "iface_clk"
+ "core_clk"
+ "mdp_core_clk"
+
See ../clocks/clock-bindings.txt for details.
- qcom,hdmi-tx-ddc-clk-gpios: ddc clk pin
- qcom,hdmi-tx-ddc-data-gpios: ddc data pin
This patch updates the bindings to include the clock names used in the driver, this would make it easy to add deprecated warning once we move to use standard clock properties. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> --- Documentation/devicetree/bindings/drm/msm/hdmi.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+)