+description: |
+ Qualcomm modem clock control module which supports the clocks.
+
+properties:
+ compatible :
drop space ^
+ enum:
+ - qcom,sc7180-mss
+
+ '#clock-cells':
+ const: 1
+
+ reg:
+ maxItems: 1
+
+ additionalItems: false
With the indentation here, you are defining a property. Should be no
indent.
+
+required:
+ - compatible
+ - reg
+ - '#clock-cells'
+
+examples:
+ # Example of MSS with clock nodes properties for SC7180:
+ - |
+ clock-controller@41aa000 {
+ compatible = "qcom,sc7180-mss";
+ reg = <0x041aa000 0x100>;
+ #clock-cells = <1>;
+ };
+...
--
Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member
of the Code Aurora Forum, hosted by the Linux Foundation.