Loading Documentation/devicetree/bindings/platform/msm/avtimer.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ Required properties: - compatible : Must be "qcom,avtimer" Optional properties: - clk_div : For 8916 the clk is at 27MHz and hence ticks are to be - clk_div : The clk is at 27MHz and hence ticks are to be divided by 27 to achive the msec value. Example: Loading arch/arm/boot/dts/qcom/msm8994.dtsi +7 −0 Original line number Diff line number Diff line Loading @@ -3064,6 +3064,13 @@ }; }; qcom,avtimer@fe09c000 { compatible = "qcom,avtimer"; reg = <0xFE09C00C 0x4>, <0xFE09C010 0x4>; reg-names = "avtimer_lsb_addr", "avtimer_msb_addr"; qcom,clk_div = <27>; }; }; &gdsc_usb30 { Loading Loading
Documentation/devicetree/bindings/platform/msm/avtimer.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ Required properties: - compatible : Must be "qcom,avtimer" Optional properties: - clk_div : For 8916 the clk is at 27MHz and hence ticks are to be - clk_div : The clk is at 27MHz and hence ticks are to be divided by 27 to achive the msec value. Example: Loading
arch/arm/boot/dts/qcom/msm8994.dtsi +7 −0 Original line number Diff line number Diff line Loading @@ -3064,6 +3064,13 @@ }; }; qcom,avtimer@fe09c000 { compatible = "qcom,avtimer"; reg = <0xFE09C00C 0x4>, <0xFE09C010 0x4>; reg-names = "avtimer_lsb_addr", "avtimer_msb_addr"; qcom,clk_div = <27>; }; }; &gdsc_usb30 { Loading