Home
last modified time | relevance | path

Searched hist:"01 c7523fc30aeaa6db49b62c24c23c8f5475f1df" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sx-nitrogen6sx.dtsdiff 01c7523fc30aeaa6db49b62c24c23c8f5475f1df Fri Apr 05 23:42:26 CEST 2024 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> ARM: dts: imx6sx-nitrogen6sx: Use #pwm-cells = <3> for imx27-pwm device

The binding dictates using 3 pwm-cells. Adhere to that.

This fixes the following dtbs_check warning:

arch/arm/boot/dts/nxp/imx/imx6sx-nitrogen6sx.dtb: pwm@208c000: #pwm-cells:0:0: 3 was expected
from schema : http://devicetree.org/schemas/pwm/imx-pwm.yaml#

There is no need for an explicit status = "okay" in the pwm node as
the soc dtsi doesn't disable this device. Drop this property, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>