This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/LM63: about Linux Driver for LM63

Part Number: LM63

Tool/software: Linux

HI,

Our customers have LM63 on custom board with i.MX6.
They say they have incorporated the Linux driver in the next web, but they do not display the parts related to FAN.
http://www.ti.com/tool/lm63sw-linux

root@imx6qpdlsolox:~# ls /sys/bus/i2c/drivers/lm63/0-004c/hwmon/hwmon0/
alarms			    pwm1_auto_point4_temp	temp1_input
device			    pwm1_auto_point4_temp_hyst	temp1_max
name			    pwm1_auto_point5_pwm	temp1_max_alarm
of_node			    pwm1_auto_point5_temp	temp2_crit
power			    pwm1_auto_point5_temp_hyst	temp2_crit_alarm
pwm1			    pwm1_auto_point6_pwm	temp2_crit_hyst
pwm1_auto_point1_pwm	    pwm1_auto_point6_temp	temp2_fault
pwm1_auto_point1_temp	    pwm1_auto_point6_temp_hyst	temp2_input
pwm1_auto_point1_temp_hyst  pwm1_auto_point7_pwm	temp2_max
pwm1_auto_point2_pwm	    pwm1_auto_point7_temp	temp2_max_alarm
pwm1_auto_point2_temp	    pwm1_auto_point7_temp_hyst	temp2_min
pwm1_auto_point2_temp_hyst  pwm1_auto_point8_pwm	temp2_min_alarm
pwm1_auto_point3_pwm	    pwm1_auto_point8_temp	temp2_offset
pwm1_auto_point3_temp	    pwm1_auto_point8_temp_hyst	uevent
pwm1_auto_point3_temp_hyst  pwm1_enable			update_interval
pwm1_auto_point4_pwm	    subsystem

What kind of points should be checked so that parts related to FAN can be used?
This is the case when the DTS file is as follows.

lm63: lm63@4c {
    compatible = "national,lm63";
    reg = <0x4c>;
};

Best Regards,

Kouji Nishigata