Message ID | 6babae66a20fca62e10b6abdd642773d2590b70e.1624771446.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [v4,1/3] pwm: driver for qualcomm ipq6018 pwm block | expand |
diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi index 6ee7b99c21ec..bbc1ed960bb4 100644 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi @@ -355,6 +355,15 @@ i2c_1: i2c@78b7000 { /* BLSP1 QUP2 */ status = "disabled"; }; + pwm: pwm@1941010 { + #pwm-cells = <2>; + compatible = "qcom,ipq6018-pwm"; + reg = <0x0 0x1941010 0x0 0x20>; + clocks = <&gcc GCC_ADSS_PWM_CLK>; + clock-names = "core"; + status = "disabled"; + }; + qpic_bam: dma-controller@7984000 { compatible = "qcom,bam-v1.7.0"; reg = <0x0 0x07984000 0x0 0x1a000>;
Describe the PWM block on IPQ6018. Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- Rob has not responded to Bjorn's questions[1] regarding registers area description and the TCSR block. Leaving it the same as in v2 for now. [1] https://lore.kernel.org/linux-arm-msm/YLgO0Aj1d4w9EcPv@yoga/ v3: s/qcom,pwm-ipq6018/qcom,ipq6018-pwm/ (Rob Herring) --- arch/arm64/boot/dts/qcom/ipq6018.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)