Skip to content

Commit 7cef7c0

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: freescale: imx8-ss-dma: Fix #pwm-cells
i.MX8QXP supports inverted PWM output, thus #pwm-cells needs to be set to 3. Fixes: f1d6a6b ("arm64: dts: imx8qxp: add adma_pwm in adma") Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Uwe Kleine-König <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent d863a2f commit 7cef7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ dma_subsys: bus@5a000000 {
149149
clock-names = "ipg", "per";
150150
assigned-clocks = <&clk IMX_SC_R_LCD_0_PWM_0 IMX_SC_PM_CLK_PER>;
151151
assigned-clock-rates = <24000000>;
152-
#pwm-cells = <2>;
152+
#pwm-cells = <3>;
153153
power-domains = <&pd IMX_SC_R_LCD_0_PWM_0>;
154154
};
155155

0 commit comments

Comments
 (0)