[PATCH 2/2] clk: qcom: gcc bindings: Update to add child node support.

From: Srinivas Kandagatla
Date: Fri Jan 30 2015 - 04:51:49 EST


This patch adds note in the bindings about the optional child nodes
which are currently possible with SOCs like MSM8960, APQ8064.
These child device nodes are typically for drivers like thermal sensor
which fall under the memory-map of gcc.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
Documentation/devicetree/bindings/clock/qcom,gcc.txt | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt
index aba3d25..c79225b 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt
@@ -17,6 +17,11 @@ Required properties :
- #clock-cells : shall contain 1
- #reset-cells : shall contain 1

+Optional child nodes:
+ Child nodes could be any device nodes with its own bindings which
+ fall inside the memory-map of the Clock controller, for example
+ thermal sensor driver.
+
Example:
clock-controller@900000 {
compatible = "qcom,gcc-msm8960";
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/