Message ID | 1522358807-10413-5-git-send-email-ilialin@codeaurora.org (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Andy Gross |
Headers | show |
On Fri, Mar 30, 2018 at 12:26:37AM +0300, Ilia Lin wrote: Needs a commit message. > Signed-off-by: Ilia Lin <ilialin@codeaurora.org> Add acks/reviewed-bys when posting new versions. > --- > Documentation/devicetree/bindings/clock/qcom,kryocc.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,kryocc.txt > > diff --git a/Documentation/devicetree/bindings/clock/qcom,kryocc.txt b/Documentation/devicetree/bindings/clock/qcom,kryocc.txt > new file mode 100644 > index 0000000..8458783 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/qcom,kryocc.txt > @@ -0,0 +1,17 @@ > +Qualcomm CPUSS clock controller for Kryo CPUs > +---------------------------------------------------- > + > +Required properties : > +- compatible : shall contain only one of the following: > + > + "qcom,msm8996-apcc" > + > +- reg : shall contain base register location and length > +- #clock-cells : shall contain 1 > + > +Example: > + kryocc: clock-controller@6400000 { > + compatible = "qcom,msm8996-apcc"; > + reg = <0x6400000 0x90000>; > + #clock-cells = <1>; > + }; > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/clock/qcom,kryocc.txt b/Documentation/devicetree/bindings/clock/qcom,kryocc.txt new file mode 100644 index 0000000..8458783 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/qcom,kryocc.txt @@ -0,0 +1,17 @@ +Qualcomm CPUSS clock controller for Kryo CPUs +---------------------------------------------------- + +Required properties : +- compatible : shall contain only one of the following: + + "qcom,msm8996-apcc" + +- reg : shall contain base register location and length +- #clock-cells : shall contain 1 + +Example: + kryocc: clock-controller@6400000 { + compatible = "qcom,msm8996-apcc"; + reg = <0x6400000 0x90000>; + #clock-cells = <1>; + };
Signed-off-by: Ilia Lin <ilialin@codeaurora.org> --- Documentation/devicetree/bindings/clock/qcom,kryocc.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/qcom,kryocc.txt