Hi,
I want to output pwm from PWM1 & PWM 2 pins but there is no pwmchip under sys/class/pwm.
this is what I have in my fsl-imx8mm.dsti file:
pwm1: pwm@30660000 {
 compatible = "fsl,imx8mm-pwm", "fsl,imx27-pwm";
 reg = <0x0 0x30660000 0x0 0x10000>;
 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
 clocks = <&clk IMX8MM_CLK_PWM1_ROOT>,
 <&clk IMX8MM_CLK_PWM1_ROOT>;
 clock-names = "ipg", "per";
 #pwm-cells = <2>;
 status = "disabled";
 };
pwm2: pwm@30670000 {
 compatible = "fsl,imx8mm-pwm", "fsl,imx27-pwm";
 reg = <0x0 0x30670000 0x0 0x10000>;
 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
 clocks = <&clk IMX8MM_CLK_PWM2_ROOT>,
 <&clk IMX8MM_CLK_PWM2_ROOT>;
 clock-names = "ipg", "per";
 #pwm-cells = <2>;
 status = "disabled";
 };
Do i need to configure the pwm in my dts? is there another way i can enable it?
If not, how do i add it to my device tree?
Thanks,
Dudi.
已解决! 转到解答。
 
					
				
		
 igorpadykov
		
			igorpadykov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Dudi
one can look at dts pwm settings on
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
 
					
				
		
 igorpadykov
		
			igorpadykov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Dudi
one can look at dts pwm settings on
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
