File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
arch/arm64/boot/dts/freescale Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ lsio_subsys: bus@5d000000 {
29
29
<&pwm0_lpcg 1>;
30
30
assigned-clocks = <&clk IMX_SC_R_PWM_0 IMX_SC_PM_CLK_PER>;
31
31
assigned-clock-rates = <24000000>;
32
- #pwm-cells = <2 >;
32
+ #pwm-cells = <3 >;
33
33
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
34
34
status = "disabled";
35
35
};
@@ -42,7 +42,7 @@ lsio_subsys: bus@5d000000 {
42
42
<&pwm1_lpcg 1>;
43
43
assigned-clocks = <&clk IMX_SC_R_PWM_1 IMX_SC_PM_CLK_PER>;
44
44
assigned-clock-rates = <24000000>;
45
- #pwm-cells = <2 >;
45
+ #pwm-cells = <3 >;
46
46
interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
47
47
status = "disabled";
48
48
};
@@ -55,7 +55,7 @@ lsio_subsys: bus@5d000000 {
55
55
<&pwm2_lpcg 1>;
56
56
assigned-clocks = <&clk IMX_SC_R_PWM_2 IMX_SC_PM_CLK_PER>;
57
57
assigned-clock-rates = <24000000>;
58
- #pwm-cells = <2 >;
58
+ #pwm-cells = <3 >;
59
59
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
60
60
status = "disabled";
61
61
};
@@ -68,7 +68,7 @@ lsio_subsys: bus@5d000000 {
68
68
<&pwm3_lpcg 1>;
69
69
assigned-clocks = <&clk IMX_SC_R_PWM_3 IMX_SC_PM_CLK_PER>;
70
70
assigned-clock-rates = <24000000>;
71
- #pwm-cells = <2 >;
71
+ #pwm-cells = <3 >;
72
72
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
73
73
status = "disabled";
74
74
};
You can’t perform that action at this time.
0 commit comments