Loading bindings/clock/qcom,debugcc.txt 0 → 100644 +24 −0 Original line number Diff line number Diff line Qualcomm Technologies, Inc. Debug Clock Controller Binding ---------------------------------------------------------- Required properties : - compatible: Shall contain "qcom,lahaina-debugcc". - qcom,gcc: phandle to the GCC device node. - qcom,videocc: phandle to the Video CC device node. - qcom,camcc: phandle to the Camera CC device node. - qcom,dispcc: phandle to the Display CC device node. - clock-names: Shall contain "xo_clk_src" - clocks: phandle + clock reference to the CXO clock. - #clock-cells : Shall contain 1. Example: clock_debug: qcom,cc-debug { compatible = "qcom,lahaina-debugcc"; qcom,gcc = <&clock_gcc>; qcom,videocc = <&clock_videocc>; qcom,camcc = <&clock_camcc>; qcom,dispcc = <&clock_dispcc>; clock-names = "xo_clk_src"; clocks = <&clock_rpmh RPMH_CXO_CLK>; #clock-cells = <1>; }; Loading
bindings/clock/qcom,debugcc.txt 0 → 100644 +24 −0 Original line number Diff line number Diff line Qualcomm Technologies, Inc. Debug Clock Controller Binding ---------------------------------------------------------- Required properties : - compatible: Shall contain "qcom,lahaina-debugcc". - qcom,gcc: phandle to the GCC device node. - qcom,videocc: phandle to the Video CC device node. - qcom,camcc: phandle to the Camera CC device node. - qcom,dispcc: phandle to the Display CC device node. - clock-names: Shall contain "xo_clk_src" - clocks: phandle + clock reference to the CXO clock. - #clock-cells : Shall contain 1. Example: clock_debug: qcom,cc-debug { compatible = "qcom,lahaina-debugcc"; qcom,gcc = <&clock_gcc>; qcom,videocc = <&clock_videocc>; qcom,camcc = <&clock_camcc>; qcom,dispcc = <&clock_dispcc>; clock-names = "xo_clk_src"; clocks = <&clock_rpmh RPMH_CXO_CLK>; #clock-cells = <1>; };